commit | 1d7f496e1d16b3ff63fc1eb74fc1b525ccc3f528 | [log] [tgz] |
---|---|---|
author | Gustavo Henrique Nihei <gustavo.nihei@espressif.com> | Tue Nov 30 09:25:15 2021 -0300 |
committer | Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com> | Tue Nov 30 13:42:52 2021 -0300 |
tree | 0617a84191f6c561475904e4d9210503488c0192 | |
parent | e0a8061af527ed5c7046375ef5ee8c6d50f13bbc [diff] |
sim: Calculate offsets from boot_max_align instead of hardcoding them This patch prepares the simulator to execute images with a max align value other than 8 bytes. Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This is MCUboot version 1.8.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 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!