commit | 9590b42c487e9b8dac3c32ca5eacb4c627d9c783 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Wed Feb 17 14:37:45 2021 +0000 |
committer | Fabio Utzig <utzig@utzig.org> | Sat Feb 20 07:12:11 2021 -0300 |
tree | fc0b1fe7677febe9a8a92168c929bf17e0bae8ae | |
parent | aee3be969e513fe8cc8162ef6a12e6f592e0e09f [diff] |
boot: Add IMAGE_F_ROM_FIXED flag support to mcuboot The IMAGE_F_ROM_FIXED, now supported by imgtool and mcumgr, allows to use image_header.ih_load_addr to store fixed ROM address information. The address is provided for Direct-XIP mcuboot to be able to verify if it can boot an image in given slot, by checking if the address the image has been built for corresponds to slot address. This flag is not required to be set within image, in which case the check will not happen, but is highly desired as it allows mcuboot to detect images that have been mismatched with slot. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This is mcuboot version 1.8.0-dev
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!