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.

自己做的板子,SDK7.0的Linux 3.12如何才能正常使用,kernel启动停在Starting kernel ...

Other Parts Discussed in Thread: PROCESSOR-SDK-AM335X

自己做的板子,SDK7.0的Linux 3.12如何才能正常使用

已经屏蔽了UBOOT中EEPROM ID验证部分,但是Linux kernel启动不了

如下

UBOOT好像可以正常启动了
U-Boot SPL 2013.10-00189-g78d8ebd-dirty (Oct 11 2016 - 11:05:59)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2013.10-00189-g78d8ebd-dirty (Oct 11 2016 - 11:05:59)

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
Could not get PHY for cpsw: addr 0
cpsw, usb_ether

下面是kernel启动部分,停在Starting kernel ...

Kernel image @ 0x82000000 [ 0x000000 - 0x3ed470 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8f31f000, end 8f32c25b ... OK

Starting kernel ...

Linux部分要做什么修改才能正常启动?