From: Stefan Roese <mail@stefan-roese.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Uncompressing uImage error
Date: Thu, 9 Dec 2004 17:59:32 +0100 [thread overview]
Message-ID: <200412091759.32507.mail@stefan-roese.de> (raw)
In-Reply-To: <20041209164153.17355.qmail@web12826.mail.yahoo.com>
Hi Sadri!
On Thursday 09 December 2004 17:41, Alireza Sadri wrote:
> I am working on a custom board , I used U-Boot and
> ported it, U-Boot is working well, and i compiled ELDK
> to a uImage , with the command >make uImage.
>
> here is the rest of the precedure:
>
> er8260> tftp 10000 uImage
> ARP broadcast 1
> TFTP from server 10.10.0.187; our IP address is
> 10.10.0.185
> Filename 'uImage'.
> Load address: 0x10000
^^^^^^^
Here is your problem! When using this load-address you will likely overwrite
your image upon decompressing it! Choose another load address and everything
should work fine (at least 0x200000).
> can anyone please help me? why is this happening?
The image will be decompressed to the load address given in the header of the
uImage file (here 0x00000000). So there is a good chance that you overwrite
the source-image @ 0x100000 (depending on your image-size).
> (I read the FAQ , and searched mailing list for 200
> last mails , by the phrase" GUNZIP uncompressing
> error", i didn't find anything , hope it not to be a
> FAQ and sorry if it is.)
I am pretty sure that this is well documented. Could be that Wolfgang will
point this out... ;-)
Best regards,
Stefan
next prev parent reply other threads:[~2004-12-09 16:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-09 1:47 [U-Boot-Users] Question to install ELDK 灰色 轨迹
2004-12-09 14:50 ` Marc Leeman
2004-12-09 15:24 ` Wolfgang Denk
2004-12-09 17:58 ` Marc Leeman
2004-12-09 18:40 ` Wolfgang Denk
2004-12-09 16:41 ` [U-Boot-Users] Uncompressing uImage error Alireza Sadri
2004-12-09 16:59 ` Stefan Roese [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-12-09 16:47 Nghiem, Tien
2004-12-09 16:53 ` Alireza Sadri
2004-12-14 10:45 ` Detlev Zundel
2004-12-09 16:54 ` Alireza Sadri
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=200412091759.32507.mail@stefan-roese.de \
--to=mail@stefan-roese.de \
--cc=u-boot@lists.denx.de \
/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