编译内核镜像make uImage失败报错如下
"mkimage" command not found - U-Boot images will not be built
arch/arm/boot/Makefile:87: recipe for target 'arch/arm/boot/uImage' failed
make[1]: *** [arch/arm/boot/uImage] Error 1
arch/arm/Makefile:334: recipe for target 'uImage' failed
make: *** [uImage] Error 2
ubuntu 环境下
sudo apt-get install u-boot-tools