解决了:
1、用Ubuntu 22.04系统
2、sudo apt install python2
3、sudo ln -s /usr/bin/python2 /usr/bin/python
4、修改SDK目录 device/rockchip/common/post-build.sh中python3为python2
其余步骤就按照Wiki中即可
解决了:
1、用Ubuntu 22.04系统
2、sudo apt install python2
3、sudo ln -s /usr/bin/python2 /usr/bin/python
4、修改SDK目录 device/rockchip/common/post-build.sh中python3为python2
其余步骤就按照Wiki中即可
举报