主机:vmware ubuntu16.04
SDK:ti-sdk-am335x-evm-08.00.00.00-Linux-x86-Install
调试串口:UART3
启动方式:SD卡启动
SD卡制作工具:ti-processor-sdk-linux-am335x-evm-03下的create-sdcard.sh
编译kernel方式:在顶层目录make linux。
制作完成后,从SD卡启动,到如下消息,卡住不动了。
Environment size: 4702/131068 bytes
U-Boot# run bootcmd
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
20 bytes read in 8 ms (2 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
4274280 bytes read in 287 ms (14.2 MiB/s)
39132 bytes read in 32 ms (1.2 MiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x413868 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffff8db ... OK
Starting kernel ...
出现以上情况有可能是什么原因?
