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.
Our customer wants to use QSPI and SPI Boot for AM243x.
MCU+ SDK supports only OSPI Boot for AM243x.
software-dl.ti.com/.../DRIVERS_BOOTLOADER_PAGE.html
software-dl.ti.com/.../EXAMPLES_DRIVERS_SBL_OSPI.html
software-dl.ti.com/.../EXAMPLES_DRIVERS_SBL_OSPI_MULTI_PARTITION.html
Does the SBL need to be modified to use QSPI or SPI boot?
Best regards,
Daisuke
Hi Daisuke,
Yes, if you want to support QSPI boot, you will need sbl_qspi. In MCU+ SDK 08.02.00.31, the sbl_qspi is there, but it is empty. It should be easy to change from sbl_osp, the only difference is the ospi uses 8 data lines while qspi uses 4 data lines.
Best regards,
Ming
Hi Ming-san,
Thank you for your reply.
I suggested to our customer to modify the SBL with reference to the Flash driver source code for SPI boot modes not supported by the MCU+ SDK.
software-dl.ti.com/.../BOARD_FLASH_PAGE.html
C:\ti\mcu_plus_sdk_am243x_08_02_00_31\source\board\flash
Best regards,
Daisuke