Part Number: AM261-SOM-EVM
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG
Hello TI support team,
I’m trying to customize the sbl_ospi_multicore_elf bootloader for a custom board. I modified the SDK example from:C:\ti\mcu_plus_sdk_am261x_11_00_00_29\examples\drivers\boot\sbl_ospi_multicore_elf\am261x-lp
but it doesn’t boot.
To isolate the issue, I tested first on the AM261x-LP LaunchPad. I built the unmodified example (also tested in Debug). It generates:sbl_ospi_multicore_elf_am261x-lp_r5fss0-0_nortos_ti-arm-clang.tiimage
Using TI UniFlash, I flashed the generated sbl_ospi_*.tiimage and the hello_world_*.mcelf while the board was in DEVBOOT pin configuration (screenshot attached). After switching the boot pins to OSPIBOOT, I no longer see any output on the serial console.

Note: If I flash the prebuiltsbl_ospi_*.tiimage from TI, OSPI boot works correctly. Only the SBL image I build from the SDK example fails.
Could you please advise what could be missing/misconfigured (boot mode, OSPI settings, image format/alignment, UniFlash steps, etc.) and why the TI example build might not boot on AM261x-LP?