Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
Hi asegers,
See the manpage for nios2-elf-objcopy for details -- but basically: $ nios2-elf-objcopy -O binary input.elf output.bin Regards, --Scott
How to create a bin file of a nios project. I have a .elf file but howto convert? I want to run the program in u-boot
Hi asegers,
See the manpage for nios2-elf-objcopy for details -- but basically: $ nios2-elf-objcopy -O binary input.elf output.bin Regards, --Scott