nuttx-apps/examples/mcuboot/update_agent_local
Filipe Cavalcanti d27d6e635f examples/mcuboot: add example to update from binary in local storage
This example makes it possible to use a binary from local storage for MCUBoot update.
It copies the binary file to the secondary slot instead of downloading from a remote URL.
Can be used to update from a SD Card, for example.

Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
2025-07-16 09:49:45 +08:00
..
CMakeLists.txt examples/mcuboot: add example to update from binary in local storage 2025-07-16 09:49:45 +08:00
Kconfig examples/mcuboot: add example to update from binary in local storage 2025-07-16 09:49:45 +08:00
Make.defs examples/mcuboot: add example to update from binary in local storage 2025-07-16 09:49:45 +08:00
Makefile examples/mcuboot: add example to update from binary in local storage 2025-07-16 09:49:45 +08:00
mcuboot_local_agent_main.c examples/mcuboot: add example to update from binary in local storage 2025-07-16 09:49:45 +08:00