commit | 85811683316a7045582f8e50236490282ba345db | [log] [tgz] |
---|---|---|
author | Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl> | Tue Jul 11 10:51:21 2023 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Jul 17 19:38:11 2023 -0300 |
tree | 055bf89ae8ea62d697f49ddfd672ea7b8d250584 | |
parent | 7abfe4fa51a9f9f342f241502e66ae556b6e2b9a [diff] |
boot: mynewt: Respect minimum write size For MCUs with restriction on minimum write size (STM32H7) unaligned writes resulted in flash write errors preventing any sort of update. Now MCUBOOT_BOOT_MAX_ALIGN can be set accordingly to value that flash driver uses. For alignment <= 8 default value provided by mcuboot config is still used. Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
This is MCUboot version 1.11.0-dev
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.
MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:
RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: