ESP32 starting debug Session error

Hi All,

When I want to upload my Project using JTAG on my ESP32 I recieve the following Error:

** Programming Started **
auto erase enabled
Error: Invalid command argument
image.base_address option value ('ramework-arduinoespressif32') is not valid
embedded:startup.tcl:454: Error: ** Programming Failed **
in procedure 'program_esp32'
in procedure 'program_error' called at file "C:\Users\Michael\.platformio\packages\tool-openocd-esp32/share/openocd/scripts/target/esp32.cfg", line 152
at file "embedded:startup.tcl", line 454
*** [upload] Error 1

It seems this hould have been fixed some time ago:

So I did the dev-uprade, cleanded the project and tried again withou any success.

I am using the following tools/settings:

[env:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
debug_tool = olimex-arm-usb-ocd-h
upload_protocol = olimex-arm-usb-ocd-h

What can I do to thix this? Is this an error or an layer-8 problem on my side?

Thanks a lot and BR
Michael

Could you try the latest upstream version Espressif 32 — PlatformIO latest documentation ?

Does it work?