commit | d783809566ee4ac3458ec609825e875ea788e71b | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Fri Sep 01 13:39:33 2017 +0200 |
committer | David Brown <davidb@davidb.org> | Fri Sep 01 08:22:42 2017 -0600 |
tree | d7667d782a57855910695c583d95c59dba086ae0 | |
parent | f4d0e1adf2a1ee1711d9290f918e59b86dfcacbe [diff] |
zephyr: doc: Mention the DT flash description In order to build for a particular Zephyr board, the Device Tree definition for it in the Zephyr tree must include the flash description. Additionally mention that a .hex version of the image is available, useful for those flash tools that deal with Intel Hex files. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This is mcuboot, version 0.9.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.
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!