Search found 1 match

by achimr
Thu Mar 12, 2026 1:32 pm
Forum: General Discussion
Topic: win openocd.exe ver. v0.12.0-esp32-2025-12-15 does not accept "-c program_esp_bins" as a legal command, period
Replies: 1
Views: 144

Re: win openocd.exe ver. v0.12.0-esp32-2025-12-15 does not accept "-c program_esp_bins" as a legal command, period

Hi,
I encountered the same issue after updating my Eclipse-based ESP-IDE.
I my case the definition of the target was missing. So, not only the debug-interface has to be specified with e.g. -f interface/ftdi/esp_ftdi.cfg
but also the device itself, e.g. -f target/esp32s3.cfg
That worked for me.

Go to advanced search