Hi everybody !<br><br>I have a working Kernel with a NFS mounted root filesystem.<br>I am trying to use my root file system, but with the use of initramfs.<br><br>Compiling the kernel is not a problem, but when booting, I have the following error:<br>
<br>&quot;Insufficient memory for kernel at address 0! (_start=00400000, uncompressed size=005a0b0c)&quot;<br><br>I understand that my load address is 0x400000 and that the image is too big, but I can&#39;t find where this load adress is defined.<br>
It seems (from the .../arch/powerpc/boot/wrapper file) that this adress is calculated from the _start adress in the objfile.<br><br>Is it possible to change this adress ?<br>What can I do (with the idea of not reducing the size of my rootfs) ?<br>
<br>Thanks in advance !<br>Best Regards,<br>JM<br>