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
顺利生成内核镜像。 ↖(^ω^)↗
原创文章,转载请注明: 转载自 吴川斌的博客 http://www.mr-wu.cn/
本文链接地址: ubuntu 14.04 编译内核提示mkimage command not found – U-Boot images will not be built http://www.mr-wu.cn/u-boot-tools-binary-package-in-ubuntu/
文章评论(0条评论)
登录后参与讨论