commit | 16f3de56604f2229d7a85324174da544dee82a28 | [log] [tgz] |
---|---|---|
author | Raphael Dupont <raphael7dup@gmail.com> | Thu Mar 16 09:02:11 2023 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Mar 16 10:03:24 2023 -0300 |
tree | 507073d8e04caa2df59f1d816ead661fa8db8900 | |
parent | c89a94f120763265a0859ae6645b159be16b826d [diff] |
imgtool: fix boot_magic when -e big and max-align > 8 Currently if max-align > 8, magic_boot only works in little endian For example : With max-align = 16 and endian = big, boot_magic starts with 0x10 0x00, but it should be 0x00 0x10 Signed-off-by: Raphael Dupont <raphael7dup@gmail.com>
This is MCUboot version 1.10.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: