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.

Linux uImage stuck at "done, booting the kernel" in linux-3.8

 
U-Boot SPL 2013.04 (Feb 07 2014 - 10:54:33)
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
 
 
U-Boot 2013.04 (Feb 07 2014 - 10:54:33)
 
AM35XX-GP ES2.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 Mhz
CraneBoard + LPDDR/NAND
I2C:   ready
DRAM:  256 MiB
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0
In:    serial
Out:   serial
Err:   serial
Die ID #4294000100000000015da3960401c020
Hit any key to stop autoboot:  0
mmc0 is current device
reading boot.scr
** Unable to read file boot.scr **
reading uImage
2991208 bytes read in 268 ms (10.6 MiB/s)
Booting from mmc ...
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-3.8.13
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2991144 Bytes = 2.9 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
 
Starting kernel ...
 
Uncompressing Linux... done, booting the kernel.
 

I am trying to port linux-3.8.13 in craneboard.

but After this massage kernel hangs?

I can able to run linux-2.6 but I want to run 3.8 for crane board?