initramfs too large?

Dave Littell littelld at verizon.net
Thu Sep 11 11:49:08 EST 2008


Marco Stornelli wrote:
> Hi Dave,
> 
> no if well remeber for 2.6.18 it's "ramdisk_size" (before this option
> had a name slightly different) but you can check it out in the kernel
> documentation (in the documentation folder of your kernel). Another
> thing: you should check out that the kernel, the initram disk and the
> dtb are loaded in ram from your bootloader without overlapping, maybe
> you've changed the dimensions and something is overlapped.
> 

Everything is included in one zImage, so where things are placed in
memory is all a function of the linker, wrapper, and gunzip, right?  I
did try a "ramdisk_size" command-line argument and saw no change in
behavior.

I noticed today that with the smaller initramfs the kernel is smaller
than 8 MB (_end < 0xc0800000), but with the larger initramfs all the
symbols following the end marker for initramfs are beyond 8 MB.  Is this
a clue?

Using the JTAG I stopped at early_init() and looked at the
__machine_desc_start area.  I noticed that when booting with the smaller
initramfs there's (apparently) good information in there but with the
larger initramfs the area is mostly filled with 0xff's.  I'm now
wondering if there's some relationship between this 8 MB boundary and
possibly some problem in the zImage wrapper, the wrapper's gunzip, or
something in that area.

So, is 8 MB some magic number for the PowerPC kernel?


Thanks,
Dave


More information about the Linuxppc-embedded mailing list