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

2023年 2月 28日 49点热度 0人点赞 0条评论

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

顺利生成内核镜像。

原文地址:编译内核提示mkimage command not found – U-Boot images will not be built

本文来自:https://blog.duhbb.com

本文链接地址:编译内核提示mkimage command not found – U-Boot images will not be built,英雄不问来路,转载请注明出处,谢谢。

有话想说:那就赶紧去给我留言吧。

rainbow

这个人很懒,什么都没留下

文章评论