Files
2026-05-27 14:50:26 +03:00

462 B

Build

Install zephyr SDK

See INSTALL.md for installing the SDK.

Build the app without MCUboot

source ../env.sh
west build -p -b nrf52840_qalmari

Build everything

source ../env.sh
west build -p -b nrf52840_qalmari --sysbuild

Generate your own key for MCUboot

openssl genrsa -out key.pem 2048

Flash the binary to the device

See FLASH.md for installing the app to the device.