Weird error message from Vscode
Posted: Thu Apr 08, 2021 11:52 am
Hi All,
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:
I did some checking, replaced the old version with the latest one v0.10.0-esp32-20210401 and updated the relevant paths in the settings.json file and restarted VSCODE.
Now it is giving me this message:
On how to take care of this one I can't find anything via Google, so is there anyone out there with any suggestion on how to solve this one?
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
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