From: Christopher Beley <cbeley@wisc.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot] Unable to boot Linux Kernel on Media5200
Date: Sat, 03 Oct 2009 15:01:40 -0500 [thread overview]
Message-ID: <4AC7ADA4.2080404@wisc.edu> (raw)
Hi,
I'm trying to gentoo running on the Media5200 but am running into issues
getting my kernel to boot. I am able to boot the kernel that came with
freescale's BSP for the device, but when I boot my kernel things stall
after Uncompressing Kernel Image:
## Booting image at 00400000 ...
Image Name: Linux-2.6.30-mpc52xx
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 2315154 Bytes = 2.2 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
I'm not completely sure why my kernel isn't booting while freescale's is. I should have all the correct drivers enabled, but after uncompress kernel Image nothing shows up in the console or on screen (the freescale logo/u-boot screen stays on the screen though). I tried increasing the starting address for kicks, but that made no differnce. I also tried doing something like:
tftp 400000; bootm 400000
but that gave me the same results as well.
Yes, I am using uImage and not cuImage.
When I compile my kernel I issue:
make ARCH="powerpc" CROSS_COMPILE="powerpc-unknown-linux-gnu-"
INSTALL_MOD_PATH="${SYSROOT}" "$@" EXTRAVERSION=-mpc52xx uImage
next reply other threads:[~2009-10-03 20:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-03 20:01 Christopher Beley [this message]
2009-10-03 23:35 ` [U-Boot] Unable to boot Linux Kernel on Media5200 Wolfgang Denk
2009-10-04 19:45 ` Christopher Beley
2009-10-04 21:00 ` Wolfgang Denk
2009-10-04 21:33 ` Grant Likely
2009-10-14 23:04 ` Christopher Beley
2009-10-15 0:22 ` Grant Likely
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=4AC7ADA4.2080404@wisc.edu \
--to=cbeley@wisc.edu \
--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.