462 B
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.