编译linux内核时出现"mkimage" command not found - U-Boot images will not be built错误的解决办法
Posted dxmcu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译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 安装即可!
以上是关于编译linux内核时出现"mkimage" command not found - U-Boot images will not be built错误的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
linux4.11内核设备编译时出现的问题(参考博客并更改的)
linux下加内核模块时出现出现如下错误:insmod: error inserting 'kernel.ko': -1 Invalid parameters因该
U-boot mkimage指定Linux内核地址时的两种方式
编译内核提示mkimage command not found – U-Boot images will not be built