* [U-Boot-Users] Bad Magic Number
[not found] <E19v6qu-0007xX-00@sc8-sf-list2.sourceforge.net>
@ 2003-09-08 16:36 ` James Bates
2003-09-09 13:15 ` Detlev Zundel
0 siblings, 1 reply; 7+ messages in thread
From: James Bates @ 2003-09-08 16:36 UTC (permalink / raw)
To: u-boot
Hi All,
I have ported uBoot to our adapted version of the MPC8260ADS board. I just
changed the MPC8260ADS board config to suit our needs. The problem that I am
having is that any with image that I try to boot ( Yes I have used mkimage)
I just get "Bad Magic Number". I cannot think of anything else to try. I
cannot get it to recognise any images produced by mkimage at all. I have
tried most versions from 0.4.0 through 0.4.7 and all produce the same
result.
What could I be doing wrong?
Regards,
James Bates
This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error please return the message immediately to the sender and delete the message from your systems. Thank you.
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot-Users] Bad Magic Number
2003-09-08 16:36 ` [U-Boot-Users] Bad Magic Number James Bates
@ 2003-09-09 13:15 ` Detlev Zundel
0 siblings, 0 replies; 7+ messages in thread
From: Detlev Zundel @ 2003-09-09 13:15 UTC (permalink / raw)
To: u-boot
Hello James,
> I have ported uBoot to our adapted version of the MPC8260ADS board. I just
> changed the MPC8260ADS board config to suit our needs. The problem that I am
> having is that any with image that I try to boot ( Yes I have used mkimage)
> I just get "Bad Magic Number". I cannot think of anything else to try. I
> cannot get it to recognise any images produced by mkimage at all. I have
> tried most versions from 0.4.0 through 0.4.7 and all produce the same
> result.
>
> What could I be doing wrong?
Do the image files you created really contain the magic number in the
first 4 bytes? You can check that fact like this:
[dzu]$ dd if=/tftpboot/uImage bs=4 count=1 | od -t x1
1+0 records in
1+0 records out
0000000 27 05 19 56
0000004
[dzu]$
> This message is intended only for the use of the individual or
> entity to which it is addressed, and may contain information that is
> privileged, confidential and exempt from disclosure under applicable
> law. If the reader of this message is not the intended recipient,
> or the employee or agent responsible for delivering the message to
> the intended recipient, you are hereby notified that any
> dissemination, distribution or copying of this communication is
> strictly prohibited. If you have received this communication in
> error please return the message immediately to the sender and delete
> the message from your systems. Thank you.
A bit useless on a public mailing list....
Cheers
Detlev
--
You get 3 opportunities to advertise your Rock band, no more.
-- Proposed Symbolics guidelines for mail messages (1984)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Bad Magic Number
@ 2005-06-10 0:20 Jason Chang
2005-06-10 6:04 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Jason Chang @ 2005-06-10 0:20 UTC (permalink / raw)
To: u-boot
Hi;
I'm a new user of ARM Versatile Board and U-Boot software.
Previously, milo.axf and linux kernel was stored in the flash.
I use milo.axf to boot the Linux Kernel image and it works fine.
After I write the u-boot image onto the flash (comes with the Vertatile CD from ARM).
The version is U-Boot 1.1.2 (Feb 4 2005 - 11:04:56).
When I tried to use "bootm 0x34100000" (the linux kernel image address).
It gave me the "Bad Magic Number".
Could anyone tell me what was wrong ?
Thanks in advance.
Jason Chang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20050609/ce1f6672/attachment.htm
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Bad Magic Number
2005-06-10 0:20 Jason Chang
@ 2005-06-10 6:04 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2005-06-10 6:04 UTC (permalink / raw)
To: u-boot
In message <008901c56d52$32924600$6500a8c0@poweredgesc420> you wrote:
>
> It gave me the "Bad Magic Number".
>
> Could anyone tell me what was wrong ?
You did not read the documentation.
U-Boot requires that you create a special kernel image using the
mkimage tool.
> ------=_NextPart_000_0086_01C56D17.860FB960
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
And please never post HTML to this list!!
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Punishment becomes ineffective after a certain point. Men become in-
sensitive.
-- Eneg, "Patterns of Force", stardate 2534.7
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot-Users] Bad Magic number
@ 2006-07-01 11:31 Raja Chidambaram
2006-07-01 15:09 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Raja Chidambaram @ 2006-07-01 11:31 UTC (permalink / raw)
To: u-boot
hi all,
I have compiled linux kernel 2.6.16.2 image for yucca
bord
>make yucca_defconfig
>make uImage
i had also verfied the image by mkimage -l uImage
Image Name: Linux Kernel Image
Created: Sat Jul 1 15:24:58 2006
Image Type: PowerPC Linux Kernel Image (gzip
compressed)
Data Size: 1085421 Bytes = 1059.98 kB = 1.04 MB
Load Address: 0x00000000
Entry Point: 0x00000000
I had loaded the image into address 0xff0100000.
but when i do
>bootm ff010000
Bad Magic Number.
please help me in this. thanks in advance.
with regards
raja
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot-Users] Bad Magic number
2006-07-01 11:31 [U-Boot-Users] Bad Magic number Raja Chidambaram
@ 2006-07-01 15:09 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2006-07-01 15:09 UTC (permalink / raw)
To: u-boot
In message <20060701113100.89616.qmail@web53607.mail.yahoo.com> you wrote:
>
> I had loaded the image into address 0xff0100000.
012345678
Check the number of digits
> >bootm ff010000
> Bad Magic Number.
That's a different address.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Well, the way I see it, logic is only a way of being ignorant by num-
bers. - Terry Pratchett, _Small Gods_
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20060702065901.6616.qmail@web53606.mail.yahoo.com>]
* [U-Boot-Users] Bad Magic number
[not found] <20060702065901.6616.qmail@web53606.mail.yahoo.com>
@ 2006-07-02 8:13 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2006-07-02 8:13 UTC (permalink / raw)
To: u-boot
Please keep the list on Cc: !
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Please read http://www.netmeister.org/news/learn2quote.html
In message <20060702065901.6616.qmail@web53606.mail.yahoo.com> you wrote:
>
> Sorry for the trouble,actually it was typing problem in the request mail & i had
> verified it on the board
Then please be a bit more careful when reporting problems.
> i had loaded the linux kernel image`at address 0xff010000 but i get the same problem
> "Bad magic number".
>
> i use kernel version 2.6.16.2,u-boot-1.1.2, the board as 16mb flash.The u-boot loaded in 0xfff10000 on yucca board, is that any other possibiliteis to consider for this problem.please help me in this.Thanks in advance.
How exactly did you write the linux image to 0xff010000 ? And which
sort of memory is mapped at this address on your system?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The use of COBOL cripples the mind; its teaching should, therefore,
be regarded as a criminal offense. - E. W. Dijkstra
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-02 8:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E19v6qu-0007xX-00@sc8-sf-list2.sourceforge.net>
2003-09-08 16:36 ` [U-Boot-Users] Bad Magic Number James Bates
2003-09-09 13:15 ` Detlev Zundel
2005-06-10 0:20 Jason Chang
2005-06-10 6:04 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2006-07-01 11:31 [U-Boot-Users] Bad Magic number Raja Chidambaram
2006-07-01 15:09 ` Wolfgang Denk
[not found] <20060702065901.6616.qmail@web53606.mail.yahoo.com>
2006-07-02 8:13 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox