首页 > 其他 > 详细

编译内核提示mkimage command not found – U-Boot images will not be built

时间:2018-03-09 14:56:21      阅读:240      评论:0      收藏:0      [点我收藏+]

按照以往经验,我们需要安装依赖包:

sudo apt-get install uboot-mkimage

但却提示”现在没有可用的软件包 uboot-mkimage,但是它被其它的软件包引用了。 这可能意味着这个缺失的软件包可能已被废弃“

怎么破?

按照其提示,安装”u-boot-tools“即可

sudo apt-get install u-boot-tools

编译内核提示mkimage command not found – U-Boot images will not be built

原文:https://www.cnblogs.com/poonpan/p/8533892.html

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