nuttx-apps/boot/nxboot
Michal Lenc 7ac03cfcef boot/nxboot/loader/boot.c: avoid unwanted confirm on double update
Following steps led to incorrect behavior:
 - upload update image
 - restart device and perform the update
 - upload the same update image again without confirming

This led to the unwanted confirm of the update image. This change
ensures the update image is not confirmed by uploading the same
image to the update slot. The correct behavior is to perform revert
to the last stable image if this occurs.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-08-28 14:59:39 +08:00
..
include boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00
loader boot/nxboot/loader/boot.c: avoid unwanted confirm on double update 2025-08-28 14:59:39 +08:00
tools boot/nxboot: enhance bootloader capabilities and decision logic 2025-03-14 10:35:49 -03:00
CMakeLists.txt boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00
Make.defs boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxboot_main.c boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00