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: secondary boot from custom spi flash

Part Number: AM2432
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi team,

I'm developing industrial communication sdk for AM243x on my custom board, and I installed the flash device IS25LP128.

On my board, EtherCAT_Slave_Simple.c is expected to start at sbl_ospi.c.

I confirmed that sbl_ospi.c starts, but the process is stuck in the function Bootloader_parseMultiCoreAppImage().

Meanwhile, I confirmed that IS25LP128 can read and write flash via Nor SPI (not ospi) as well. I used the same sysconfig file as this time.

Do you know some reason why it stopped in the SBL? 

Best regard,

oyama