Skip to content

Commit 14dd911

Browse files
committed
[docs] Update installation guide to OpenOCD 0.12
1 parent 817d398 commit 14dd911

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/guide/installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with modm:
77
- [Software Construct][scons] or [CMake][].
88
- [Library Builder][lbuild].
99
- AVR toolchain: [avr-gcc][] and [avrdude][].
10-
- ARM toolchain: [toolchain-arm-xpack][] and [OpenOCD][] (at least v0.11!).
10+
- ARM toolchain: [toolchain-arm-xpack][] and [OpenOCD][] (at least v0.12!).
1111
- Optional: [Doxypress][].
1212
- Optional: [gdbgui][] for IDE-independent debugging.
1313

@@ -103,7 +103,7 @@ sudo apt install openocd
103103
```
104104

105105
!!! warning "OpenOCD < v0.12"
106-
Make sure to get at least OpenOCD release v0.12, since v0.10 is too old for
106+
Make sure to get at least OpenOCD release v0.12, since v0.11 is too old for
107107
some targets (STM32L5, STM32U5). You can manually install an up-to-date
108108
version of OpenOCD by [following the instructions here][openocd-install].
109109

@@ -261,8 +261,7 @@ arm-none-eabi-gcc --version
261261

262262
Install the and then download the latest [pre-built OpenOCD tool][openocd_binaries]:
263263

264-
1. unpack the `.tar.gz` file using the context menu `7-Zip > Extract Here`.
265-
2. unpack the `.tar` file using `7-Zip > Extract to "openocd-v0.11.0-..."`
264+
Unpack the `.7z` file using `7-Zip > Extract to "OpenOCD-20230202..."`.
266265

267266
Then rename and move the extracted folder to `C:\Program Files (x86)\openocd`.
268267
Open PowerShell to add the `\bin` folder to the `Path`:

0 commit comments

Comments
 (0)