Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHow to convert NIOS2 SW file to HEX
I need to program a CFI Flash (NOT EPCS) device that is attached to my Cyclone2 with both the HW and SW images. It appears one method that fits my needs is to follow appnote an478 and create a flash...
Altera_Forum
Honored Contributor
17 years agoCan you compile your bootloader into the regular project, thereby making one .elf that has everything in it? Maybe you could create two .elf's instead.
Either way, once you have the .elf use it to do the conversion... nios2-elf-objcopy -O ihex file.elf output_file.hex