esp32-openocd on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "esp32-openocd" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install esp32-openocd on Arch using YAY

$ yay -S esp32-openocd

* (Optional) Uninstall esp32-openocd on Arch using YAY

$ yay -Rns esp32-openocd

2. Manually Install "esp32-openocd" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone esp32-openocd's git locally

$ git clone https://aur.archlinux.org/esp32-openocd.git ~/esp32-openocd

c. Go to ~/esp32-openocd folder and install it

$ cd ~/esp32-openocd $ makepkg -si

3. Information about the esp32-openocd package on Arch User Repository (AUR)

ID: 447938
Name: esp32-openocd
PackageBaseID: 125992
PackageBase: esp32-openocd
Version: 0.10.0.dev.g77b10c51-1
Description: Fork of OpenOCD that has ESP32 support
URL: https://github.com/espressif/openocd-esp32
NumVotes: 1
Popularity: 0
OutOfDate: 1551063819
Maintainer: M1cha
FirstSubmitted: 1506796207
LastModified: 1506796207
URLPath: /cgit/aur.git/snapshot/esp32-openocd.tar.gz