I want to make update mechanism. Actually main software is in A part.
Firstly, I copy main software from A part to B part, then I copy new software to A part.
If new software has fail while startup , I want to run old program in B part while ROM bootloader runs .
This topic is as Secondary boot in Security Referance Manual.
I burned eFuse xSPI_FLASH_SEC_IMAGE_OFFSET (0xC80[23:16] ) as 0x6. It is 1.5MB (0x00180000).
Shortly, If new software has fail, I want to run old software in B part.