From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Bootm command
Date: Tue, 30 Aug 2011 12:39:40 +0200 [thread overview]
Message-ID: <201108301239.40695.marek.vasut@gmail.com> (raw)
In-Reply-To: <07ACDFB8ECA8EF47863A613BC01BBB2203663581@HYD-MKD-MBX02.wipro.com>
On Tuesday, August 30, 2011 12:08:00 PM smitha.vanga at wipro.com wrote:
> Hi Wolfgang,
>
> I am trying to boot linux by using the bootm command. It fails when it
> tries to compare the filesystem header with the IH_MAGIC and fails and
> gets reset. Could you let me know what should I need to change this
> number. This in cmd_bootm.c file in do_bootm_linux () function. Below
> are the logs.
>
> EPN412> bootm 0x1000000 0xfe340000 0x2000000
> ## Booting image at 01000000 ...
> Image Name: Linux-2.6.21.7-hrt1-cfs-v22-grse
> Image Type: PowerPC Linux Kernel Image (gzip compressed)
> Data Size: 1423080 Bytes = 1.4 MB
> Load Address: 00000000
> Entry Point: 00000000
> Verifying Checksum ... OK
> Uncompressing Kernel Image ... OK
> ## Loading RAMDisk Image at fe340000 ...
> B
>
>
> if (ntohl(hdr->ih_magic) != IH_MAGIC) {
> puts ("Bad Magic Number\n");
> show_boot_progress (-10);
> do_reset (cmdtp, flag, argc, argv);
> }
You certainly have some very old stuff here. The load addr 0x1000000 and
0xfe340000 seem quite far from each other. Maybe that's the case, you're loading
the stuff from some strange place?
>
> Regards,
> Smitha
>
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you
> are not the intended recipient, you should not disseminate, distribute or
> copy this e-mail. Please notify the sender immediately and destroy all
> copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses.
> The company accepts no liability for any damage caused by any virus
> transmitted by this email.
Can you disable this ? :-(
>
> www.wipro.com
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
next prev parent reply other threads:[~2011-08-30 10:39 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 4:42 [U-Boot] running as stand alone smitha.vanga at wipro.com
2011-07-13 6:08 ` Wolfgang Denk
2011-07-15 4:00 ` [U-Boot] Ping command smitha.vanga at wipro.com
2011-07-15 7:20 ` Wolfgang Denk
2011-07-15 8:53 ` smitha.vanga at wipro.com
2011-07-15 11:22 ` Wolfgang Denk
2011-07-15 11:35 ` smitha.vanga at wipro.com
2011-07-15 15:45 ` smitha.vanga at wipro.com
2011-07-19 10:46 ` [U-Boot] Flat tree structure dts file smitha.vanga at wipro.com
2011-07-19 11:07 ` Wolfgang Denk
2011-08-03 10:36 ` [U-Boot] Console bring up on WR linux kernel on mpc8247 board smitha.vanga at wipro.com
2011-08-03 11:18 ` Heiko Schocher
2011-08-03 13:10 ` Wolfgang Denk
2011-08-19 4:41 ` [U-Boot] Flat tree support smitha.vanga at wipro.com
2011-08-19 4:52 ` John Rigby
2011-08-19 5:11 ` smitha.vanga at wipro.com
2011-08-19 5:21 ` John Rigby
2011-08-30 10:08 ` [U-Boot] Bootm command smitha.vanga at wipro.com
2011-08-30 10:39 ` Marek Vasut [this message]
2011-08-30 11:06 ` smitha.vanga at wipro.com
2011-08-30 12:54 ` Wolfgang Denk
2011-08-30 10:52 ` Wolfgang Denk
2011-12-16 7:16 ` [U-Boot] U-boto CRC error smitha.vanga at wipro.com
2011-12-16 7:40 ` Wolfgang Denk
2011-12-16 7:52 ` Prafulla Wadaskar
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=201108301239.40695.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--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