commit | 1d96f36d01a27a1dd1777aeb8e7abeab1770bffc | [log] [tgz] |
---|---|---|
author | Hovland, Sigvart <sigvart.hovland@nordicsemi.no> | Tue Sep 25 13:23:42 2018 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Wed Sep 26 13:22:03 2018 +0200 |
tree | f8373a1f8848907e9173a32f5a03432fa7fe54d6 | |
parent | 42ad446fb0516d27dd387e477ef58d6d76589e2c [diff] |
Fix the wrong size of array of magic word in bootutil_misc This will fix #335 by defining the array size of the magic word and give it to the relevant functions. Signed-off-by: Hovland, Sigvart <sigvart.hovland@nordicsemi.no>
This is mcuboot, version 1.2.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 on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!