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
+8-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_5.0.0` | 0x9D
147
148
148
149
**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.
149
150
@@ -158,12 +159,16 @@ The following conventions are used on the table:
158
159
Combination | Supported | Notes
159
160
--------------| ----------|-------
160
161
BL | Yes |
161
-
SD | Yes | **SD must be of the same Major Version**
162
+
SD | Yes | **See notes 1 and 2 below**
162
163
APP | Yes |
163
164
BL + SD | Yes |
164
165
BL + APP | No | Create two .zip packages instead
165
-
BL + SD + APP | Yes |
166
-
SD + APP | Yes | **SD must be of the same Major Version**
166
+
BL + SD + APP | Yes | **See note 1 below**
167
+
SD + APP | Yes | **See notes 1 and 2 below**
168
+
169
+
**Note 1:** SD must be of the same Major Version as the old BL may not be compatible with the new SD.
170
+
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.
167
172
168
173
##### display
169
174
Use this option to display the contents of a DFU package in a .zip file.
0 commit comments