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 d4f5737 commit a3bac7dCopy full SHA for a3bac7d
NRF_Bootloader.md
@@ -7,19 +7,19 @@ Building complete hex file for Nordic DK upload
7
Build the Bootloader:
8
9
```
10
-make clean;PUCKJS=1 RELEASE=1 BOOTLOADER=1 make
+make clean;BOARD=PUCKJS RELEASE=1 BOOTLOADER=1 make
11
12
13
Now build everything:
14
15
16
-make clean;PUCKJS=1 RELEASE=1 make
+make clean;BOARD=PUCKJS RELEASE=1 make
17
18
19
Connect SWD connections and use:
20
21
22
-PUCKJS=1 RELEASE=1 make flash
+BOARD=PUCKJS RELEASE=1 make flash
23
24
25
(Or just copy the zip file to the NRF52DK's flash drive)
0 commit comments