From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Error while booting Linux image
Date: Mon, 21 Mar 2005 08:50:54 -0500 [thread overview]
Message-ID: <423ED13E.5040905@smiths-aerospace.com> (raw)
In-Reply-To: <3D9FDCA910DD4445896A0BE5ECF009D4030DCDCD@bla.satyam.com>
Vikrant_Basotra wrote:
> Hi All,
> I am using U-Boot with a Linux kernel version 2.4.27-1.3.3-432 on mpc8248
> based board, but the last message I see is "Uncompressing Kernel Image ...
> OK" and Then the system hangs. I traced the code and realised that it stops
> when it makes a call to "(*kernel) (kbd, initrd_start, initrd_end,
> cmd_start, cmd_end);" (in file u-boot/common/cmd_bootm.c)
>
> As i searched through the archive i found a similar problem and had comments
> asking to verify the following:
>
> 1. bd_info
> 2. IMAP_ADDR and CFG_IMMR should have the same value
> 3. clock speed saved in env
[snip]
> which i believe is correct. The value of IMAP_ADDR in
> linux/arch/ppc/platforms/boardname.h and u-boot/include/configs/boardname.h
> is 0x0f000000 and i dont have the clock setting saved in my env.
>
> I could not figure out any more cracks because of which Linux would not
> boot. Looking for your help on this.
>
> Regards,
> Vikrant
You need to move your IMMR into kernel address space which starts at
0xC0000000 (IMMR = 0xF0000000 is a good candidate). I would further
recommend that you set the IMMR to be initialized to this value using
the HRCW rather than changing it via u-boot initialization -- one less
thing to go wrong.
gvb
next prev parent reply other threads:[~2005-03-21 13:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-21 11:48 [U-Boot-Users] Error while booting Linux image Vikrant_Basotra
2005-03-21 13:50 ` Jerry Van Baren [this message]
2005-03-21 15:41 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2005-03-21 16:05 Vikrant_Basotra
2005-03-21 17:27 ` Wolfgang Denk
[not found] <20050321160637.BAAB8134A7@sc8-sf-spam2.sourceforge.net>
2005-03-21 16:26 ` Srivatsan
2005-03-21 17:15 Vikrant_Basotra
2005-03-22 5:17 Vikrant_Basotra
2005-03-22 9:35 ` Wolfgang Denk
2005-03-22 13:30 Vikrant_Basotra
2005-03-22 14:13 ` 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=423ED13E.5040905@smiths-aerospace.com \
--to=gerald.vanbaren@smiths-aerospace.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.