commit | 8a4e23bb6b3402f656c94d090de437d387e76d73 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Jun 11 10:29:01 2021 -0600 |
committer | David Brown <davidb@davidb.org> | Mon Jul 19 11:22:13 2021 -0600 |
tree | 1b3b006a1291447317a9fe3b8e93ed03e39786e1 | |
parent | 0dfb810d36d82ed4cdd37aaabd340eb0edc93ecf [diff] |
sim: Basic ram-load test Test the basic configuration for ram loading. Instead of a fixed address for RAM, the values come dynamically from a thread-local variable (allowing the tests to run in parallel). The size of the ram along with the address of the buffer in the test address space are passed in this way. This tests the single-image configurations of ram loading. Testing multi-image will take additional work, as the RAM will need to be large enough for both images, and the second image will need a meaningful offset address in RAM. Signed-off-by: David Brown <david.brown@linaro.org>
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!