This project demonstrates how to use an Arduino (ATmega328) to function as an external initializer for the ADAU1761 which has no internal EEPROM like the ADAU1452 or self-boot function. The SigmaDSP ...
The official Arduino development team have this week announced the rollout a new bootloader based on MCUboot to help them improve the range of security features and firmware available on Arduino ...
This repository shows the simplest way to setup a dual boot on ESP32 using PlatformIO. With this method it is possible to upload two different applications on a single ESP32 and switch between them ...
Signed and encrypted updates – MCUboot has support for encrypting/decrypting images on-the-fly while upgrading. It will also check if the computed signature is matching the one embedded in the image ...