Skip to content

Commit

Permalink
(readme): Add note about debug packages for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 19, 2023
1 parent 0a47422 commit 2e936b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
sudo pacman -S cmake arm-none-eabi-gcc arm-none-eabi-newlib arm-none-eabi-gdb arm-none-eabi-binutils python git nodejs npm
```

If you wish to debug a device, you will need to install the following packages from the [AUR](https://aur.archlinux.org/).

- [`openocd-picoprobe`](https://aur.archlinux.org/packages/openocd-picoprobe)
- [`gdb-multiarch`](https://aur.archlinux.org/packages/gdb-multiarch)

If you have [`yay`](https://github.com/Jguer/yay) installed, you can simply run the following:

```shell
yay -S openocd-picoprobe gdb-multiarch
```

## Licensing

The codebase is licensed under MIT.
Expand Down

0 comments on commit 2e936b7

Please sign in to comment.