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++

*.ELF -> *.BIN

Altera_Forum
Honored Contributor II
1,128 Views

I'm a chinese, sorry for my poor English. I want to know the file format in flash. It's not the *.flash, is it *.bin? I want to update the flash remote.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
432 Views

 

--- Quote Start ---  

originally posted by andreas green@Feb 10 2007, 12:51 AM 

i'm a chinese, sorry for my poor english. i want to know the file format in flash. it's not the *.flash, is it *.bin? i want to update the flash remote. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21421) 

--- quote end ---  

 

--- Quote End ---  

 

 

flash file is formatted SREC file format. it is text file. 

So. if you want to convert from flash to bin, you can use nios2-elf-objcopy command in SDK shell.  

 

ex ) nios2-elf-objcopy -I srec -O binary test.flash 

 

Regards. 

Glen
0 Kudos
Reply