mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
This introduces new package 'mcu' which is a collection of shell based scripts used as glue code for generic MCU configuration and management. The scripts are responsible for communicating with embedded MCU running compatible MCUboot bootloader version over MCUmgr/SMP protocol. The communication is realized based on usage of the introduced earlier dedicated CLI tool called 'umcumgr. The most important function of this package is a simple MCU's firmware management (checking firmware available in the MCU's internal flash, uploading new and selecting active on multi-firmware slot capable MCU). This solution requires MCU running modified version of MCUboot, available in GitLab: https://gitlab.com/pepe2k/mcuboot Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>