Hi 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