[U-Boot] booting the kernel

Mathieu Dube mathieu at mobilefusioninc.com
Tue Oct 21 19:35:11 CEST 2008


Hi,
    Im trying to boot the linux kernel with uboot and it just hangs so I
tried the instructions in the Linux PostMortem FAQ entry.

I'd like to know if I could be doing something obviously wrong here:

the kernel I use is for freescale imx31_litekit. I've booted it using the
logicpd loader so I know it works.

I use the arch/arm/boot/Image with mkimage like this:

mkimage -A arm -O linux -T kernel -C none -a 86000000 -e 86000000 -d Image
image.bin

are the load address and entry point ok? if not how can I determine which
value they should have?

I tftp it to 0x81000000 like this:

tftp 0x81000000 /tftpboot/image.bin

that works fine

then I bootm

it loads the kernel and ends up printing:

Starting kernel ...

and hangs there, if I use my jtag I can see that the core is running ie: it
doesnt crash. Btw I've also tried with the jtag attached so thats not the
problem.

__log_buf in my System.map is at c035c168
and CONFIG_KERNEL_START is c0000000

so am I right to do

md 8635c168 ?

there doesnt seem to be anything interesting around this address...

what else could I try to figure out why the kernel isnt booting?

thanks a lot.
-M

-- 
Mathieu Dube
Software Engineer
MobileFusion, Inc
2715 Sarah St
Pittsburgh PA, 15203
Main: 412.481.1111 Ext:140
Fax: 412.481.0220
Email: mathieu at mobilefusioninc.com
URL: www.mobilefusioninc.com
****************************************************************************
This communication (including any attachments) is for the use of the
intended recipient(s) only and may contain information that is confidential,
privileged or otherwise legally protected. Any unauthorized use or
dissemination of this communication is prohibited. If you have received this
communication in error, please immediately notify the sender by return
e-mail message and delete all copies of the original communication. Thank
you for your cooperation.


More information about the U-Boot mailing list