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 c42dce0 commit 3af7f74Copy full SHA for 3af7f74
Makefile
@@ -490,6 +490,12 @@ dfu-flash: flash-dfu
490
flash-dfu: $(BUILD)/$(MERGED_FILE).zip
491
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyACM0)
492
$(NRFUTIL) --verbose dfu serial --package $< -p $(SERIAL) -b 115200 --singlebank --touch 1200
493
+
494
+# flash skip crc magic ( app valid = 0x0001, crc = 0x0000 )
495
+#flash-skip-crc:
496
+# nrfjprog --memwr $(BOOT_SETTING_ADDR) --val 0x00000001 -f nrf52
497
+# nrfjprog --memwr 0xFF000 --val 0x00000001 -f nrf52
498
+# nrfjprog --memwr 0x7F000 --val 0x00000001 -f nrf52
499
500
#------------------- Debugging -------------------
501
0 commit comments