commit | 205c8c698007602ae349b2f4b42943966482dac3 | [log] [tgz] |
---|---|---|
author | Emanuele Di Santo <emdi@nordicsemi.no> | Fri Jul 20 11:42:31 2018 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Sat Aug 04 09:13:23 2018 -0300 |
tree | 0612d6d710e4ebee13c1ff171e714cd8039234bb | |
parent | d1fd3f92b7d30007380d1f1abe8859e79d909f78 [diff] |
zephyr: erase flash pages progressively This commit adds the option to erase flash pages while receiving the firmware, opposed to bulk-erasing the whole image area at the beginning of the DFU process. This is required on some hardware that has long erase times, to prevent a long wait and possibly a timeout during DFU. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no> Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@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!