“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/u-boot-tools-binary-package-in-ubuntu/
本文介绍了解决U-Boot项目中遇到的mkimage命令未找到的问题。通常情况下,用户会尝试安装uboot-mkimage包,但发现该包已不再提供。文章给出了正确的解决方案,即通过安装u-boot-tools包来成功生成内核镜像。
1553

被折叠的 条评论
为什么被折叠?



