Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow to ext_flash.flash-->.bin
hello all, I want to transform the application code .elf file to .bin,but the IDE seems to only .flash file. how to do this ? are there some tools? thank you!
Altera_Forum
Honored Contributor
21 years agoHi there,
use nio2-elf-objcopy you will probably want something like: nios2-elf-objcopy -O binary input_file.elf output_file.bin Regards, ...DW