Skip to content

Commit e96579c

Browse files
committed
update boot burn tool to adafruit-nrfutil
1 parent 9926916 commit e96579c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

programmers.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ nrfjprog.program.pattern="{program.path}{program.cmd}" --program "{runtime.platf
1616
#**********************************************
1717
nrfutil_boot.name=Bootloader DFU for Bluefruit nRF52
1818
nrfutil_boot.program.tool=bootburn
19-
nrfutil_boot.program.cmd=nrfutil
20-
nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/nrfutil-0.5.2/binaries/win32/nrfutil.exe
21-
nrfutil_boot.program.cmd.macosx=/usr/local/bin/nrfutil
19+
nrfutil_boot.program.cmd=adafruit-nrfutil
20+
nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/win32/adafruit-nrfutil.exe
21+
nrfutil_boot.program.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil
2222

23-
nrfutil_boot.program.pattern={program.cmd} --verbose dfu serial -pkg "{runtime.platform.path}/bin/bootloader/{build.variant}/{build.bootfile}.zip" -p {serial.port} -b 115200
23+
nrfutil_boot.program.pattern="{program.cmd}" --verbose dfu serial -pkg "{runtime.platform.path}/bin/bootloader/{build.variant}/{build.bootfile}.zip" -p {serial.port} -b 115200

0 commit comments

Comments
 (0)