Maybe anyone can help.
The VSCode brings on flash the Error
.Minimum OpenOCD version v0.10.0-esp32-20201125 is required while you have v0.10.0-esp32-20191114 version installed
How can I install the new version of openocd in the ESP-idf?
.Minimum OpenOCD version v0.10.0-esp32-20201125 is required while you have v0.10.0-esp32-20191114 version installed
Code: Select all
c:\\esp\\tools\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20200709\\openocd-esp32\\bin
Code: Select all
c:\\esp\\tools\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20201202\\openocd-esp32\\bin
@ESP_bignacio you are awesome, this worked when tweaked for a mac too, thank you!ESP_bignacio wrote: ↑Thu Jan 21, 2021 9:00 amThe thing is, some changes were implemented on openOCD to allow Visual Studio Code to perform JTAG flashing from this version.
If you want to replace openOCD, just get one of the latest openOCD releases and replacein your idf.customExtraPaths for the bin directory of your chosen release version, for exampleCode: Select all
c:\\esp\\tools\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20200709\\openocd-esp32\\bin
if you extract this version on your $HOME/.espressif/tools directory.Code: Select all
c:\\esp\\tools\\.espressif\\tools\\openocd-esp32\\v0.10.0-esp32-20201202\\openocd-esp32\\bin
Also update idf.customExtraVars OPENOCD_SCRIPTS to new OpenOCD Scripts folder path.
Users browsing this forum: No registered users and 24 guests