编译linux内核时出现"mkimage" command not found - U-Boot images will not be built错误的解决的方法

在ubuntu12.04编译内核 uImage 时出现例如以下错误。

Kernel: arch/arm/boot/zImage is ready

  UIMAGE  arch/arm/boot/uImage
"mkimage" command not found - U-Boot images will not be built
make[1]: *** [arch/arm/boot/uImage] Error 1

make: *** [uImage] Error 2


解决的方法为:

在命令行输入: sudo apt-get install uboot-mkimage 安装就可以!



posted on 2017-06-22 16:06  wgwyanfs  阅读(107)  评论(0编辑  收藏  举报

导航