tim-vx-imx shared library build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

tim-vx-imx shared library build

1,102 Views
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 Kudos
Reply
3 Replies

1,077 Views
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 Kudos
Reply

1,079 Views
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 Kudos
Reply

1,055 Views
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 Kudos
Reply