Altera_Forum
Honored Contributor
19 years ago*.ELF -> *.BIN
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