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.

AM2432: Changing the boot offset will cause the device to not boot.

Part Number: AM2432

Tool/software:

Hi team,

I develop an application booting from sbl_ospi.c of mcu_plus_sdk_am243x_11_00_00_15.

My application is expected to booting from spi flash offset 0x80000,

but it does not work, because of pRespPrm-->flags=0 as shown in the link below because

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1214401/am6442-sbl_ospi---------bootloader_parsemulticoreappimage-returns--1

If I change the boot offset to 0x200000, it boots successfully.

Do you know the cause of this error and how to avoid it?

I think not only software but also hardware measures are necessary.

Best regard,

Oyama