I'm trying to bring up my connection to the JTAG and get this error:
Code: Select all
openocd -f board/esp32-wrover-kit-3.3v.cfg
Open On-Chip Debugger 0.11.0-g8e3c38f (2023-12-01-13:56)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
/Users/tennis/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts/interface/ftdi/esp32_devkitj_v1.cfg:8: Error: invalid command name "ftdi"
in procedure 'script'
at file "embedded:startup.tcl", line 26
at file "/Users/tennis/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts/board/esp32-wrover-kit-3.3v.cfg", line 11
at file "/Users/tennis/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts/interface/ftdi/esp32_devkitj_v1.cfg", line 8
Code: Select all
sudo kextunload -b com.FTDI.driver.FTDIUSBSerialDriver
Executing: /usr/bin/kmutil unload -b com.FTDI.driver.FTDIUSBSerialDriver
Error Domain=KMErrorDomain Code=3 "Error occurred unloading extensions: Missing extension with identifier com.FTDI.driver.FTDIUSBSerialDriver : Could not find: Extension with identifier 'com.FTDI.driver.FTDIUSBSerialDriver' not found" UserInfo={NSLocalizedDescription=Error occurred unloading extensions: Missing extension with identifier com.FTDI.driver.FTDIUSBSerialDriver : Could not find: Extension with identifier 'com.FTDI.driver.FTDIUSBSerialDriver' not found}
Thanks in advance,
-Tennis