diff options
| author | Ulf Lilleengen <[email protected]> | 2022-06-24 19:56:15 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-06-24 19:56:15 +0200 |
| commit | 776be79f7bb10b09e795e2ea93bb795a653c9b4c (patch) | |
| tree | 269046d330ee503c84049bb8fc47baf0297ecb80 /examples/boot/bootloader/nrf/README.md | |
| parent | 84628d36cf743193cbf0e7d47ef1cfa9fb590890 (diff) | |
Move bootloader main to examples
This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead.
Diffstat (limited to 'examples/boot/bootloader/nrf/README.md')
| -rw-r--r-- | examples/boot/bootloader/nrf/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/boot/bootloader/nrf/README.md b/examples/boot/bootloader/nrf/README.md new file mode 100644 index 000000000..23497a038 --- /dev/null +++ b/examples/boot/bootloader/nrf/README.md | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # Bootloader for nRF | ||
| 2 | |||
| 3 | The bootloader uses `embassy-boot` to interact with the flash. | ||
| 4 | |||
| 5 | # Usage | ||
| 6 | |||
| 7 | Flash the bootloader | ||
| 8 | |||
| 9 | ``` | ||
| 10 | cargo flash --features embassy-nrf/nrf52832 --release --chip nRF52832_xxAA | ||
| 11 | ``` | ||
