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
**TIP:** Sanity check `pyOCD`and `cpackget` installation and version numbers:
183
+
**TIP:** Sanity check `pyOCD`, `cpackget`, and `sdsio-server` installation and version numbers:
173
184
174
185
```bash
175
186
pyocd --version # expected version 0.44.1 or higher
176
187
cpackget --version # expected version 2.2.1 or higher
188
+
sdsio-server --version # expected version 3.0.1 or higher
177
189
```
178
190
179
-
5. Install required software packs
191
+
6. Install required software packs
180
192
181
193
Install the BSP and DFP software packs for your target hardware. The [`*.cbuild-run.yml`](https://open-cmsis-pack.github.io/cmsis-toolbox/YML-CBuild-Format/#run-and-debug-management) file of your application lists this information. Alternatively, use [www.keil.arm.com/packs](https://www.keil.arm.com/packs) to discover this information. For the NUCLEO-H563ZI, these packs are required:
182
194
@@ -187,7 +199,7 @@ Some corporate networks require **device registration** (often called MAC addres
187
199
188
200
**NOTE:** This is a one-time installation that depends on the target hardware connected to the Raspberry Pi 5.
189
201
190
-
6. Install udev rules (required for USB access)
202
+
7. Install udev rules (required for USB access)
191
203
192
204
The udev rules control how USB devices are detected and what permissions they get. The following examples show typical setups:
193
205
@@ -211,7 +223,7 @@ Some corporate networks require **device registration** (often called MAC addres
211
223
EOF
212
224
```
213
225
214
-
7. Reload udev so the new rules take effect:
226
+
8. Reload udev so the new rules take effect:
215
227
216
228
```bash
217
229
sudo udevadm control --reload-rules
@@ -273,6 +285,7 @@ this needs rework once the SDSIO-Server is available.
0 commit comments