10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

上面是我创建的群聊,欢迎新朋友的加入。

1. 问题

最近更新最新版ubuntu,编译uboot的时候报错

10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

./tools/binman/binman: not found

查看这个目录底下

10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

有这个工具存在

2.解决问题

首先尝试以绝对路径编译

./tools/binman/binman u-boot-sunxi-with-spl.bin

10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

看到这一句,问题明确了,应该是没有python解析器

sudo apt-get install python

10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

再次编译

10.荔枝派 zero(全志V3S)-./tools/binman/binman: not found

正常通过

相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2021-11-20
  • 2021-09-24
  • 2022-03-04
  • 2021-09-17
  • 2021-06-27
  • 2022-12-23
猜你喜欢
  • 2021-10-24
  • 2021-04-18
  • 2022-12-23
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案