commit | 0c8c8d53257be7454a066e18014b4bedcd545c32 | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Wed Feb 17 14:45:02 2021 +0000 |
committer | Fabio Utzig <utzig@utzig.org> | Sat Feb 20 07:12:11 2021 -0300 |
tree | cfa041bd7b6c501bc3a398da11b87c871a5ab98b | |
parent | 9590b42c487e9b8dac3c32ca5eacb4c627d9c783 [diff] |
boot: Direct-XIP: Add check for IMAGE_F_ROM_FIXED flag The commit adds logic that checks if image, that has IMAGE_F_ROM_FIXED flag set together with proper address in header, has not been mismatched with slot. This code will prevent attempting to boot image that has been build for different ROM address than a slot it currently resides in. 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!