Skip to content

Commit ab55249

Browse files
committed
updated README
1 parent e4549fa commit ab55249

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/firmware/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ nrfjprog -f nrf52 --recover; while [ $? != 0 ]; do nrfjprog -f nrf52 --recover;
6262
nrfjprog -f nrf52 --program full_dfu.hex --reset
6363
```
6464

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+
6570
### Create a DFU package
6671
Copy the firmware hex to `dfu_images` directory
6772
```

0 commit comments

Comments
 (0)