Re: [meta-xilinx] zynqmp support in warrior branch

2019-10-24 Thread Mike Looijmans
binary pmu firmware for any zynqmp board, since it contains a sort of "yes to all" patch that allows all peripherals (including second SD and both SPI ports) to work. Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4,

Re: [meta-xilinx] Building Linux 5.2 for Zynq with Yocto

2019-09-30 Thread Mike Looijmans
rnel/linux-zynq/linux-mainline.bb this may help you get started. Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best Postbus 440, 5680 AK Best The Netherlands T: +31 (0) 499 33 69 69 E: {E-mail W: www.topicproducts.c

Re: [meta-xilinx] [PATCH] libmali-xlnx: inherit update-alternatives only on rw-rootfs builds

2019-07-19 Thread Mike Looijmans
On 16-07-19 18:32, Jean-Francois Dagenais wrote: > Hi Mike, > >> On Jul 16, 2019, at 01:38, Mike Looijmans wrote: >> >> This should not work, IMAGE_FEATURES is only valid in the image recipe and >> won't be (fully) visible outside that. >> > > Indeed.

Re: [meta-xilinx] Warrior release 06/30

2019-06-06 Thread Mike Looijmans
On 07-06-19 04:33, Jean-Francois Dagenais wrote: Hi all, On Jun 5, 2019, at 12:11, Luca Ceresoli wrote: It's your choice. I think the differences are not many (way less than for the kernel at least). What are the big pieces from xilinx/u-boot not yet upstreamed? AFAIK only Dual QSPI. But

Re: [meta-xilinx] Build and boot zcu106 image

2019-06-05 Thread Mike Looijmans
On 05-06-19 08:03, Mike Looijmans wrote: On 04-06-19 15:26, Manjukumar Harthikote Matha wrote: Hi Mike, -Original Message- From: meta-xilinx-boun...@yoctoproject.org On Behalf Of Mike Looijmans Sent: Tuesday, June 4, 2019 6:09 AM To: Luca Ceresoli ; Manjukumar Harthikote Matha ; meta

Re: [meta-xilinx] Build and boot zcu106 image

2019-06-05 Thread Mike Looijmans
On 04-06-19 15:26, Manjukumar Harthikote Matha wrote: Hi Mike, -Original Message- From: meta-xilinx-boun...@yoctoproject.org On Behalf Of Mike Looijmans Sent: Tuesday, June 4, 2019 6:09 AM To: Luca Ceresoli ; Manjukumar Harthikote Matha ; meta-xilinx@yoctoproject.org Subject: Re

Re: [meta-xilinx] Build and boot zcu106 image

2019-06-04 Thread Mike Looijmans
On 04-06-19 14:58, Luca Ceresoli wrote: Hi Mike, On 04/06/19 07:41, Mike Looijmans wrote: On 03-06-19 16:25, Manjukumar Harthikote Matha wrote: Hi Mike, -Original Message- From: meta-xilinx-boun...@yoctoproject.org On Behalf Of Mike Looijmans Sent: Monday, June 3, 2019 7:01 AM

Re: [meta-xilinx] VCU usage on xilinx UZ3EG

2019-06-04 Thread Mike Looijmans
Simplest way to reduce CPU usage is to use video-for-Linux directly (it's quite simple actually). This will give you access to the "raw" stream from the camera, which is usually in YUV or MJPEG format (OpenCV forcibly converts everything to RGB which makes for easy programming but horrible CPU

Re: [meta-xilinx] Build and boot zcu106 image

2019-06-04 Thread Mike Looijmans
On 03-06-19 16:25, Manjukumar Harthikote Matha wrote: > Hi Mike, > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org > boun...@yoctoproject.org> On Behalf Of Mike Looijmans >> Sent: Monday, June 3, 2019 7:01 AM >> To: meta-xilinx@yocto

Re: [meta-xilinx] Build and boot zcu106 image

2019-06-03 Thread Mike Looijmans
On 03-06-19 16:25, Manjukumar Harthikote Matha wrote: Hi Mike, -Original Message- From: meta-xilinx-boun...@yoctoproject.org On Behalf Of Mike Looijmans Sent: Monday, June 3, 2019 7:01 AM To: meta-xilinx@yoctoproject.org Subject: [meta-xilinx] Build and boot zcu106 image Got a zcu106

[meta-xilinx] Build and boot zcu106 image

2019-06-03 Thread Mike Looijmans
Got a zcu106 board here to experiment with. With pre-built stuff, the board boots okay. I cloned OpenEmbedded and meta-xilinx "thud" branches, made no changes. Built the PMU firmware and core-image-minimal for machine zcu106-zynqmp. Copied the usual files onto an SD card: atf-uboot.ub

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-13 Thread Mike Looijmans
On 12-04-19 15:39, Arno Steffens wrote: > > >> Gesendet: Mittwoch, 10. April 2019 um 07:39 Uhr >> Von: "Mike Looijmans" >> An: "meta xilinx" >> Betreff: Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel >> >> On 07

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-10 Thread Mike Looijmans
ments, so there is also no need to alter the bootloader. On the 7-series at least the bootloader only needs enough to boot the system, the kernel can configure everything else. >> Gesendet: Freitag, 05. April 2019 um 07:44 Uhr >> Von: "Mike Looijmans" >> An: "Ar

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-05 Thread Mike Looijmans
c-miami/arch/arm/boot/dts/topic-miami.dtsi Don't forget to activate the bitbang GPIO I2C driver in the "drivers" section of the kernel configuration as well. > >> Gesendet: Donnerstag, 04. April 2019 um 07:31 Uhr >> Von: "Mike Looijmans" >> An: "Arno

Re: [meta-xilinx] Kernel version, xilinx git repo, yocto kernel

2019-04-04 Thread Mike Looijmans
Simple solution would be to just stop using the cadence driver. There are issues in the Zynq that cannot really be resolved in software apparently, and the only way around them we've found is to just use a bitbang GPIO controller on the same pins. That made all problems go away. Chances are

Re: [meta-xilinx] Really bad SD/eMMC performance after upgrading 2018.1 to 2018.3

2019-03-26 Thread Mike Looijmans
On 25-03-19 09:01, Mike Looijmans wrote: > I did notice that even on the 7 series programming the FPGA from Linux (using > fpga-manager framework) is broken in the 2018.3 release now: > > fpga_manager fpga0: writing fpga.bin to Xilinx Zynq FPGA Manager > fpga_manager fpga0: Erro

Re: [meta-xilinx] Really bad SD/eMMC performance after upgrading 2018.1 to 2018.3

2019-03-26 Thread Mike Looijmans
in the PMU-kernel or ATF-kernel interface has changed and e.g. clock settings aren't properly communicated? Mike On 21-03-19 14:03, Mike Looijmans wrote: > The SD and eMMC controller has become terribly slow in 2018.3: > > # echo 3 > /proc/sys/vm/drop_caches > > # dd if=/d

Re: [meta-xilinx] Really bad SD/eMMC performance after upgrading 2018.1 to 2018.3

2019-03-25 Thread Mike Looijmans
) is broken in the 2018.3 release now: fpga_manager fpga0: writing fpga.bin to Xilinx Zynq FPGA Manager fpga_manager fpga0: Error after writing image data to FPGA On 21-03-19 18:08, Mike Looijmans wrote: > Have only tried the MPSoC. > > I haven't tried the 7k yet with 2018.3, may get to that to

Re: [meta-xilinx] Really bad SD/eMMC performance after upgrading 2018.1 to 2018.3

2019-03-22 Thread Mike Looijmans
w days (coincidentally I have been doing a lot of work with a > ZCU102) that the SD interface seemed a bit slow. Are you seeing this on > Zynq 7K or US+ MPSoC? > Best Regards > Peter > > > On Thu, 21 Mar 2019 at 16:38, Mike Looijmans <mailto:mike.looijm...@topic.nl>

Re: [meta-xilinx] Loading FPGA firmware broken in 2018.3

2019-03-22 Thread Mike Looijmans
onal" is what I'm experiencing here. > > Thanks, > > Manju > > > -Original Message- > > > From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- > > > boun...@yoctoproject.org] On Behalf Of Mike Looijmans > > > Sent: Wednesda

[meta-xilinx] Really bad SD/eMMC performance after upgrading 2018.1 to 2018.3

2019-03-21 Thread Mike Looijmans
The SD and eMMC controller has become terribly slow in 2018.3: # echo 3 > /proc/sys/vm/drop_caches # dd if=/dev/mmcblk0 of=/dev/null bs=1M count=20 20+0 records in 20+0 records out 20971520 bytes (20.0MB) copied, 4.972666 seconds, 4.0MB/s # dd if=/dev/mmcblk1 of=/dev/null bs=1M count=20 20+0

Re: [meta-xilinx] Loading FPGA firmware broken in 2018.3

2019-03-21 Thread Mike Looijmans
On 21-03-19 07:33, Mike Looijmans wrote: > On 20-03-19 18:46, Manjukumar Harthikote Matha wrote: >> Hi Mike, >> >> We tested by loading  both the vivado generated and bootgen generated >> bitstreams using 2018.3 and it worked fine, we are able to see Done and leds &

Re: [meta-xilinx] devtmpfs: error mounting -2

2019-03-16 Thread Mike Looijmans
since error "2" is this: #define ENOENT 2/* No such file or directory */ my guess would be that your rootfs does not actually contain a "/dev" directory for the filesystem to mount on. On 12-03-19 20:38, Emily S wrote: > Hi All - > > I'm using Yocto version rocko with a custom layer

Re: [meta-xilinx] Buildign PMU firmware in thud

2019-03-14 Thread Mike Looijmans
On 13-03-19 09:04, Mike Looijmans wrote: > I tried to build the PMU firmware using multiconfig, but all I get is this: > > ERROR: Uninative selected but not configured correctly, please set > UNINATIVE_CHECKSUM[x86_64] That mail went out too quickly... Apparently the whole "m

[meta-xilinx] Buildign PMU firmware in thud

2019-03-13 Thread Mike Looijmans
I tried to build the PMU firmware using multiconfig, but all I get is this: ERROR: Uninative selected but not configured correctly, please set UNINATIVE_CHECKSUM[x86_64] -- ___ meta-xilinx mailing list meta-xilinx@yoctoproject.org

Re: [meta-xilinx] ZCU102 boot issue

2019-03-08 Thread Mike Looijmans
On 07-03-19 21:54, Manjukumar Harthikote Matha wrote: > Hi Mike, > >> -Original Message- >> From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- >> boun...@yoctoproject.org] On Behalf Of Mike Looijmans >> Sent: Friday, February 01, 20

Re: [meta-xilinx] libmali and wayland

2019-02-21 Thread Mike Looijmans
On 20-02-19 15:22, Luca Ceresoli wrote: > Hi Jean-Francois, > > On 20/02/19 15:01, Jean-Francois Dagenais wrote: >> >> >>> On Feb 20, 2019, at 06:01, Mike Looijmans >> <mailto:mike.looijm...@topic.nl>> wrote: >>> >>> +1 for th

Re: [meta-xilinx] ZCU102 boot issue

2019-02-01 Thread Mike Looijmans
On 30-01-19 14:13, Jean-Francois Dagenais wrote: > Hi guys, > >> On Jan 28, 2019, at 14:39, Manjukumar Harthikote Matha > > wrote: >> >> Hi Alex, >> You need additional patches on pmu-firmware >>

Re: [meta-xilinx] Minized support

2019-01-25 Thread Mike Looijmans
On 22-01-19 16:21, Philip Balister wrote: > I'm looking at changing the kernel to a fitImge and building a ramdisk > image for qspi. I'd like to boot from qspi, format the emmc and untar a > file system (from usb) into the emmc. Finally boot from a kernel on the > emmc. Does this sound worth

Re: [meta-xilinx] Reflash minized

2019-01-12 Thread Mike Looijmans
d avoid depending on magic tools that fail on different Vivado > versions. Excellent idea... -- Mike Looijmans -- ___ meta-xilinx mailing list meta-xilinx@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-xilinx

Re: [meta-xilinx] Strange I2C problem after updating to Sumo

2018-12-01 Thread Mike Looijmans
lator_ltc3375]) from [] (_regulator_get_voltage+0x8c/0x128) [] (_regulator_get_voltage) from [] (regulator_register+0x3ec/0xb60) [] (regulator_register) from [] (ltc3375_probe+0x2bc/0x394 [oina_regulator_ltc3375]) [] (ltc3375_probe [regulator_ltc3375]) from [] (i2c_device_probe

Re: [meta-xilinx] macb.c and DT: detect/scan PHY address for a single mdio

2018-07-19 Thread Mike Looijmans
"0" is not a valid address for a PHY, it's the "broadcast" address on the MDIO bus. You should make your hardware designer who selected it hurt somewhere painful. Having said that, address 0 usally happens to work if there's only one PHY on that bus, since it will be the only one responding

Re: [meta-xilinx] 16550 linux drivers won't recognise AXI UART 16550 modules

2018-07-13 Thread Mike Looijmans
baud = 625) is a xuartps root@zybo-zynq7:~# / - Thank you very much Simon Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best

Re: [meta-xilinx] Is qspi-nor flash broken in meta-xilinx layer for zcu102-zynqmp?

2018-04-30 Thread Mike Looijmans
...@yoctoproject.org <meta-xilinx-boun...@yoctoproject.org> on behalf of Mike Looijmans <mike.looijm...@topic.nl> *Sent:* Sunday, April 29, 2018 5:31:38 PM *To:* meta-xilinx@yoctoproject.org *Subject:* Re: [meta-xilinx] Is qspi-nor flash broken in meta-xilinx layer for zcu102-zynq

Re: [meta-xilinx] Is qspi-nor flash broken in meta-xilinx layer for zcu102-zynqmp?

2018-04-29 Thread Mike Looijmans
000-0x2800 Any ideas what might be wrong in the meta-xilinx layer that would make the qpsi-nor flash fail like that? Thanks. /Martin -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon:

Re: [meta-xilinx] Why no support for FSBL?

2017-11-30 Thread Mike Looijmans
ring why there is no support for building FSBL in     a similar way to that provided by meta-xilinx for the PMU firmware, is     there a technical reason or is it just one of those things that has not     yet been got around to? Thanks in advance Peter.     -- Kind regards, Mike Looijmans System

Re: [meta-xilinx] QSPI Issues related to Linux 4.9

2017-11-30 Thread Mike Looijmans
efforts. I resent the series, to g...@xilinx.com, with a BCC to a private e-mail account and verified that all three arrived safely. If you did not receive it, please complain loudly to your IT department. Thanks -syed Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg

Re: [meta-xilinx] QSPI Issues related to Linux 4.9

2017-11-28 Thread Mike Looijmans
I re-sent the three patches as series to git-...@xilinx.com with a CC to you. Mike. On 28-11-17 19:56, Manjukumar Harthikote Matha wrote: Hi Mike, Thanks for your work, please send patches to git-...@xilinx.com Thanks, Manju Kind regards, Mike Looijmans System Expert TOPIC Products

Re: [meta-xilinx] Why no support for FSBL?

2017-11-28 Thread Mike Looijmans
gt;> wrote: A question, I was wondering why there is no support for building FSBL in a similar way to that provided by meta-xilinx for the PMU firmware, is there a technical reason or is it just one of those things that has not yet been got around to? Thanks in advance Peter.

Re: [meta-xilinx] QSPI Issues related to Linux 4.9

2017-11-27 Thread Mike Looijmans
not the only one encountering this issue I wonder if this is planned fixed upstream (upstream as in the Xilinx fork I mean) Thanks, Martin Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E

Re: [meta-xilinx] Disable U-Boot MMC?

2017-11-18 Thread Mike Looijmans
. Thanks, Giordon -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please consider the environm

Re: [meta-xilinx] Restructuring of meta-xilinx layer

2017-11-14 Thread Mike Looijmans
the users can blacklist any layer which they don't want to use. This will enables us to help our vendors/partners to add their reference designs, board definitions etc. Please let us know your feedback. We plan to get this done no later than 11/20. Thanks, Manju Kind regards, Mike Lo

Re: [meta-xilinx] [PATCH 6/7] zcu102-zynqmp: Use 'rev 1.0' U-Boot config and deploy boot.bin

2017-10-09 Thread Mike Looijmans
there, all that's needed is a line of code that installs it. This also gets around the licensing issue, the config object is not GPL compatible, so including it into u-boot code poses a challenge in itself. Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-30 Thread Mike Looijmans
ware.elf and that would cause do_compile to fail if there's no output. Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please

[meta-xilinx] [PATCH] pmu-firmware: Create and deploy a binary firmware blob

2017-08-24 Thread Mike Looijmans
for the zynqmp platforms based op opensource tools. Signed-off-by: Mike Looijmans <mike.looijm...@topic.nl> --- recipes-bsp/pmu-firmware/pmu-firmware_2017.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/pmu-firmware/pmu-firmware_2017.1.bb b/recipes-bsp/pmu-firmwa

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-23 Thread Mike Looijmans
On 23-08-17 22:46, Manjukumar Harthikote Matha wrote: Hi Mike, Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-23 Thread Mike Looijmans
sct in your path would enable the same way , instead of using the Vivado GUI to generate fsbl/pmu/boot.bin http://www.wiki.xilinx.com/Using+meta-xilinx-tools+layer So how does one use this layer to just generate the FSBL and boot.bin? Kind regards, Mike Looijmans System Expert TOPIC Produ

Re: [meta-xilinx] [PATCH] u-boot-xlnx: does not depend on dts, remove the dependency

2017-08-22 Thread Mike Looijmans
On 22-08-17 20:08, Manjukumar Harthikote Matha wrote: Hi Mike, Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com

[meta-xilinx] [PATCH] u-boot-xlnx: does not depend on dts, remove the dependency

2017-08-22 Thread Mike Looijmans
u-boot-xlnx_%.bbappend forces a non-existent dependency between u-boot-xlnx and virtual/dtb. Nothing in u-boot references this dtb, so remove the bbappend. Signed-off-by: Mike Looijmans <mike.looijm...@topic.nl> --- recipes-bsp/u-boot/u-boot-xlnx_%.bbappend | 1 - 1 file changed, 1 de

[meta-xilinx] meta-xilinx-tools fails on "device-tree-generation" script

2017-08-22 Thread Mike Looijmans
pile) failed with exit code '1' NOTE: Tasks Summary: Attempted 2076 tasks of which 2073 didn't need to be rerun and 1 failed. Summary: 1 task failed: /home/mike/projects/xilinx-platform/meta-xilinx-tools/recipes-bsp/device-tree/device-tree-generation_git.bb:do_compile Summary: There was 1 ERROR

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-21 Thread Mike Looijmans
On 22-08-17 02:25, Jean-Francois Dagenais wrote: Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please consider

Re: [meta-xilinx] How to boot the ZynqMP?

2017-08-21 Thread Mike Looijmans
 On 19-08-17 03:20, Jean-Francois Dagenais wrote: Hi Mike, Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please

Re: [meta-xilinx] ZynqMP causes tons of recipes to fail to parse because of PMU build

2017-08-18 Thread Mike Looijmans
On 18-08-17 16:51, Nathan Rossi wrote: On 18 August 2017 at 19:22, Mike Looijmans <mike.looijm...@topic.nl> wrote: On 17-08-17 23:57, Nathan Rossi wrote: On 17 August 2017 at 23:12, Mike Looijmans <mike.looijm...@topic.nl> wrote: I'm attempting to revive my build for the MP

[meta-xilinx] How to boot the ZynqMP?

2017-08-18 Thread Mike Looijmans
p, there's also the arm-trusted-firmware and pmu-firmware. I have no idea whatsoever what I'm supposed to do with these. There is no boot.bin at all. The wiki pages aren't any help either, they're either outdated or just plain wrong. Kind regards, Mike Looijmans System Expert TOPI

Re: [meta-xilinx] ZynqMP causes tons of recipes to fail to parse because of PMU build

2017-08-18 Thread Mike Looijmans
On 17-08-17 23:57, Nathan Rossi wrote: On 17 August 2017 at 23:12, Mike Looijmans <mike.looijm...@topic.nl> wrote: I'm attempting to revive my build for the MPSOC machines. If one does something like this: MACHINE=zcu102-zynqmp bitbake my-image I get parsing errors like:

Re: [meta-xilinx] ZynqMP causes tons of recipes to fail to parse because of PMU build

2017-08-17 Thread Mike Looijmans
On 17-08-17 23:57, Nathan Rossi wrote: On 17 August 2017 at 23:12, Mike Looijmans <mike.looijm...@topic.nl> wrote: I'm attempting to revive my build for the MPSOC machines. If one does something like this: MACHINE=zcu102-zynqmp bitbake my-image I get parsing errors like:

[meta-xilinx] ZynqMP causes tons of recipes to fail to parse because of PMU build

2017-08-17 Thread Mike Looijmans
g.inc This breaks almost all recipes that use some kind of version control. Adding this line to any machine's config yields the same error. Removing it results in: ERROR: Nothing PROVIDES 'zynqmp-pmu-pmu-firmware' How does one build zynqmp image these days? Kind regards, Mike Looijmans System

Re: [meta-xilinx] tools: app.tcl exits 0 regardless of build failure

2017-06-05 Thread Mike Looijmans
trated human intervenes and clears the sstate cache or in some other way makes the compile re-run. In other words, it really needs fixing. -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (

Re: [meta-xilinx] tools: app.tcl exits 0 regardless of build failure

2017-06-03 Thread Mike Looijmans
cl script errors out, the tool still returns 0. As a workaround, I always remove any existing target files before starting, and then add a "test -e ..." to the do_compile to make it fail when the program failed to produce any output. -- Mike Looijmans Kind regards, Mike Looijmans

Re: [meta-xilinx] Boot hangs using AXI GPIO

2017-05-22 Thread Mike Looijmans
3 ... OK/ / / /Starting kernel .../ // / / Do you have any advice or configuration I need to check ? Thanks Giulio Presazzi Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mi

Re: [meta-xilinx] ZU+ mali with simple panel

2017-05-12 Thread Mike Looijmans
not really required but would be nice * We will require DP to work over the USB-C connection in our final released product Cheers! And thanks in advance! /jfd Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 49

Re: [meta-xilinx] SPI problem

2017-05-11 Thread Mike Looijmans
On 11-05-17 14:31, Arno Steffens wrote: Gesendet: Donnerstag, 11. Mai 2017 um 07:24 Uhr Von: "Mike Looijmans" <mike.looijm...@topic.nl> An: "Nathan Rossi" <nat...@nathanrossi.com>, "Arno Steffens" <s...@gmx.li> Cc: meta-xilinx@yoctoproject.or

Re: [meta-xilinx] SPI problem

2017-05-09 Thread Mike Looijmans
Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please consider the environment before printing this e-mail J

Re: [meta-xilinx] wifi chipset adapter

2017-05-03 Thread Mike Looijmans
Sébastien On Wed, May 3, 2017 at 7:14 AM, Mike Looijmans <mike.looijm...@topic.nl <mailto:mike.looijm...@topic.nl>> wrote: rtl8192cu works okay with the Zynq. Actually the Zynq has nothing to do with that. You probably need to enable the driver in the kernel (menuc

Re: [meta-xilinx] [PATCH] machine-xilinx-default.inc: Default to u-boot for Zynq

2017-04-27 Thread Mike Looijmans
flash to work is to use the xlnx bootloader and kernel. -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website

Re: [meta-xilinx] Kernel boot error: mount rootfs before init mmc

2017-04-26 Thread Mike Looijmans
pts: (null) [1.415798] VFS: Mounted root (ext4 filesystem) readonly on device 179:25. [1.423783] devtmpfs: mounted Best regards Arno Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 49

Re: [meta-xilinx] meta-xilinx-tools

2017-03-30 Thread Mike Looijmans
On 29-03-17 17:47, Manjukumar Harthikote Matha wrote: Hi Peter, Yes 2017.1 release branch is under EA, when it is officially released these will point to github. Current delivery of the release branch is April 30th Stupid question maybe, but what's an "EA"? Kind regards, Mike

[meta-xilinx] Booting MPSoC from SD card

2017-03-24 Thread Mike Looijmans
regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please consider the environment before printing this e-mail

Re: [meta-xilinx] failure : SD to u-boot SPL to u-boot on zcu102-zynqmp

2017-03-22 Thread Mike Looijmans
On 21-03-17 10:14, Mike Looijmans wrote: On 21-03-17 09:59, Michal Simek wrote: On 20.3.2017 21:29, Jean-Francois Dagenais wrote: ... Now the problem is... where the heck is version 0.3! I have not seen any branches on the xilinx repo containing it. I am no pmufw maintainer to tell you

Re: [meta-xilinx] failure : SD to u-boot SPL to u-boot on zcu102-zynqmp

2017-03-21 Thread Mike Looijmans
On 21-03-17 09:59, Michal Simek wrote: On 20.3.2017 21:29, Jean-Francois Dagenais wrote: Hi guys, I am really riding the bleeding edge here... Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33

Re: [meta-xilinx] gpio export from device tree

2017-02-28 Thread Mike Looijmans
gpio controller, and then use that offset. On my current board the zynq GPIO starts at "906". With 54 MIO GPIO pins, the EMIO GPIO pins thus start at 960. -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-56

Re: [meta-xilinx] Using GPU on UltraScale+ MPSoC ZCU102 Evaluation

2017-01-23 Thread Mike Looijmans
And from there it's OpenGL "as usual". First step there would be to develop something that runs on your desktop Linux PC and uses the video card, it'll use the MALI when running on the board. That's the nice thing about an operating system, you don't have to target particular hardware...

Re: [meta-xilinx] Interrupt forwarding in AMP configuration

2016-12-22 Thread Mike Looijmans
Your firmware has to register and activate the interrupt by itself. If Linux complains about your interrupt, you probably routed it to the wrong CPU. Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 49

Re: [meta-xilinx] uboot CONFIG_SYS_SDRAM_SIZE allocation error

2016-12-01 Thread Mike Looijmans
ymore. How it is handled? Thanks Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website: www.topicproducts.com Please consider the enviro

Re: [meta-xilinx] Zynq TTC usage by Linux

2016-10-22 Thread Mike Looijmans
Linux on CPU0, I'm trying to use TTC0/TTC1 from CPU1, but don't seem to be able to. I don't see the TTCs' address space in /proc/iomem though. Thanks for any help. Ed -- Mike Looijmans Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-

Re: [meta-xilinx] How to make uImage for zynqmp

2016-10-11 Thread Mike Looijmans
00 it will overwrite part of your rootfs image. Just swap the addresses you are using for the dtb and rootfs, this will make sure the rootfs has more than enough space to load into memory. Regards, Nathan Kind regards, Mike Looijmans System Expert TOPIC Products Materiaa

Re: [meta-xilinx] How to make uImage for zynqmp

2016-10-10 Thread Mike Looijmans
at the u-boot source code reveils how it's done: https://github.com/Xilinx/u-boot-xlnx/blob/master/include/configs/xilinx_zynqmp.h#L189 booti $kernel_addr - $fdt_addr Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon

Re: [meta-xilinx] [PATCH] arm-trusted-firmware: Use constants for memory addresses

2016-09-30 Thread Mike Looijmans
On 29-09-16 16:22, Nathan Rossi wrote: On Thu, Sep 29, 2016 at 7:46 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote: On 28-09-16 17:20, Nathan Rossi wrote: On Wed, Sep 28, 2016 at 10:50 AM, Manjukumar Harthikote Matha <manjukumar.harthikote-ma...@xilinx.com> wrot

Re: [meta-xilinx] [PATCH] arm-trusted-firmware: Use constants for memory addresses

2016-09-29 Thread Mike Looijmans
no intention of making this "configurable" or so, I just wanted it consistent. Kind regards, Mike Looijmans System Expert TOPIC Products Materiaalweg 4, NL-5681 RJ Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-mail: mike.looijm...@topicproducts.com Website:

Re: [meta-xilinx] Warnings that items did not make it into the final kernel configuration

2016-09-13 Thread Mike Looijmans
On 05-09-16 08:05, Mike Looijmans wrote: On 02-09-16 12:42, Mike Looijmans wrote: > On 02-09-16 12:12, Nathan Rossi wrote: > > On Fri, Sep 2, 2016 at 8:02 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote: > >> > >> On 01-09-16 08:53, Nathan Rossi wrote:

[meta-xilinx] [PATCH] arm-trusted-firmware: Use constants for memory addresses

2016-09-05 Thread Mike Looijmans
Define ZYNQMP_ATF_MEM_BASE and ZYNQMP_ATF_MEM_SIZE and pass these through to the compiler and image tool. This ensures that the code and the image use the same values. Signed-off-by: Mike Looijmans <mike.looijm...@topic.nl> --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.

Re: [meta-xilinx] Xilinx SDK projects in Yocto

2016-08-30 Thread Mike Looijmans
see fit too. You can call bootgen from the build of course, just like other Xilinx tools.I abandoned that route because of the bugs and limitations in Vivado's PS configuration, currently I just let Vivado generate a "draft" script and then manually patch that. With kernel 4.

Re: [meta-xilinx] [PATCH] zcu102-zynqmp.conf: Add parameters for UBI filesystem creation

2016-08-17 Thread Mike Looijmans
On 17-08-16 15:51, Nathan Rossi wrote:> On Tue, Aug 16, 2016 at 7:13 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote:>> Provide the data that the UBI tools need to create filesystems for>> the zcu102 board.>>>> (Note that the QSPI drivers for the Zynq and

[meta-xilinx] [PATCH] Rename "mali-modules.bb" to "kernel-module-mali.bb"

2016-08-03 Thread Mike Looijmans
Since the recipe only actually produces a package called "kernel-module-mali", it's logical to just name it "kernel-module-mali.bb". This gets rid of the empty "mali-modules" package and the "PROVIDES" workaround. Signed-off-by: Mike Looijmans <mike.loo

[meta-xilinx] [PATCH] machine-xilinx-default.inc: Fix misspelled "kernel-module-mali"

2016-07-26 Thread Mike Looijmans
The kernel module is named "kernel-module-mali", not "kernel-module-mali-modules" Fix this in machine-xilinx-default.inc. Signed-off-by: Mike Looijmans <mike.looijm...@topic.nl> --- conf/machine/include/machine-xilinx-default.inc | 2 +- 1 file changed, 1 insertion(+),

Re: [meta-xilinx] What kernel for MPSoC?

2016-07-22 Thread Mike Looijmans
On 22-07-16 15:31, Nathan Rossi wrote:> On Fri, Jul 22, 2016 at 3:25 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote:>>>> If I modify the devicetree and disable the 'psci' part, the system boots fine>> but doesn't wake the other three cores.>> By default Zynq

Re: [meta-xilinx] SPL on ZynqMP ZCU102 evaluation board

2016-07-22 Thread Mike Looijmans
On 20-07-16 12:52, Michal Simek wrote:> On 20.7.2016 07:43, Mike Looijmans wrote:>> On 19-07-16 23:03, Philip Balister wrote:>>   > On 07/19/2016 11:15 AM, Michal Simek wrote:>> ...>>   >> SPL support for this board will be merged to xilinx u-boot tree pret

Re: [meta-xilinx] SPL on ZynqMP ZCU102 evaluation board

2016-07-21 Thread Mike Looijmans
On 20-07-16 12:52, Michal Simek wrote:> On 20.7.2016 07:43, Mike Looijmans wrote:>> On 19-07-16 23:03, Philip Balister wrote:>>   > On 07/19/2016 11:15 AM, Michal Simek wrote:>> ...>>   >> SPL support for this board will be merged to xilinx u-boot tree pret

Re: [meta-xilinx] zcu102: Does not build boot.bin

2016-07-19 Thread Mike Looijmans
On 19-07-16 10:51, Nathan Rossi wrote:> On Tue, Jul 19, 2016 at 6:05 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote:>>>> Set MACHINE to zcu102-zynqmp and built a test image.>>>> However, the bootloader seems to only build a secondstage u-boot, the fir

[meta-xilinx] zcu102: Does not build boot.bin

2016-07-19 Thread Mike Looijmans
Set MACHINE to zcu102-zynqmp and built a test image.However, the bootloader seems to only build a secondstage u-boot, the first stage is missing. The README suggests it would be there, so what's missing?   Kind regards,   Mike Looijmans System Expert   TOPIC Products

Re: [meta-xilinx] [RFC] machine-xilinx-default.inc: Include kernel modules

2016-05-05 Thread Mike Looijmans
ELF_aarch64 ?= "u-boot.elf" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_zynqmp = "kernel-modules" Kind regards, Mike Looijmans System Expert TOPIC Embedded Products Eindhovenseweg 32-C, NL-5683 KH Best Postbus 440, NL-5680 AK Best Telefoon: +31 (0) 499 33 69 79 E-

Re: [meta-xilinx] Fwd: PS I2C access by CPU1

2016-04-18 Thread Mike Looijmans
On 16-04-16 07:25, Edward Wingate wrote: On Thu, Apr 14, 2016 at 10:43 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote: One would normally add a status="disabled"; instead of changing the compatible. You can also completely remove the node using: /delete-node/ _i2c_0;

Re: [meta-xilinx] PS I2C access by CPU1

2016-04-15 Thread Mike Looijmans
arameter to ensure i2c clock is not disabled. If I use #2, i2c port responds to CPU1, but then I would need to be vigilant that nothing on Linux is trying to use that i2c port? I am using #2 since #1 doesn't work, but is there a more proper way to do this so that Linux/CPU0 doesn't have access to the i2

Re: [meta-xilinx] Current kernel 4.4 has broken timer implementation

2016-03-10 Thread Mike Looijmans
On 10-03-16 18:48, Moritz Fischer wrote: Hi Mike, On Thu, Mar 10, 2016 at 3:01 AM, Mike Looijmans <mike.looijm...@topic.nl> wrote: On 10-03-16 11:17, Nathan Rossi wrote: On Thu, Mar 10, 2016 at 7:29 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote: After migrating to the

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-19 Thread Mike Looijmans
On 19-01-16 10:16, Nathan Rossi wrote: On Tue, Jan 19, 2016 at 7:05 PM, Michal Simek <michal.si...@xilinx.com> wrote: On 19.1.2016 09:07, Mike Looijmans wrote: On 19-01-16 08:46, Michal Simek wrote: On 18.1.2016 13:59, Mike Looijmans wrote: On 18-01-16 13:51, Nathan Rossi wrote:

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-19 Thread Mike Looijmans
On 19-01-16 10:30, Mike Looijmans wrote: On 19-01-16 10:16, Nathan Rossi wrote: On Tue, Jan 19, 2016 at 7:05 PM, Michal Simek <michal.si...@xilinx.com> wrote: On 19.1.2016 09:07, Mike Looijmans wrote: On 19-01-16 08:46, Michal Simek wrote: On 18.1.2016 13:59, Mike Looijmans wrote: On

Re: [meta-xilinx] u-boot Commit 81ec69066b270c62a6468662314728cc8b7008f9 breaks SPL

2016-01-18 Thread Mike Looijmans
On 18-01-16 11:59, Nathan Rossi wrote: On Mon, Jan 18, 2016 at 8:43 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote: I just tried with current xilinx/master u-boot. QSPI support is still broken. This makes the current bootloader useless, we ALWAYS boot from QSPI. Any news on this

Re: [meta-xilinx] [PATCH 0/5] Updates to u-boot-xlnx

2016-01-17 Thread Mike Looijmans
Which is a pity, because that just filled in the register table data that the ROM would directly apply, making for a quicker and more efficient boot than the method the ps7_init appears to use. -- Mike Looijmans -- ___ meta-xilinx mailing list meta-