您的位置:首页 > 产品设计 > UI/UE

编译内核出现"mkimage" command not found - U-Boot images will not be built

2016-08-09 09:24 651 查看
参考链接:

  http://spyker729.blogspot.com/2010/07/mkimage-command-not-found-u-boot-images.html

制作uImage的工具mkimage找不到,将编译之后的uboot/tools目录中的mkimage中复制到/usr/bin/目录即可。

或者将mkimage的路径添加到环境变量PATH中。

或者使用命令安装mkimage:
sudo apt-get install uboot-mkimage
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐