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
Error: Can't find interface/ftdi/esp32_devkitj_v1.cfg in procedure 'script'
-
- Posts: 41
- Joined: Thu Feb 28, 2019 12:21 pm
-
- Posts: 69
- Joined: Thu Nov 01, 2018 8:32 am
Re: Error: Can't find interface/ftdi/esp32_devkitj_v1.cfg in procedure 'script'
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:
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
Who is online
Users browsing this forum: No registered users and 81 guests