Skip to content

Commit 52ebfd0

Browse files
committed
update nrfutil to 0.5.2d with singlebank option
1 parent 53593d1 commit 52ebfd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/nrfutil

ports/nrf/boards/feather52/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dfu-gen:
3535

3636
dfu-flash:
3737
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
38-
$(NRFUTIL) dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200
38+
$(NRFUTIL) dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200 --singlebank
3939

4040
boot-flash:
4141
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)

ports/nrf/boards/feather52840/mpconfigboard_s140.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dfu-gen:
3535

3636
dfu-flash:
3737
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
38-
$(NRFUTIL) --verbose dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200
38+
$(NRFUTIL) --verbose dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200 --singlebank
3939

4040
boot-flash:
4141
nrfjprog --program $(BOOTLOADER_FILENAME).hex -f nrf52 --chiperase --reset

0 commit comments

Comments
 (0)