We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbfed3 commit ffee3a9Copy full SHA for ffee3a9
ota-prog.md
@@ -61,6 +61,8 @@ dfupkg:
61
nrfutil pkg generate --hw-version 52 --application-version 1 --application $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex --sd-req 0x8C --key-file ../../../private.key forcesensor_dfu_package.zip
62
```
63
64
+Then all you need to do is `make dufpkg` and the zip file will be generated.
65
+
66

67
68
*Note:* Use *--sd-req = 0x8C* for s132_nrf52_3.0.0 and *--sd-req = 0x98* for s132_nrf52_4.0.2.
0 commit comments