From: Nethra <nethra_gmit@yahoo.co.in>
To: linuxppc-embedded@ozlabs.org
Subject: Re: Uncompressing Kernel Image ... Error: inflate() returned -3 GUNZIP ERROR - must RESET board to recover
Date: Sun, 5 Aug 2007 21:16:31 -0700 (PDT) [thread overview]
Message-ID: <12010845.post@talk.nabble.com> (raw)
In-Reply-To: <137d01c6e288$844fcdd0$8119fea9@deltatau.local>
change ur bootm address it will work fine....
see the fallowing example..
Linux crashes when uncompressing the kernel
Question:
When I try to boot Linux, it crashes during uncompressing the kernel image:
=3D> bootm 100000
## Booting image at 00100000 ...
Image Name: Linux=E2=88=922.4.25
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1003065 Bytes =3D 979.6 kB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... Error: inflate() returned =E2=88=923
GUNZIP ERROR =E2=88=92 must RESET board to recover
Answer:
Your kernel image is quite big =E2=88=92 nearly 1 MB compressed; when it ge=
ts
uncompressed it will need 2.5
... 3 MB, starting at address 0x0000. But your compressed image was stored
at 1 MB (0x100000), so
the uncompressed code will overwrite the (remaining) compressed image. The
solution is thus simple:
just use a higher address to download the compressed image into RAM. For
example, try:
=3D> bootm 400000
Henry Bausley wrote:
>=20
> I am getting the error
>=20
> Uncompressing Kernel Image ... Error: inflate() returned -3
> GUNZIP ERROR - must RESET board to recover
> OK
>=20
> when u-boot tries to uncompress the kernel. I am using a board based upo=
n
> a=20
> Yosemite AMCC 440EP.
> I do have some boards that work. Does anyone know what could cause this=
=20
> problem. Bad Flash , Bad DDR ?
>=20
>=20
>=20
>=20
>=20
>=20
> U-Boot 1.1.4 (Jun 30 2006 - 14:55:59)
>=20
> CPU: AMCC PowerPC 440EP Rev. B at 533.333 MHz (PLB=3D133, OPB=3D66, EBC=
=3D66=20
> MHz)
> I2C boot EEPROM enabled
> Internal PCI arbiter disabled, PCI async ext clock used
> 32 kB I-Cache 32 kB D-Cache
> Board: Yosemite - AMCC PPC440EP Evaluation Board
> I2C: ready
> DRAM: 256 MB
> FLASH: 64 MB
> PCI: Bus Dev VenId DevId Class Int
> In: serial
> Out: serial
> Err: serial
> Net: ppc_4xx_eth0, ppc_4xx_eth1
> Hit any key to stop autoboot: 0
> ## Booting image at fc000000 ...
> Image Name: Linux-2.6.14-rtl
> Image Type: PowerPC Linux Kernel Image (gzip compressed)
> Data Size: 1250069 Bytes =3D 1.2 MB
> Load Address: 00000000
> Entry Point: 00000000
> Verifying Checksum ... OK
> Uncompressing Kernel Image ... Error: inflate() returned -3
> GUNZIP ERROR - must RESET board to recover
> OK
>=20
>=20
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>=20
>=20
--=20
View this message in context: http://www.nabble.com/Asterisk-on-Embedded-Li=
nux-tf2336671.html#a12010845
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
prev parent reply other threads:[~2007-08-06 4:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-26 6:44 Asterisk on Embedded Linux Iwan Koenig
2006-09-26 7:21 ` Armin Schindler
2006-09-26 16:37 ` Eugene Surovegin
2006-09-26 17:37 ` Carlos Munoz
2006-09-27 16:01 ` Stelios Koroneos
2006-09-27 22:58 ` Uncompressing Kernel Image ... Error: inflate() returned -3 GUNZIP ERROR - must RESET board to recover Henry Bausley
2006-09-28 19:28 ` Stefan Roese
2007-08-06 4:16 ` Nethra [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12010845.post@talk.nabble.com \
--to=nethra_gmit@yahoo.co.in \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).