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.

SDK(03.00.00.04)开发包uboot如何使用?



请问关于使用TI新的开发包(03.00.00.04)uboot编译的几个问题:

1、uboot编译后是不是把MLO和u-boot.img复制到SD卡就可以启动了?

2、我的板子怎么在插入SD卡后CCCC也不打印了,而且什么也没有?

uboot编译命令如下:

make CROSS_COMPILE=arm-linux-gnueabihf- distclean

rm -rf ./am335x_evm

make CROSS_COMPILE=arm-linux-gnueabihf- O=am335x_evm am335x_evm_config all