[U-Boot] Kernel Uncompressing failed under Uboot
Jean-Michel Hautbois
jhautbois at gmail.com
Fri Feb 6 12:17:22 CET 2009
2009/2/6 Gurumurthy Gowdar <gurumurthy.gm at gmail.com>
> ## Booting image at 00100000 ...
> Image Name: linux_svme7447a
> Created: 2009-02-05 16:57:46 UTC
> Image Type: PowerPC Linux Kernel Image (gzip compressed)
> Data Size: 1342088 Bytes = 1.3 MB
> Load Address: 00000000
> Entry Point: 00000000
> Verifying Checksum ... OK
> Uncompressing Kernel Image ... Error: Bad gzipped data
> GUNZIP ERROR - must RESET board to recover
> >
> > See http://www.denx.de/wiki/view/DULG/LinuxUncompressingError
> >
> >
> > Note that you are supposed to read the FAQ before posting.
> >
>
Did you read the FAQ like Wolfgang suggested ?
Your error is described !
Your kernel is stored at 0x100000 and its size, starting at 0 is over
100000.
You are currently writing your kernel image while trying to uncompressing
it.
Best Regards,
JM
More information about the U-Boot
mailing list