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 0ebbfd1 commit 86d358bCopy full SHA for 86d358b
Makefile
@@ -2072,6 +2072,8 @@ ifdef SOFTDEVICE # Shouldn't do this when we want to be able to perform DFU OTA!
2072
@echo Not merging anything with bootloader
2073
else
2074
@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
2077
@echo FIXME - had to set --overlap=replace
2078
scripts/hexmerge.py --overlap=replace $(SOFTDEVICE) $(NRF_BOOTLOADER) $(PROJ_NAME).hex -o tmp.hex
2079
mv tmp.hex $(PROJ_NAME).hex
0 commit comments