ou_ou

博客园 首页 新随笔 联系 订阅 管理

ubuntu 14.04 64位系统编译Linux kernel时提示:

“mkimage” command not found – U-Boot images will not be built

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

sudo apt-get install uboot-mkimage

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

怎么破?

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

sudo apt-get install u-boot-tools

posted on 2017-04-19 12:47  ou_ou  阅读(563)  评论(0编辑  收藏  举报