Forum Discussion
Altera_Forum
Honored Contributor
20 years agoproblem with using elf2flash!!!
my vmlinux is only 1.3M Bytes when i use: elf2flash --base=0x0 --end=0x3fffff --reset=0x0 --input=vmlinux --output=ext_flash.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_c...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by mabcom@Aug 22 2006, 03:41 PM hi,
the .flash-file is a ascii-hex file. one byte is coded in more bytes....
marco
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17754)
--- quote end ---
--- Quote End --- Thank you i have read the data in the flash, the actual playload is less than 1.4M bytes, so if i use a flash with the size of 2M, it will work with no problem when i use: nios2-flash-programmer --base=0 ext_flash.flash, with the 3.5M bytes ext_flash.flash file ?