Part Number: AM6421
Other Parts Discussed in Thread: SYSCONFIG
We have designed custom board with QSPI flash. We need sbl_qspi image for running firmware.
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.
Hi Nikhil,
There is no SBL_QSPI bootloader in the MCU+ SDK. Instead, the already present SBL_OSPI can be modified to work for your custom QSPI flash. You will need to only change the flash configuration in the Sysconfig file according to your flash datasheet. Then, the SBL_OSPI should be able to boot an application from the custom QSPI flash.
Regards,
Prashant