千家信息网

"mkimage" command not found

发表于:2025-02-04 作者:千家信息网编辑
千家信息网最后更新 2025年02月04日,centos系统,编译uboot出现:"mkimage" command not found - U-Boot images will not be built解决方法:先编译uboot会在uboot
千家信息网最后更新 2025年02月04日"mkimage" command not found

centos系统,编译uboot出现:
"mkimage" command not found - U-Boot images will not be built

解决方法:
先编译uboot
会在uboot/tools/中生成mkimage
将其拷贝到/usr/local/bin中

0