commit | 8680b9037478ad8a1af001e4fd55ee563157e00e | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Jan 29 10:34:43 2018 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Jan 29 16:19:05 2018 -0200 |
tree | d8c79a26b88af65106bc8c36f8c39d83b553de39 | |
parent | 90eda80838635033c073664b4bff25c9335f107a [diff] |
zephyr: boot: Use abs. path instead of rel. path for dts overlay When a relative path was used the build would fail when CMake was invoked with the -B -H flags. Using an absolute path for the dts.overlay flags fixes #187. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This is mcuboot, version 1.1.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!