Our board starts using OSPI mode. We update our program to OSPI FLASH using SD card.The storage allocation of our OSPI FLASH is shown below.
Our APP have a double backup of partition A and partition B.If SBL fails to load partition A, then we can choose to boot from partition B.
We want to know if SBL can do a similar dual backup boot scheme.Upon power-on, the ROM loads the SBL firmware of partition A. If this fails, the ROM loads the SBL firmware of partition B.