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: How to enable mcu1_0 in psdk 8.00?

Part Number: TDA4VM


Hi,

Since I upgrade to the psdk 8.00 from psdk7.00,  the application in ti-processor-sdk-rtos-j721e-evm-08_00_00_12/vision_apps/apps/basic_demos/app_rtos/rtos_linux/mcu1_0 not running any more. BUILD_CPU_MCU1_0 already set yes in vision_apps_build_flags.mak.And I found the log in UART console in uboot, It seems there's another program running in mcu1_0. So now how can I program the mcu1_0 ?

.....
Importing environment from mmc1 ...                                                                                                                                                                                
Running uenvcmd ...                                                                                                                                                                                                
1 bytes read in 11 ms (0 Bytes/s)                                                                                                                                                                                  
Already setup.                                                                                                                                                                                                     
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work                                                                                                                                        
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work                                                                                                                                        
2559164 bytes read in 117 ms (20.9 MiB/s)                                                                                                                                                                          
Load Remote Processor 2 with data@addr=0x82000000 2559164 bytes: Success!                                                                                                                                          
510872 bytes read in 32 ms (15.2 MiB/s)                                                                                                                                                                            
Load Remote Processor 3 with data@addr=0x82000000 510872 bytes: Success!  
.....

Regards