
Okay, thanks for the fast reply!
At the time I wrote this mail, I didn't read the docs.
Off-topic:
Are there plans for U-Boot to create a default image (including FSBL, bitstream and U-Boot)?
For example (additional build step): $ export BITSTREAM=/path/to/fpga.bit
For now I use Vivado to create the bitstream file, Vitis for the FSBL and then bootgen to create the SD card image.
On 01.06.20 at 07:43, Michal Simek wrote:
On 01. 06. 20 7:34, Milan Obuch wrote:
Hello,
I just noticed that the support for the board Zybo-Z7 in mainline U-Boot is no longer available.
Are there some reasons why it was dropped? Couldn't find any information in the list archive.
Thanks in advance!
-- Best regards,
Johannes K.
I was about to ask similar question already, slightly different way. Michal decided to somehow unify Zynq based board support with common zynq_virtconfig (sp?) configuration, but I did not understand the details yet. So I would rephrase the question another way...
How should one compile u-boot for Zybo Z7 board now and how should bootable image be created?
export DEVICE_TREE=zynq-zybo-z7 make xilinx_zynq_virt_defconfig make -j8
M