We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4c03d commit 4a285a0Copy full SHA for 4a285a0
docs/boards/nrf52840_dongle.md
@@ -22,8 +22,13 @@ customize it.
22
You need `nrfutil` version 6. The [install manual](../install.md) has
23
setup instructions.
24
25
-To flash the firmware, run:
+It is highly recommended you use --erase_storage first, especially if you have installed any other software onto your dongle.
26
27
+```shell
28
+./deploy.py --board=nrf52840_dongle_dfu --erase_storage
29
+```
30
+
31
+Then to flash the firmware:
32
```shell
33
./deploy.py --board=nrf52840_dongle_dfu --opensk --programmer=nordicdfu
34
```
0 commit comments