Re: initramfs padding for constant redboot exec -r/-s args

2009-03-31 Thread Loïc Minier
On Mon, Mar 23, 2009, Loïc Minier wrote: > [42949379.64] RAMDISK: Compressed image found at block 0 > [42949380.21] RAMDISK: incomplete write (-28 != 32768) 8388608 So this was actually a trivial error: CONFIG_BLK_DEV_RAM_SIZE was too small -- I had bumped it once but the initrd size dou

initramfs padding for constant redboot exec -r/-s args

2009-03-23 Thread Loïc Minier
Hi I have an issue with passing the exact size of the initrd to RedBoot. RedBoot allows passing an initrd to a linux kernel with the exec command; you just load the initrd and kernel in RAM and then pass the proper args to exec; for instance this works on my iMX51 dev system: fis