Part Number: AM2612
Other Parts Discussed in Thread: MCU-PLUS-SDK-AM261X,
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.
Part Number: AM2612
Other Parts Discussed in Thread: MCU-PLUS-SDK-AM261X,
Hi Vivek,
I think it is happening due to PMIC IC, can you try following workaround:
In your SBL OSPI MCELF project, enable/add PMIC in the syscfg, then rebuild the example and flash it.
Hi Nilabh,
I’ve added the PMIC to the sbl_ospi_multicore_elf project, which I was using as my bootloader. However, after flashing the sbl_ospi_multicore_elf from this project, the application firmware fails to load.
Please find attached the PMIC and I2C configuration.


Can you share the UART logs when the SBL is running and also during application fail, that will help me debug further.
Also Is this an TI EVM or custom PCB ?
I don’t see any SBL logs when I add PMIC. However, if I run my current SBL without PMIC
Starting OSPI Bootloader ...
KPI_DATA: [BOOTLOADER_PROFILE] CPU Clock : 500.000 MHz
KPI_DATA: [BOOTLOADER_PROFILE] Boot Media : NOR SPI FLASH
KPI_DATA: [BOOTLOADER_PROFILE] Boot Media Clock : 166.667 MHz
KPI_DATA: [BOOTLOADER_PROFILE] Boot Image Size : 285 KB
KPI_DATA: [BOOTLOADER_PROFILE] Cores present :
r5f0-0
KPI_DATA: [BOOTLOADER PROFILE] System_init : 343us
KPI_DATA: [BOOTLOADER PROFILE] Drivers_open : 59us
KPI_DATA: [BOOTLOADER PROFILE] LoadHsmRtFw : 6286us
KPI_DATA: [BOOTLOADER PROFILE] Board_driversOpen : 333us
KPI_DATA: [BOOTLOADER PROFILE] CPU load : 1264657us
KPI_DATA: [BOOTLOADER PROFILE] SBL End : 3us
KPI_DATA: [BOOTLOADER_PROFILE] SBL Total Time Taken : 1271684us
Image loading done, switching to application ...
Can you answer if this is a behaviour you are seeing on TI EVM or your custom PCB?
Vivek, lets have a call to debug this, It is difficult for me to understand the issue from the info shared