commit | 24d1be074f6cb9dd704c228fefd58b9058445469 | [log] [tgz] |
---|---|---|
author | Sergey Koziakov <dya.eshshmai@gmail.com> | Tue Dec 03 15:03:00 2019 +0300 |
committer | David Brown <davidb@davidb.org> | Wed Dec 04 23:54:18 2019 -0700 |
tree | 35f01f91f67b9b6dfc87630399b7a5525e364ae9 | |
parent | a0cb24b84e7c4f0a8ac952b4871298562d9f22b3 [diff] |
zephyr: restore device tree overlay 0e3fa72df4849eb42c99efb34b8617046c2e33cb removed device tree overlay that is required to flash mcuboot to correct partition and CMake variable that pointed to it. Restore it. Do not restore adding "boards/${BOARD}.overlay" to the list since Zephyr detects this file automatically now - see https://docs.zephyrproject.org/latest/application/index.html#devicetree-overlays Signed-off-by: Sergey Koziakov <dya.eshshmai@gmail.com>
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 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!