A few years ago I implemented an ESP32 application using a windows 10 machine and VSCODE and it was quite successful.
Now I am trying to implement a new application, this time on a machine running Ubuntu 20.4 and VSCODE again.
It has gone smooth so that I can build and UART flash the new application from within Visual Studio Code using the new ESP-IDF extension.
However, I have run into a problem which I am unable to solve until now: when I try to flash the application via JTAG.
Originally it reported some like this:
Code: Select all
Minimum OpenOCD version v0.10.0-esp32-20201125 is required while you have v0.10.0-esp32-20200731 version installed.
Now it is giving me this message:
Code: Select all
Minimum OpenOCD version v0.10.0-esp32-20201125 is required while you have failed+to+ match+ version version installed
Any help would be much appreciated.
Updates:
1) I have reinstalled everything => no joy.
2) No matter how often I edit the settings.json file, every time I restart VSCODE the content of the file reverts back to wanting version 20200709 instead of 20201125