
Hi, On 10/26/22 20:00, Martin Husemann wrote:
Hey folks,
the other day I was asked to test some changes on my Adapteva Parallella board, which I hadn't used for ages.
I noticed it has an ancient u-boot:
U-Boot 2012.10-00003-g792c31c (Jan 03 2014 - 12:24:08)
I2C: ready DRAM: 992 MiB WARNING: Caches not enabled MMC: SDHCI: 0 SF: Detected N25Q128 with page size 64 KiB, total 16 MiB In: serial Out: serial Err: serial Net: zynq_gem Hit any key to stop autoboot:
... and a quick search turned up lots of supported similar boards in u-boot mainline under board/xilinx/zynq - but no concrete instructions or test results for the Parallella.
Anyone know what would be missing or is it just something simple like "take u-boot for z702 and replace the dtb"?
add DT to tree. If you have ps7_init create folder in board/xilinx/zynq/ folder
export DEVICE_TREE=...
xilinx_zynq_virt_defconfig
Load it and it should just work
Thanks, Michal