Hi all,
I successfully built a new FSBL for my MicroZed based on my hardware design.
Is it possible to flash it into QSPI, without touching the only u-boot?
On other Zynq boards I successfully did this with u-boot, by uploading the new FSBL binary from TFTP and writing it with "sf write" to address 0x40000 (but I do not know from where this address came from).
Or I have to rebuild also u-boot from source, rebuild a BOOT.BIN and flash it?
Thanks
Davide