This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2: HAO CAN i use 2 A15

Part Number: TDA2

Tool/software: Linux

I  HAVE  build  vision_sdk,and  run  it , but   in use  case  use only one  A15 ,i  have to  use 2 A15 ,   what  can  i  do ?

in  file  configs\tda2xx_evm_linux_all  cfg.mk  

PROC_IPU1_0_INCLUDE=no
PROC_IPU1_1_INCLUDE=no
PROC_IPU2_INCLUDE=yes
PROC_A15_0_INCLUDE=yes
PROC_DSP1_INCLUDE=yes
PROC_DSP2_INCLUDE=yes
PROC_EVE1_INCLUDE=yes
PROC_EVE2_INCLUDE=yes
PROC_EVE3_INCLUDE=yes
PROC_EVE4_INCLUDE=yes

should   i  add  PROC_A15_1_INCLUDE=yes  

thanks