Hi,all
I use the out file of vision_app compiled by rtos, and copy it directly into the system compiled by yocto, but the library version does not match.
my Version Information:ti-processor-sdk-linux-j7-evm-08_06_00_11-Linux-x86-Install.bin and ti-processor-sdk-rtos-j721e-evm-08_06_00_12.tar.gz
System Version:ubuntu-18.04
I tracked down the libtivision_apps.so.8.5.0 compiled by yocto for linux_0806, but the libtivision_apps version compiled by rtos_0806 is 8.6.0
What do I need to do in yocto to get the out program compiled in rtos to run directly in linux?
The library file compiled by yocto and the library file compiled by rtos are as follows:
work@ ~/tda4/0806/linux/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/ti-tisdk-firmware/1.0-r8/image/usr/lib$ ls
libtivision_apps.so libtivision_apps.so.8.5.0
work@ ~/tda4/0806/rtos/vision_apps/out/J7/A72/LINUX/release$ ls libtivision_apps*
libtivision_apps.so libtivision_apps.so.8.6.0 libtivision_apps.so.map
Regards,
Youke