commit | 22b856beeae740c57116e54daf09f166e130acd7 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Fri May 07 12:14:31 2021 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Fri May 07 13:53:00 2021 +0200 |
tree | 99c5440f50ec7d24a65b926c4a3fcb5304c30a22 | |
parent | c932b32ab035169898a2d61740cd7f355aad5654 [diff] |
bootutil_public: allow to confirm padded image without copy-done flag This patch is for fixing: https://github.com/zephyrproject-rtos/zephyr/issues/34683 copy-done flag is used to design completely copied image. It is used to recognize whether need to complete image upgrade. If image is running then: 1) it was already verified and copied by MCUboot copy-done flag is set for sure. 2) or it was programmed directly using programming interface For case 2) when image contains magic but not copy-done flag it was impossible to confirm it. This patch removes needs of having copy-done flag set while confirming. This make API behavior similar to situation when the not-padded image was programmed. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot version 1.8.0-dev
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!