Setup OpenOCD for Linux

Setup OpenOCD

OpenOCD for 64-bit Linux is available for download from Espressif website:

https://dl.espressif.com/dl/openocd-esp32-linux64-a859564.tar.gz

Download this file, then extract it in ~/esp/ directory:

cd ~/esp
tar -xzf ~/Downloads/openocd-esp32-linux64-a859564.tar.gz

Next Steps

To carry on with debugging environment setup, proceed to section Configuring ESP32 Target.