Hi,
I view the mcu-boot component in RT1060 SDK. It is one MCU flashloader, and need connect the PC, then download the image to the special store device by USB-HID or UART。
It is not same. My means, after plug in the SD card, user select the special file in SD card, then update customer application code(in QSPI NOR flash). The system reset, and run the new code. In this process, we need the following question yet:
1、In update application, Fault or Power-off appears. the system need run normally after this.
2、If the system enable the secure boot function(authentication and encryption), after update, whether the system normally reboot?
I do not think the good method about these question. How to realize this IAP function?