Skip to content

Commit a6de8b6

Browse files
Merge #314
314: Update OpenOCD install instruction for #313 r=eldruin a=neerajadsul Hi, I faced same issue as #313. I thought it may help to add the resolution to the docs. Co-authored-by: Neeraj Adsul <neeraj.adsul@gmail.com>
2 parents d5fc1bc + abd5c9b commit a6de8b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/intro/install/macos.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ $ # QEMU
1515
$ brew install qemu
1616
```
1717

18+
> **NOTE** If OpenOCD crashes you may need to install the latest version using:
19+
```text
20+
$ brew install --HEAD openocd
21+
```
22+
1823
That's all! Go to the [next section].
1924

2025
[next section]: verify.md

0 commit comments

Comments
 (0)