编译uboot的时候,如果加上V=1,可以查看完整的命令
Makefile 添加:
CROSS_COMPILE=arm-none-eabi- ARCH=arm
编译
make mx6ul_14x14_evk_defconfig make -j4 // 4核一起编译