Re: [meta-xilinx] PicoZed 7030 again

2018-10-03 Thread Thomas Goodwin
The device tree in U-Boot and U-Boot-XLNX (which is different than the one from that recipe) do not have the SD card set as the boot device (mmc0 points to sdhci1 vs. sdhci0) and then the block for sdhci0 needs to be enabled (status = "okay") vs. disabling sdhci1. I recall someone has put a patch

Re: [meta-xilinx] Support for PicoZed 7030 and FMC V2 Carrier

2018-07-31 Thread Thomas Goodwin
Thanks for confirming. I ended up doing something similar to the kernel too. Hopefully Xilinx does upstream the patch! On Tue, Jul 31, 2018 at 4:38 PM Andreas Galauner wrote: > On 10.07.2018 17:05, Thomas Goodwin wrote: > > Hello, > > > > I'm attempting to build the picoze

[meta-xilinx] Support for PicoZed 7030 and FMC V2 Carrier

2018-07-10 Thread Thomas Goodwin
Hello, I'm attempting to build the picozed-zynq7 machine using meta-xilinx with Poky 2.4.2. I've tried using the *rocko* branch as well as *rel-v2018.2*. For the latter, I had to patch the machine definition since it was missing *require *(PR: https://github.com/Xilinx/meta-xilinx/pull/9). My