全志官方v853开发手册:https://v853.docs.aw-ol.com/
目前全志官方只提供了openWrt 编译
注意:
1.Linux高版本部分软件包已不再提供,如遇到实在下载不了的软件包可直接使用全志官方提供的Linux虚拟机开发环境。
2.repo help时可能会找不到文件夹
sudo ln -s /usr/bin/python2.7 /usr/bin/python
3.在拉去repo源码时,此命令需要将开发环境转换位python2.7
tina@VirtualBox:~/tina-v853$ repo init -u ssh://123456@sdk.allwinnertech.com/git_repo/V853Tina_Open/manifest.git -b master -m tina-v853-open.xml
4.在编译Tina Linux遇到文件丢失问题,可把原本拉去的tina-v853全部删除,重新拉取。如下图所示目录。
5.对于将虚拟机的文件,可通过FileZilla实现文件传输。
编译完成烧录结果:
下载demo:v853摄像头demo
解压放到tina-v853/openwrt/package/thirdparty下
在终端输入make menuconfig,可看到
进入目录,输入Y
保存退出后,重新make,pack。生成新的镜像文件。
启动开发板后输入
sample_virvi2vo /usr/sample_virvi2vo.conf
效果图:
1.在安装pip包可能会报如下图错误
ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
ERROR: tensorboard 2.10.0 has requirement protobuf<3.20,>=3.9.2, but you'll have protobuf 4.21.5 which is incompatible.
对于ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.
重新执行
python3 -m pip install launchpadlib
对于tensorboard 2.10.0 has requirement protobuf<3.20,>=3.9.2, but you’ll have protobuf 4.21.5 which is incompatible.原因是 setuptools 版本太低。输入
pip install --upgrade setuptools
2.make menuconfig前需要先配置Tina 环境变量
source build/envsetup.sh
通过目录Allwinner -> NPU 选项中找到运行时 viplite-driver,输入Y勾选。
3.配置完成后,重新make,编译新的系统镜像,重新烧写到开发板内。
打标结果为: