commit | 3f092bd313f126e283a3e490aefa75a5f651f5a4 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Feb 17 13:25:32 2020 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Feb 27 10:01:25 2020 +0100 |
tree | 611c10d99bb3f7761970660853360c8558eb2d33 | |
parent | 9a4946ce9a6d20e1710096cac5a7b476f85de65f [diff] |
zephyr: allow recovery over usb cdc-acm with logs enabled Modified serial_adapter so log are allowed when using USB CDC ACM serial port emulation. Added dedicated thread for log processing of the highest application priority. This allows to transmit all logs without adding k_sleep anywhere else int the code. Introduced boot log thread is simpler than the default log threat which decreases flash footprint by a few dozen bytes. Added configuration for nrf52840_pca10056 which shows how to enable looging along with USB - among other, thread log processing is required. build command (form zephyr-project root directory) west build -d build/mcuboot/nrf52840_pca10056 -b nrf52840_pca10056 ./bootloader/mcuboot/boot/zephyr/ -- -DDTC_OVERLAY_FILE=./boards/nrf52840_pca10056_big.overlay -DOVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot version 1.5.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!