2014年1月21日
摘要: 解决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-l 阅读全文
posted @ 2014-01-21 15:52 深海雁飞 阅读(426) 评论(0) 推荐(0)