Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNIOS program bin file
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
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