首页 > 其他 > 详细

解决Ubuntu编译内核uImage出现问题“mkimage” command not found - U-Boot images will not be built问题

时间:2014-01-21 21:16:23      阅读:486      评论:0      收藏:0      [点我收藏+]

解决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问题

原文:http://www.cnblogs.com/hdtech/p/3528507.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!