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.

MCU-PLUS-SDK-AM243X: How to boot All am243x CPU's

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: TMDS243EVM, UNIFLASH

Tool/software:

Hi,

I'm trying to bringup all 4 cores on the TMDS243EVM , but see only two.

I'm using ind_comms_sdk_am243x_09_01_00_03\mcu_plus_sdk.

I've put the EVM into UART boot then used on win cmd:

c://ti/ind_comms_sdk_am243x_09_01_00_03/mcu_plus_sdk/tools\boot>python uart_uniflash.py --cfg=sbl_prebuilt/am243x-evm/default_sbl_null.cfg -p COM6

I've got :

Executing command 2 of 2 ...
Command arguments : --file=sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
Sent sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage of size 293629 bytes in 30.95s.
[STATUS] SUCCESS !!!

All commands from config file are executed !!!

Then I swith to OSPI boot and re-start the board

I get on my UART terminal:

Starting NULL Bootloader ...

DMSC Firmware Version 9.1.6--v09.01.06 (Kool Koala)
DMSC Firmware revision 0x9
DMSC ABI revision 3.1

INFO: Bootloader_runCpu:155: CPU r5f1-0 is initialized to 800000000 Hz !!!
INFO: Bootloader_runCpu:155: CPU r5f1-1 is initialized to 800000000 Hz !!!
INFO: Bootloader_runCpu:155: CPU m4f0-0 is initialized to 400000000 Hz !!!
INFO: Bootloader_loadSelfCpu:207: CPU r5f0-0 is initialized to 800000000 Hz !!!
INFO: Bootloader_loadSelfCpu:207: CPU r5f0-1 is initialized to 800000000 Hz !!!
INFO: Bootloader_runSelfCpu:217: All done, reseting self ...

I see only two CPU's 100100r5f1-0 and r5f1-1.

Which *.cfg is for booting all 4 CPU's ?

Thanks,

Eli.