strange problem while booting
Dan Malek
dan at mvista.com
Wed Mar 21 12:12:22 EST 2001
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/
More information about the Linuxppc-embedded
mailing list