Tool/software: TI-RTOS
Hello,
We want to enable the EVE core. Firstly, we set PROC_EVE1_INCLUDE=yes in 'configs/tda2px_evm_linux_all/cfg.mk' to build, but it doesn't work. Is there another file to set? Below is part of cfg.mk,Could you help to have a look?
Thanks
Terence
==============================================================
#
# CPUs to included in build
#
# IPU1 (core 0 & 1 are) not supported when IPU_PRIMARY_CORE=ipu2
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=yes
PROC_EVE1_INCLUDE=yes
PROC_EVE2_INCLUDE=yes