linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: Amit.Lubovsky@infineon.com
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: u-boot on mbx860
Date: Tue, 30 Sep 2003 23:46:49 +0200	[thread overview]
Message-ID: <20030930214654.CAE32C59E4@atlas.denx.de> (raw)
In-Reply-To: Your message of "Tue, 30 Sep 2003 11:02:07 +0200." <AD2F581BD7340A4C908AF1AFB066EA3B0E4831@ntah901e.savan.com>


Dear Amit,

in message <AD2F581BD7340A4C908AF1AFB066EA3B0E4831@ntah901e.savan.com> you wrote:
>
> I have compiled u-boot for mbx860, created uImage (using the sources from
> denx site) but have
> a problem when I try to run the uImge on the board, follows what I get:
...
> => bootm 0x20000
> ## Booting image at 00020000 ...
>    Image Name:   Linux-2.4.20
>    Image Type:   PowerPC Linux Kernel Image (gzip compressed)
>    Data Size:    842305 Bytes = 822.6 kB

Compressed size is 800+ kB, so uncompressed size will be around 2+ MB.

>    Load Address: 00000000
>    Entry Point:  00000000
>    Verifying Checksum ... OK
>    Uncompressing Kernel Image ... Error: inflate() returned -3

You load the image at 0x20000 = 128 kB. It will overwrite itself when
it starts to uncompress and load the kernel.

Use a higher download address, like 0x200000.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
"We don't have to protect the environment -- the Second Coming is  at
hand."                                                   - James Watt

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

  reply	other threads:[~2003-09-30 21:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-30  9:02 u-boot on mbx860 Amit.Lubovsky
2003-09-30 21:46 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-09-30 19:49 Rod Boyce
     [not found] <AD2F581BD7340A4C908AF1AFB066EA3B0E4819@ntah901e.savan.com>
2003-09-18 15:17 ` Wolfgang Denk

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=20030930214654.CAE32C59E4@atlas.denx.de \
    --to=wd@denx.de \
    --cc=Amit.Lubovsky@infineon.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).