Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI usually use an objcopy (like nios2-elf-objcopy) for things like this. In this case, I think an:
objcopy -I ihex -O srec <input file.hex> <output file.srec> will work Cheers, and Good luck! - Ura