blob: 23497a038af9e3da867ff910ce59636292245b05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Bootloader for nRF
The bootloader uses `embassy-boot` to interact with the flash.
# Usage
Flash the bootloader
```
cargo flash --features embassy-nrf/nrf52832 --release --chip nRF52832_xxAA
```
|