Forum Discussion
JBayl
Occasional Contributor
3 years agoPreloader uboot SPL
Hi,
We have a custom Cyclone V board that runs vxWorks. All boot images are coming from the QSPI with preloader separated from uboot. Preloader starts @ 0x0 location, u-boot @ 0x60000.
I'm not...
- 3 years ago
Hi Joel,
Thanks for attending teams call.
Let me know if you have any other query on this.
Regards
Tiwari
JBayl
Occasional Contributor
3 years agoThanks Kenny. I just want to update this:
Typo error on "I'm not trying to have Linux work on this board....". I meant "I'm NOW trying to have Linux..."
I generated the preloader and uboot binaries using bsp-editor (default settings). I programmed the QSPI with it and the board is booting, or at least shows boot logs on its serial port. The 2 binaries are separate files with preloader-mkpimage.bin on 0x0 and u-boot.bin on 0x60000.
I write the u-boot-with-spl.sfp on QSPI @ 0x0.
Thanks!