HI,
The instructions in https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-sk-tda4vm/latest/exports/docs/development_flow.html
mention:
Next transfer the RTOS component libraries, header files and remote core binaries to the SD card.
<PSDK-RTOS path>/vision_apps# BUILD_EDGEAI=yes make linux_fs_install_sd
-
Installs the
vision_apps.so
library under/usr/lib
-
Copies the vision_apps headers under
/usr/include/processor_sdk
folder -
Copies the RTOS binaries under
/usr/lib/firmware
Can you clarify if the last 3 bullets are automatically performed by the script or is it something that the user has to manually perform ? In this case where can I find vision_apps.so and the RTOS binaries ?