Skip to content

Commit 86d358b

Browse files
committed
comments
1 parent 0ebbfd1 commit 86d358b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,6 +2072,8 @@ ifdef SOFTDEVICE # Shouldn't do this when we want to be able to perform DFU OTA!
20722072
@echo Not merging anything with bootloader
20732073
else
20742074
@echo Merging SoftDevice and Bootloader
2075+
# We can build a DFU settings file we can merge in...
2076+
# nrfutil settings generate --family NRF52 --application $(PROJ_NAME).hex --application-version 0xff --bootloader-version 0xff --bl-settings-version 1 dfu_settings.hex
20752077
@echo FIXME - had to set --overlap=replace
20762078
scripts/hexmerge.py --overlap=replace $(SOFTDEVICE) $(NRF_BOOTLOADER) $(PROJ_NAME).hex -o tmp.hex
20772079
mv tmp.hex $(PROJ_NAME).hex

0 commit comments

Comments
 (0)