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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Downloading .elf into nios ?

Altera_Forum
Honored Contributor II
1,341 Views

Hi everybody, 

 

I have an .elf file to my nios processor and I don't know how I can send it to my nios II. 

In fact, I have already done it but I had a full project with code source. 

 

In this case I have only the .elf file 

 

Thanks a lot 

 

Etienne
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
442 Views

You can do this from the command line using the nios2-download utility, e.g.: 

 

nios2-download -g <elf file>
0 Kudos
Reply