We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4549fa commit ab55249Copy full SHA for ab55249
1 file changed
apps/firmware/README.md
@@ -62,6 +62,11 @@ nrfjprog -f nrf52 --recover; while [ $? != 0 ]; do nrfjprog -f nrf52 --recover;
62
nrfjprog -f nrf52 --program full_dfu.hex --reset
63
```
64
65
+To generate a bin file of the full firmware you can read it afterwards (this was the better way to "convert" the hex to bin)
66
+```
67
+nrfjprog -f nrf52 --readcode full_dfu.bin
68
69
+
70
### Create a DFU package
71
Copy the firmware hex to `dfu_images` directory
72
0 commit comments