Forum Discussion
BBS3000
New Contributor
1 year agoFailed to boot NIOS II app from S25FL128SAGNFM001 using Intel GSFI
Hello, I am having troubles with booting up a Cyclone V NIOS II app from S25FL128SAGNFM001 using Intel GSFI. I am using 22.1 tools. I tried to follow the https://community.intel.com/cipcp26785/atta...
tehjingy_Altera
Regular Contributor
1 year agoHi
I see that your linker setting is wrong in the BSP Setting.
You are running the "Nios II processor application is copied from EPCQ flash to RAM using boot copier" boot method.
Could you change the Linker to all OnChip Memory.
https://www.intel.com/content/www/us/en/docs/programmable/683104/current/bsp-editor-settings.html
Regards
Jingyang, Teh
BBS3000
New Contributor
1 year agoHi,
Thank you for your reply.
The OnChip memory is too small to copy there the application.
The async_512Kx32 is an external RAM that is used for running the application.
It works since the debugger loads the app there without any problems.
Thanks.