This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

android hangs after showing "done, booting the kernel."

Hi,

 

I'm trying to run android gingerbread on beagleboard xM. For that i have downloaded the source code and build both kernel and u-boot. But the boot logs are as follows,

 

Environment size: 1209/131068 bytes
OMAP3 beagleboard.org # boot
mmc1 is available
reading boot.scr

345 bytes read
Running bootscript from mmc ...
## Executing script at 82000000
mmc1 is available
reading uImage

2620136 bytes read
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-2.6.32
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2620072 Bytes = 2.5 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux..........................................................................................................................
......................................... done, booting the kernel.

(hangs)

The same kerenl image works fine when i use a prebuild uboot image, is this problem related to u-boot?

Also the same u-boot works fine in C3 board. Please help me.

Regards,

Unni