Skip to content

Commit a3bac7d

Browse files
authored
Update NRF_Bootloader.md
Following current BOARD=xxx syntax
1 parent d4f5737 commit a3bac7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NRF_Bootloader.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Building complete hex file for Nordic DK upload
77
Build the Bootloader:
88

99
```
10-
make clean;PUCKJS=1 RELEASE=1 BOOTLOADER=1 make
10+
make clean;BOARD=PUCKJS RELEASE=1 BOOTLOADER=1 make
1111
```
1212

1313
Now build everything:
1414

1515
```
16-
make clean;PUCKJS=1 RELEASE=1 make
16+
make clean;BOARD=PUCKJS RELEASE=1 make
1717
```
1818

1919
Connect SWD connections and use:
2020

2121
```
22-
PUCKJS=1 RELEASE=1 make flash
22+
BOARD=PUCKJS RELEASE=1 make flash
2323
```
2424

2525
(Or just copy the zip file to the NRF52DK's flash drive)

0 commit comments

Comments
 (0)