tim-vx-imx shared library build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

tim-vx-imx shared library build

1,077 次查看
sri17
Contributor I

Hi,

I am trying to build 

https://github.com/nxp-imx/tim-vx-imx/tree/lf-6.6.23_2.0.0?tab=readme-ov-file

there is no .cmake file or prebuilt-sdk for nxp boards how do I build it?

for building on evaluation boards
where do I get the SDK 
-DEXTERNAL_VIV_SDK 

Thanks

 

0 项奖励
回复
3 回复数

1,052 次查看
sri17
Contributor I

Hi @Zhiming_Liu ,

 

Thanks you, I see in yocto.cmake there are no include directories for VX


fatal error: VX/vx_khr_cnn.h: No such file or directory
29 | #include <VX/vx_khr_cnn.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.

0 项奖励
回复

1,054 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi

The VIVANTE_SDK_DIR which is gpu source code folder and it is not open for customer, you can try YOCTO.cmake with exported Yocto SDK. The build will use gpu relate .so files from VIVANTE_SDK_DIR or buildroot/yocto sdk. 

-DEXTERNAL_VIV_SDK =< yocto sdk sysroot>

 

Zhiming_Liu_0-1728874666788.png



Best Regards
Zhiming

0 项奖励
回复

1,030 次查看
sri17
Contributor I

Hi @Zhiming_Liu ,

 

Thanks you, I see in yocto.cmake there are no include directories for VX


fatal error: VX/vx_khr_cnn.h: No such file or directory
29 | #include <VX/vx_khr_cnn.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.

where do I get these headers?

0 项奖励
回复