Part Number: 66AK2E05
Tool/software: TI-RTOS
I'm developing SMP based application on TI-RTOS.
I wrote code and that works well in CCS environment.
But when i flashed into nor spi. It does not boot.
I set "true" Core.useKernelCmd in RTSC cfg.
Core.useKernelCmd=true;
And I build it to make .out
Then I made rprc image & multicore image as follows..
out2rprc xxx.out rprc
MulticoreImageGen LE 55 app 4 rprc
copy the output into Processor SDK's prebuiltImage folder and flashed using script.
%DSS_SCRIPT_DIR%\dss.bat program_evm.js tmdsevmk2e-le
After resetting the terminal always shows the SBL log message and stops.
**** PDK SBL ****
Boot succesful!
Begin parsing user application
When I flash single core Non-smp Image, It always boots well and works.
Would you please tell me the correct method for flashing SMP based app in TI RTOS.