Forum Discussion
Altera_Forum
Honored Contributor
11 years agoboot from S25FL512S
Hi all, I try to boot from QSPI Flash (S25FL512S) but I am having some difficulties. I have the same DDR3 as altera cyclone v soc board + two QSPI S25FL512S connected to the hps side. Inp...
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- mkimage -A arm -O u-boot -T standalone -C none -a 0x02100000 -e 0 -n "baremetal image" -d hwlib.bin hwlib.img quartus_hps -c 1 -o PV -a 0x60000 hwlib.img.bin --- Quote End --- Hi, I think you need to use 0x02100040 as the load address (-a switch), to account for the 64-byte header of the image. You can take a look at the "Unhosted" example from this page: https://www.altera.com/support/support-resources/design-examples/soc.html Hope this helps!