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.

TDA4VE-Q1: We want build MCU1_0 , and loading on SPL

Part Number: TDA4VE-Q1

Hi All:

We want build MCU1_0 .

I already modify vsion_apps_build_flags.mak

else ifeq ($(SOC),j721s2)
BUILD_CPU_MPU1?=yes
BUILD_CPU_MCU1_0?=yes
BUILD_CPU_MCU2_0?=yes
BUILD_CPU_MCU2_1?=yes
BUILD_CPU_MCU3_0?=yes
BUILD_CPU_MCU3_1?=yes
BUILD_CPU_C7x_1?=yes
BUILD_CPU_C7x_2?=yes
When I build the code , it's always build failed
build error are show as below:
# Compiling j721s2_evm:j721s2:mcu1_0:release:sbl_lib_ospi:/mnt/data/home/minglu/Porject_TDA4/test_5_2023_0707/psdk_0804/psdk_base/psdk_rtos/pdk_j721s2_08_04_00_20/packages/ti/boot/sbl/src/ospi/sbl_ospi.c
/mnt/data/home/minglu/Porject_TDA4/test_5_2023_0707/psdk_0804/psdk_base/psdk_rtos/pdk_j721s2_08_04_00_20/packages/ti/boot/sbl/src/ospi/sbl_ospi.c:225:24: error: use of undeclared identifier 'BOARD_OSPI_DOMAIN'
OSPI_socGetInitCfg(BOARD_OSPI_DOMAIN, BOARD_OSPI_NOR_INSTANCE, &ospi_cfg);
Did I missed config something ? 
We are using spl not sbl, why we get build sbl infomation?
 
Ming Lu