编译内核出现这种问题"mkimage" command not found - U-Boot images will not be built
编译完uboot之后 uboot源码里边的tool下有个mkimage文件

编译内核出现这种问题"mkimage" command not found - U-Boot images will not be built
编译u-boot之前是没有这个文件的,只有mkimage.c和mkimage.h两个源文件
把编译后生成的mkimage文件
拷贝到你ubuntu的/usr/bin目录下,再次编译内核make uImage后成功执行
编译内核出现这种问题"mkimage" command not found - U-Boot images will not be built

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案