ed6460b815
There is existing functionality for Zephyr where mcuboot works with single slot (no swap) and image can be updated via boot_serial. To have same functionality in mynewet single_loader.c file is copied from zephyr tree and 2 pkg.yml files are modified to utilize new file when BOOTUTIL_SINGLE_APPLICATION_SLOT is defined Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl> |
||
---|---|---|
.. | ||
boot_uart | ||
flash_map_backend | ||
mcuboot_config | ||
src | ||
README.md | ||
pkg.yml | ||
syscfg.yml |
README.md
MCUboot - apps/boot
This sample app implements a bootloader for the Mynewt OS (apache.mynewt.org). This app requires the following Mynewt repositories: * @mcuboot (this one) * @apache-mynewt-core