Hello,
I am trying to get my MicroZed running. Booting from the pre-programmed QSPI-Flash works without any problems. The default SD card image that can be downloaded from the MicroZed website throws an error while u-boot tries to write the bitstream to the PL, but I can get it to boot. However, if I generate my own BOOT.bin file in the SDK, nothing happens. I created a FSBL project based upon the hardware files I exported from Vivado (2014.2). I ensured that the FSBL is the first partition and marked as bootloader, I put my .bit file as the second partition and u-boot.elf as the third. Both as datafile. I also tried omitting my .bit file or including files like uImage and uramdisk.image.gz. Nothing works. My serial terminal is configured right, as I am able to see the output if I boot from QSPI. I added the FSBL_DEBUG_INFO as suggested in AR# 59476, but that didn't gave me any output either. Even if I take the FSBL and u-boot.elf from the MicroZed tutorial 04, I can't get a bootable BOOT.bin. What might I be doing wrong?
Thanks