Setting Up Open OCD on Mac - Unknown target type ESP108
Posted: Thu Apr 13, 2017 11:12 am
I'm struggling to get OpenOCD running on OSX.
I've copied and edited esp32.cfg as described here:
https://github.com/espressif/esp-idf/bl ... penocd.rst
When I run it I get:
So it seems to be finding the esp32,cfg in the target directory but esp108 remains undefined. Any suggestions?
I've copied and edited esp32.cfg as described here:
https://github.com/espressif/esp-idf/bl ... penocd.rst
When I run it I get:
openocd -s ./tcl -f esp32.cfg
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 200 kHz
embedded:startup.tcl:21: Error: Unknown target type esp108, try one of arm7tdmi, arm9tdmi, arm920t, arm720t, arm966e, arm946e, arm926ejs, fa526, feroceon, dragonite, xscale, cortex_m, cortex_a, cortex_r4, arm11, ls1_sap, mips_m4k, avr, dsp563xx, dsp5680xx, testee, avr32_ap7k, hla_target, nds32_v2, nds32_v3, nds32_v3m, or1k, quark_x10xx, or quark_d20xx
in procedure 'script'
at file "embedded:startup.tcl", line 60
at file "esp32.cfg", line 38
in procedure 'target' called at file "./tcl/target/esp32.cfg", line 73
in procedure 'ocd_bouncer'
at file "embedded:startup.tcl", line 21
So it seems to be finding the esp32,cfg in the target directory but esp108 remains undefined. Any suggestions?