Skip to content

Commit 7a9500e

Browse files
committed
Install openocd package from the repository for ArchLinux
1 parent 6a377e6 commit 7a9500e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/03-setup/linux.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,8 @@ $ sudo dnf install \
6060
``` console
6161
$ sudo pacman -S \
6262
arm-none-eabi-gdb \
63-
minicom
64-
```
65-
66-
`openocd` is not available in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows:
67-
68-
``` console
69-
git clone git://git.code.sf.net/p/openocd/code openocd-code
70-
cd openocd-code
71-
./bootstrap
72-
./configure
73-
make && make install
63+
minicom \
64+
openocd
7465
```
7566

7667
### Other distros

0 commit comments

Comments
 (0)