Stefan Nunninger wrote:

>  loaded at:     00100000 00100000

You have to load the bits into memory at or above 0x200000...NO, don't
change anything in the Makefile, just load the resulting bits like
this.  The zImage decompressor has to relocate itself to 0x100000.
There
isn't any bss space allocated between the end of the data and the start
of the zImage/initrd in the downloaded image.  Your decompressor code is
likely writing over the images.


        -- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/




Reply via email to