解决Ubuntu编译内核uImage出现问题"mkimage" command not found - U-Boot images will not be built问题
问题:
"mkimage" command not found - U-Boot images will not be built
解决方法:
如果使用的是Ubuntu 9.10及以上版本,可以使用下面的命令安装mkimage:
#sudo apt-get install uboot-mkimage
安装完成后在编译内核make umage ARCH=arm CROSS_COMPILE=arm-linux-,就可以生成uImage文件
====================================
1.编译内核:
./build_lichee.sh
2.全部编译:
./build.sh eng
解决Ubuntu编译内核uImage出现问题“mkimage” command not found - U-Boot images will not be built问题