Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

NIOS program bin file

Altera_Forum
Honored Contributor II
1,415 Views

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

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
480 Views

Hi asegers, 

 

See the manpage for nios2-elf-objcopy for details -- but basically: 

$ nios2-elf-objcopy -O binary input.elf output.bin 

 

Regards, 

--Scott
0 Kudos
Reply