Forum Discussion
Altera_Forum
Honored Contributor
8 years agoBuilding hex files fails - ext_flash
Hello Altera forums, I have a program based on the Simple Socket Server (RGMII), which I can compile and load to my SOPC with no problems. I'm trying to generate hex files so that I don't have ...
Altera_Forum
Honored Contributor
8 years agoI was able to resolve my issue by running this command:
elf2flash --input=ADC_Socket.elf --output=ext_flash.flash --base=0x0 --end=0x07FFFFFF --boot=$QUARTUS_ROOTDIR/../nios2eds/components/altera_nios2/boot_loader_cfi.srec to generate ext_flash.flash. I can now make the project correctly. Thank you for your assistance.