1.在服务器上把Tengine的源码拉取下来: git clone https://gitee.com/OAL/Tengine.git 。
2.进入到Tengine中切换分支, 去到lite-v1.5-nvdla分支 git checkout lite-v1.5-nvdla 。
3.打入补丁 te-1.5.patch , 补丁在 apps\common\example\third_party\tengine\common 中。
4.创建 build 文件 mkdir build
5.进入build文件, cmake生成makefile文件,之后make编译文件。
6.make install 生成对应的.a 和 .h
7.在 \cpu\wl82\liba 中将.a添加,在 apps\common\example\third_party\tengine 中添加.h。
8.添加测试文件 tm_yolofastest1.c , 其余测试例子都在 apps\common\example\third_party\tengine 中自行添加编写。
9.添加相关联文件 tengine_operations.c ,在 apps\common\example\third_party\tengine\common 中
10.sd卡存入在 apps\common\example\third_party\tengine\common 中的 dog.jpg 和 yolo.txt ,
11.在app_main中调用函数