Forum Discussion
Altera_Forum
Honored Contributor
20 years agouncompressing of romfs.img
hello friend i have one prblem-> i have dump my u-boot ,kernel and filesystem with following data flash: 0x00000000----0x0020000(2MB) sdram: 0x00800000----0x00ffffff(8MB) restart ad...
Altera_Forum
Honored Contributor
20 years agoHi All,
> mkimage -A nios2 -O linux -T filesystem -C gzip -a 0x00c00000 -e 0x00c00000 -n 'romfs EP1C6' -d > romfs.bin.gz romfs.img Just a note: passing a ramdisk image to the kernel as a parameter from a bootloader will not work. The default kernel image (for Nios II) does not recognize any parameters (e.g. command line, bd_t, ramdisk) passed to it from a boot loader. Hopefully, we will address this issue in the kernel soon -- then add support in u-boot. hippo, we should discuss this some time ... as it can affect the bzImage design. Regards, --Scott