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.

使用tftp下载镜像内核和设备树文件,启动不了系统



在BBB上运行SDK中uboot,现在已经将内核镜像文件下载到内存0x82000000地址,将设备树文件下载到内存0x88000000地址,但是使用bootz 0x82000000无法启动内核,一直卡在Starting kernel ...

TFTP from server 192.168.1.210; our IP address is 192.168.1.203
Filename 'zImage'.
Load address: 0x82000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##########################################
         3 MiB/s
done
Bytes transferred = 3871232 (3b1200 hex)
=> tftp 0x88000000 192.168.1.210:am335x-boneblack.dtb
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.210; our IP address is 192.168.1.203
Filename 'am335x-boneblack.dtb'.
Load address: 0x88000000
Loading: ########
         2.5 MiB/s
done
Bytes transferred = 36805 (8fc5 hex)
=> bootz 0x82000000

Starting kernel ...

这是什么原因呢