File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33nrf sdk version 15.3 is used, because it has the same version of the Softdevice (s140 v6.1.1) that is used in Arduino
44The version number of the softdevice has a representation in a hex code needed for generating the DFU packet.
5+
56s140 v6.1.1 => 0xB6 (this is used)
7+
68s140 7.0.1 => 0xCA
79
810Application is stored at 0x26000 on Softdevice s140 v6.1.1 and on 0x27000 on v7.0.1 onward!
911
12+ ```
1013nrfutil.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
1316This is the repo of the kaidyth bootloader: https://github.com/kaidyth/nrf52_bootloader
17+
1418This is important for building by yourself: https://github.com/kaidyth/nrf52_bootloader/wiki/Getting-Started
1519
1620Before changing to DEBUG=1 always delete folder... clean does not work?
You can’t perform that action at this time.
0 commit comments