Page 1 of 1

Error: Can't find interface/ftdi/esp32_devkitj_v1.cfg in procedure 'script'

Posted: Mon Mar 04, 2019 11:21 am
by dhananjay.sutariya
Hi all,
I'm tying to Run openocd through after following these steps thoroughly and building openocd from scratch but it is still not running.

Error:
esp/openocd/src$ ./openocd -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg
Open On-Chip Debugger 0.10.0+dev-00703-g21687eb (2019-03-04-16:30)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
embedded:startup.tcl:63: Error: Can't find interface/ftdi/esp32_devkitj_v1.cfg
in procedure 'script'
at file "embedded:startup.tcl", line 63

Re: Error: Can't find interface/ftdi/esp32_devkitj_v1.cfg in procedure 'script'

Posted: Mon Mar 04, 2019 2:52 pm
by ESP_cermak
Hi,

if you run the OpenOCD from git repo, built from sources, then the scripts reside in *tlc* directory
Please note the description below the topic https://docs.espressif.com/projects/esp ... om-sources
about executing openocd:

Code: Select all

src/openocd -s tcl -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg