how to update apps in sd card when app runs in imxrt1176? I want to update apps in sd(the boot device) , but don't not want use tools in PC (like MCUBoot utility)
I have read the prj(sbl and sfw) , my question is not to use SD to update apps , but use some media(such as usb or net) to update app in SD(the boot device)
You can refer to \SDK_2.12.0_MIMXRT1170-EVK\boards\evkmimxrt1170\bootloader_examples\flashloader demo, it contains what you want (data from USB HID to SD Card).