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.

am335x 输出 starting kernel ...之后没有输出了



我用的是sdk7.0.0.0,uboot通过emmc可以引导起来,在uboot通过网络加载uImage,加载之后通过bootm 启动,但是输出starting kernel ...之后就没有反应了。网上找了一个别人的uImage,也这样加载是可以启动的,所以应该是内核的问题。具体内核的编译如下。已经查了很多资料,试了都不行,板子是自己做的

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- omap2plus_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage LOADADDR=0x80008000

U-Boot SPL 2013.10 (Jul 07 2016 - 15:54:56)

U-Boot 2013.10 (Jul 07 2016 - 15:54:56)

I2C: ready
DRAM: 256 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Error - No Valid Environment Area found
*** Warning - bad CRC, using default environment

Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot: 0
U-Boot#
U-Boot# setenv ipaddr 201.123.116.138
U-Boot# setenv serverip 201.123.116.13
U-Boot# tftp $loadaddr uImage
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 201.123.116.13; our IP address is 201.123.116.138
Filename 'uImage'.
Load address: 0x80200000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#########################
292 KiB/s
done
Bytes transferred = 4117408 (3ed3a0 hex)
U-Boot# bootm $loadaddr
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-3.12.10-ti2013.12.01
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4117344 Bytes = 3.9 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...