Hello TI Teams
We use tda3x automotive starter kit , sw verison is PROCESSOR_SDK_VISION_03_08_00_00.
From VisionSDK_UserGuide_TDA3xx_RVP.pdf ,section 3.2 building the app.
SET : MAKEAPPNAME=apps and MAKECONFIG=tda3xx_rvp_bios_all
SRV_FAST_BOOT_INCLUDE=yes
Then: gmake -j depend
gmake -j
gmake AppImage
Copy AppImage to sd card ,power on the demo kits, sbl seems to be normal, but appimage cannot boot.
uart log is :
So my question is :
Can this verison of PROCESSOR_SDK_VISION_03_08_00_00 run on the tda3x automotive starter kit?
If possible, please tell us how to modify/config software? thanks in advance!