Part Number:DRA72XEVM
Tool/software: Linux
Hi TI Forum,
We are trying to run TI provided use cases on our custom board. We are using Vision SDK 3.0.7. We are getting below error:[Attaching to DSP2 is never succeeded]
[HOST] [IPU1-0] SYSTEM: Attaching to [DSP2]
We noticed in the Forum that DSP2 has to be disabled in Source_VSDK_3_07/vision_sdk/apps/configs/tda2xx_evm_linux_all/cfg.mk file and accordingly disabled it.
PROC_IPU1_0_INCLUDE=yes
PROC_IPU1_1_INCLUDE=no
PROC_IPU2_INCLUDE=yes
PROC_A15_0_INCLUDE=yes
PROC_DSP1_INCLUDE=yes
PROC_DSP2_INCLUDE=no
PROC_EVE1_INCLUDE=yes
PROC_EVE2_INCLUDE=yes
PROC_EVE3_INCLUDE=yes
PROC_EVE4_INCLUDE=yes
VSDK_BOARD_TYPE=TDA2XX_EVM
IPU_PRIMARY_CORE=ipu2
IPU_SECONDARY_CORE=ipu1_0
But still getting the same error, could you please help us.
[HOST] [IPU1-0] SYSTEM: Attaching to [DSP2]
Thanks & Regards,
SK