Skip to content

Commit 7d274b7

Browse files
committed
Fixes install instructions for dongle
Rebases change in #680 to develop.
1 parent 4c23e61 commit 7d274b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/boards/nrf52840_dongle.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Follow these steps:
6767
Run our script for compiling/flashing Tock OS on your device:
6868

6969
```shell
70-
$ ./deploy.py --board=nrf52840_dongle --programmer=jlink
70+
$ ./deploy.py --board=nrf52840_dongle_opensk --opensk --programmer=jlink
7171
```
7272

7373
#### OpenOCD
@@ -99,7 +99,7 @@ $ ./deploy.py --board=nrf52840_dongle --programmer=jlink
9999
1. Run the deploy script with the appropriate options, i.e.:
100100
101101
```shell
102-
./deploy.py --board=nrf52840_dongle --opensk --programmer=openocd
102+
./deploy.py --board=nrf52840_dongle_opensk --opensk --programmer=openocd
103103
```
104104
105105

0 commit comments

Comments
 (0)