-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTDI DEXT installation : Open OCD fails on MAC OS 11.5.2 (OCD-407) #179
Comments
Could you check if 4 JTAG jumpers are installed as shown in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-wrover-kit.html#setup-options? To make sure that the application is not reconfiguring any of the JTAG pins for a different purpose, could you try flashing e.g. the |
I am trying to debug hello_world example. I checked the connections and they seem fine . I am using the connections below . I loaded the com.ftdi.vcp.dext from DriverExtensions folder and after that its able to recognize one of the port I guess but I am still getting this error MTDO / GPIO15 | TDO Info : JTAG tap: esp32.cpu0 tap/device found: 0x00000001 (mfg: 0x000 (), part: 0x0000, ver: 0x0) |
@rohiniramegowda Closing this. If you still have an issue, feel free to re-open. |
Environment
Problem Description
Steps to reproduce the behavior:
Hi ,
I am trying to setup the debugger on ESP WROVER E Kit and I have ESP Prog . I realized that this version of mac does not support kext but dext. I have the beta version downloaded from site and ran it in my application folder .
I have the port recognized as
cu.usbserial-14220
cu.usbserial-1423100
cu.usbserial-1423101
tty.usbserial-14220
tty.usbserial-1423100
tty.usbserial-1423101
When I run open OCD I still get the below error . I am trying this on Command line. Am I missing something ? Is there any documentation I can refer to ?
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
Info : clock speed 20000 kHz
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Error: Trying to use configured scan chain anyway...
Error: esp32.cpu0: IR capture error; saw 0x00 not 0x01
Warn : Bypassing JTAG setup events due to errors
Info : Listening on port 3333 for gdb connections
The text was updated successfully, but these errors were encountered: