Altera_Forum
Honored Contributor
19 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_cfi.srec i get the ext_flash.flash with the size of 3.6M Bytes, why the final file became so big, is the boot copier takes up 2.3M bytes? i think the boot loader is no more then 500k bytes , why the .flash file became so big?