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.

k2kh monitor运行不了



在evm板上,使用arm boot中的uboot通过网络加载monitor,执行 run run_mon 有输出

TCI6638 EVM # run run_mon  
## installed monitor, freq [194560000], status 194560000

但是使用no boot模式下CCS加载uboot,通过网络加载monitor,执行 run run_mon后uboot跑飞了,无输出,

ccs加载的uboot版本为:k2_uboot_2013_01_15.02_02

两个monitor的版本都是k2_BM_14.09的skern-k2hk.bin

linux版本是:k2_linux_03.10.10_14.09

编译器是arm-linux-gnueabihf-  gcc version 4.7.3

设备树使用的文件是k2hk_evm.dtb

问:monitor跑飞了,怎么解决