具体错误如下:
.......
BJCOPY spl/u-boot-spl-nodtb.bin
COPY spl/u-boot-spl.bin
MKSUNXI spl/sunxi-spl.bin
OBJCOPY u-boot-nodtb.bin
CAT u-boot-dtb.bin
COPY u-boot.bin
MKIMAGE u-boot.img
BINMAN u-boot-sunxi-with-spl.bin
./tools/binman/binman: 1: ./tools/binman/binman: binman.py: not found
Makefile:1148: recipe for target 'u-boot-sunxi-with-spl.bin' failed
make: *** [u-boot-sunxi-with-spl.bin] Error 127
离线
而 ./tools/binman目录中,却存在binman.py文件
离线
可能是没装python,我也是这样,装了就好了。
离线