Forum Discussion
Altera_Forum
Honored Contributor
21 years agoNIOS II - srec file
How create srec file for NIOS II application? From elf file or other? How? Thank you for help
Altera_Forum
Honored Contributor
21 years agoHi leszekd,
Use objcopy and tell it to generate S-Record output, e.g.: $ nios2-elf-objcopy -O srec myapp.elf myapp.srec Regards, --Scott