Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by leadensky@Aug 22 2006, 02:30 AM 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?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17753)
--- quote end ---
--- Quote End --- Hi, the .flash-File is a Ascii-Hex File. One Byte is coded in more bytes.... Marco