commit | 54b4ad9fd7ae11ddd2599262c15c3b507d92a48b | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Jun 22 13:21:22 2021 +0200 |
committer | David Brown <davidb@davidb.org> | Tue Jul 06 12:11:03 2021 -0600 |
tree | 4d11f1cf4261cc0ac2f0d8d79911dda8161aaea5 | |
parent | 1c4562473e4a82e8e6b641b223a935c48e0b5b74 [diff] |
bootutil/loader: Allow not working secondary image device Let's distinguish a case when secondary image device has a malfunction from case when primary has a such. It might be still possible to boot the primary image. This make sens especially if the secondary image resides in an external flash which might be damaged while SoC is still working. 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!