Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

Automatically create SREC file after build

I want to automatically create a SREC file from the elf file after the build. I know the command to use is as follows: nios2-elf-objcopy -O srec MyProg.elf MyProg.srec The thing that I do...