esp32/scripts/jtag-host.sh
Thomas Klaehn 18e9f86c36 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-08 08:48:24 +01:00

10 lines
201 B
Bash
Executable File

#! /bin/sh
git clone https://github.com/espressif/openocd-esp32.git
install -m 0644 openocd-esp32/contrib/60-openocd.rules /etc/udev/rules.d
rm -rf openocd-esp32/
udevadm control -R
udevadm trigger