commit | e58f9bd0ebdd00b3e73c20a456dff902cf9c4573 | [log] [tgz] |
---|---|---|
author | Jon Helge Nistad <jon.helge.nistad@nordicsemi.no> | Mon Nov 25 15:59:52 2019 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Nov 26 15:25:52 2019 +0100 |
tree | 8028c99bfd9bb051ddaf007d4bb8141dba4a0392 | |
parent | 3c44607e160bcaf0e45c3db439fe397d1bd0e124 [diff] |
boot: zephyr: Add check of RESETREAS for nRF SoC Only execute serial recovery if valid pin condition is detected during power up reset or pin reset on nRF devices with RESETREAS register. This is to prevent going into serial recovery when waking up from power off mode with the same pin conditions that is configured to trigger serial recovery. Signed-off-by: Jon Helge Nistad <jon.helge.nistad@nordicsemi.no>
This is mcuboot, version 1.4.0
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 easy software upgrade.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating system it works with. 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!