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 agoHi,
Your conversations are very help ful for me.After enabling 4byte addressing repeat log message problem solved. I stored my baremetal application on qspi flash by using following commands 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 After debugging through printf statements it is stopping at following line image_entry((u32 *)boot_params_ptr); After this statement it's not jumping to baremetal application which i have stored at 0x6000 location. Any suggestions is appreciated. Hayder what modifications u have done to jump to u-boot while it was struck at image_entry((u32 *)boot_params_ptr); waiting for ur replies