commit | 2cf522c3d80ca0c3938ae4e3ff701ba01e2d1b4d | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Jul 20 12:15:31 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Thu Jul 20 14:55:50 2017 -0600 |
tree | 2d505e47f07195777d5712de37e3db748502b98b | |
parent | dbc57279027b533c75f67207f4311796f2fef6e5 [diff] |
scripts: assemble: Fix problem with missing output Adding an os.unlink() call to remove the outfile results in an exception being thrown if the file does not exist. Fix this by trapping, and checking for the specific error we get on a missing file. Signed-off-by: David Brown <david.brown@linaro.org>
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 easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. 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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!