Skip to content

Commit 4a285a0

Browse files
authored
Update nrf52840_dongle.md
1 parent ec4c03d commit 4a285a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/boards/nrf52840_dongle.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ customize it.
2222
You need `nrfutil` version 6. The [install manual](../install.md) has
2323
setup instructions.
2424

25-
To flash the firmware, run:
25+
It is highly recommended you use --erase_storage first, especially if you have installed any other software onto your dongle.
2626

27+
```shell
28+
./deploy.py --board=nrf52840_dongle_dfu --erase_storage
29+
```
30+
31+
Then to flash the firmware:
2732
```shell
2833
./deploy.py --board=nrf52840_dongle_dfu --opensk --programmer=nordicdfu
2934
```

0 commit comments

Comments
 (0)