From: "Chuck Partridge" <Chuck_Partridge@amx.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Cc: <johny122@hotmail.com>
Subject: Re: Uncompressing kernel image problem
Date: Fri, 26 Jul 2002 11:06:10 -0500 [thread overview]
Message-ID: <sd412d3c.087@amxgwia.amx.com> (raw)
You are trying to uncompress a kernel that is 667kB compressed in only
16kB of space (0 - 0x4000)
Try bootm 0x400000 instead.
>>> "john ashfield" <johny122@hotmail.com> 07/26/02 10:32AM >>>
Hi,
I have the problem of uncompressing Kernel Image. I used /tools/mkimage
in
ppcboot-1.1.6 to create vmlinux.ppcboot from vmlinux.gz. Then I
convert
vmlinux.ppcboot to vmlinux.srec using "objcopy -I binary -O srec
vmlinux.ppcboot vmlinux.srec" and finally load vmlinux.srec to memory
at
0x4000 using "loads 0x4000". I tried to boot the image and received
the
following message:
=> bootm 0x4000
## Booting image at 00004000 ...
Image Name: linuxppc_2_4_galileo
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 683041 Bytes = 667 kB = 0 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... Error: inflate() returned -3
GUNZIP ERROR - must RESET board to recover
Does anyone know what happened?
Thanks.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
reply other threads:[~2002-07-26 16:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=sd412d3c.087@amxgwia.amx.com \
--to=chuck_partridge@amx.com \
--cc=johny122@hotmail.com \
--cc=linuxppc-embedded@lists.linuxppc.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).