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 II - srec file

Altera_Forum
Contributeur émérite II
1 302 Visites

How create srec file for NIOS II application? From elf file or other? How? 

Thank you for help
0 Compliments
2 Réponses
Altera_Forum
Contributeur émérite II
583 Visites

Hi leszekd, 

 

Use objcopy and tell it to generate S-Record output, e.g.: 

 

$ nios2-elf-objcopy -O srec myapp.elf myapp.srec 

 

Regards, 

--Scott
0 Compliments
Altera_Forum
Contributeur émérite II
583 Visites

Thank you, smcnutt!

0 Compliments
Répondre