You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ SoftDevice | FWID (sd-req)
144
144
`s132_nrf52_4.0.0` | 0x95
145
145
`s132_nrf52_4.0.2` | 0x98
146
146
`s132_nrf52_4.0.3` | 0x99
147
+
`s132_nrf52_4.0.4` | 0x9E
147
148
`s132_nrf52_5.0.0` | 0x9D
148
149
149
150
**Note**: The Thread stack doesn't use a SoftDevice but --sd-req option is required for compatibility reasons. You can provide any value for the option as it is ignored during DFU.
@@ -159,16 +160,18 @@ The following conventions are used on the table:
159
160
Combination | Supported | Notes
160
161
--------------| ----------|-------
161
162
BL | Yes |
162
-
SD | Yes | **See notes 1 and 2 below**
163
+
SD | Yes | **See note 1 below**
163
164
APP | Yes |
164
165
BL + SD | Yes |
165
166
BL + APP | No | Create two .zip packages instead
166
-
BL + SD + APP | Yes | **See note 1 below**
167
+
BL + SD + APP | Yes | **See note 2 below**
167
168
SD + APP | Yes | **See notes 1 and 2 below**
168
169
169
170
**Note 1:** SD must be of the same Major Version as the old BL may not be compatible with the new SD.
170
171
171
-
**Note 2:** When updating BL + SD + APP the update is done in 2 following connections, unless a custom bootloader is used. First the BL + SD is updated, then the bootloader will disconnect and the new BL will start advertising. Second connection to the new bootloader will update the APP. However, the two SDs may have different IDs. The first update requires --sd-req to be set to the ID of the old SD while update of the APP requires the ID of the new SD. In that case the new ID can be set using ```--sd-id``` parameter.
172
+
**Note 2:** When updating SD (+ BL) + APP the update is done in 2 following connections, unless a custom bootloader is used. First the SD (+ BL) is updated, then the bootloader will disconnect and the (new) BL will start advertising. Second connection to the bootloader will update the APP. However, the two SDs may have different IDs. The first update requires `--sd-req` to be set to the ID of the old SD. Update of the APP requires the ID of the new SD. In that case the new ID must be set using `--sd-id` parameter. This parameter is
173
+
was added in nrfutil 3.1.0 and is required since 3.2.0 in case the package should contain SD (+ BL) + APP. Also, since version 3.2.0 the new ID is copied to `--sd-req` list so that
174
+
in case of a link loss during APP update the DFU process can be restarted. In that case the new SD would overwrite itself, so `--sd-req` must contain also the ID of the new SD.
172
175
173
176
##### display
174
177
Use this option to display the contents of a DFU package in a .zip file.
0 commit comments