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.

TDA4VM: C66X裸核运行NONOS模式

Part Number: TDA4VM


从RTOS sdk的makefile看,baremetal构建只支持mpu1_0 mcu1_0 mcu2_0 mcu3_0。

请问C66X、C7X以及R5F的mcu1_1,mcu2_1,mcu3_1如何按照NONOS构建。

谢谢。

参考sdk文件

pdk_jacinto_08_06_01_03\packages\ti\osal\osal_component.mk

ifeq ($(SOC),$(filter $(SOC), j721e))
 OSAL_Baremetal_TestApp_$(SOC)_CORELIST = mpu1_0 mcu1_0 mcu2_0 mcu3_0
 OSAL_TestApp_freertos_$(SOC)_CORELIST = mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1
 OSAL_TestApp_safertos_$(SOC)_CORELIST = mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1
endif