Skip to content

Commit d5b9d97

Browse files
committed
format README.md
1 parent 50fb9c7 commit d5b9d97

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
nrf sdk version 15.3 is used, because it has the same version of the Softdevice (s140 v6.1.1) that is used in Arduino
44
The version number of the softdevice has a representation in a hex code needed for generating the DFU packet.
5+
56
s140 v6.1.1 => 0xB6 (this is used)
7+
68
s140 7.0.1 => 0xCA
79

810
Application is stored at 0x26000 on Softdevice s140 v6.1.1 and on 0x27000 on v7.0.1 onward!
911

12+
```
1013
nrfutil.exe pkg generate --hw-version 52 --sd-req 0xB6 --application-version 1 --application .\firmware.bin --key-file .\private.pem app_dfu_gridFW_sdCA.zip
11-
14+
```
1215

1316
This is the repo of the kaidyth bootloader: https://github.com/kaidyth/nrf52_bootloader
17+
1418
This is important for building by yourself: https://github.com/kaidyth/nrf52_bootloader/wiki/Getting-Started
1519

1620
Before changing to DEBUG=1 always delete folder... clean does not work?

0 commit comments

Comments
 (0)