Skip to content

Commit 039f9e8

Browse files
authored
Merge pull request #775 from adafruit/fix-space-burnboot
fix space in path issue when burning bootloader with IDE v2
2 parents 99df916 + 4f2c26a commit 039f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: programmers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nrfutil_boot.program.cmd.windows={runtime.platform.path}/tools/adafruit-nrfutil/
2727
nrfutil_boot.program.cmd.macosx={runtime.platform.path}/tools/adafruit-nrfutil/macos/adafruit-nrfutil
2828

2929
# Burn bootloader pattern
30-
nrfutil_boot.program.burn_pattern={program.cmd} --verbose dfu serial -pkg "{bootloader.file}.zip" -p {serial.port} -b 115200 --touch 1200
30+
nrfutil_boot.program.burn_pattern="{program.cmd}" --verbose dfu serial -pkg "{bootloader.file}.zip" -p {serial.port} -b 115200 --touch 1200
3131

3232
# Remind user to select Jlink when used to upload sketch
3333
nrfutil_boot.program.params.quiet=

0 commit comments

Comments
 (0)