From: Wolfgang Denk <wd@denx.de>
To: Micael balow <micaelbalow@yahoo.com.cn>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: new PPC Questions
Date: Mon, 08 Jan 2001 03:52:31 +0100 [thread overview]
Message-ID: <200101080252.f082qVP12117@denx.local.net> (raw)
In-Reply-To: Your message of "Mon, 08 Jan 2001 10:10:03 +0800." <20010108021003.92030.qmail@web11708.mail.yahoo.com>
Dear Micael,
in message <20010108021003.92030.qmail@web11708.mail.yahoo.com> you wrote:
>
> >AfterI ported a image into the board,when I used the
> >following commmand
>
> => bootm 10020000
>
> >to boot that image,the message just like the one
> >listed below was displayed.
>
> => # Booting Linux kernel at 10020000
> => Bad Header Checksum
The linuxppc-embedded mailing listy is not exactly the right place to
ask this question; what you see is an error message from the PPCBoot
firmware on your board, so if you have to ask the ppcboot-users list
is probably a better place.
> I think,the reason for this has something to do
> with the way I compile the image. What do you think?
> Please give a hint.Thank you!
Well, I think the error message is pretty clear: the one of the
checksums stored with your image is not what PPCboot expects (PPCBoot
images have two checksums: the first to validate the header
information, the second to check the data payload).
Either the image you stored at address 0x10020000 is not a PPCBoot
image at all, or it got corrupted during download or in memory. You
can try to dump the memory region using
md 10020000
This might give an indication what happened.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
There are three things I always forget. Names, faces - the third I
can't remember. - Italo Svevo
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-01-08 2:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-08 2:10 new PPC Questions Micael balow
2001-01-08 2:52 ` Wolfgang Denk [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=200101080252.f082qVP12117@denx.local.net \
--to=wd@denx.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=micaelbalow@yahoo.com.cn \
/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).