Hi,
Attempting to use OpenODC 0.4.0 libftdi 0.19 on SuSE 11.3 host with a an Stellaris deceive as my target. The FTDI chip is on our board. It does come up and the silly ftdi_sio gets assigned and i have to remove them manually. My problem is when i start openOCD (previously have used 0.02 under windows) I get the following telling me i have no JTAG device.
Open On-Chip Debugger 0.4.0 (2011-06-30-13:47)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.berlios.de/doc/doxygen/bugs.html
User : 10 1 command.c:539 command_print(): debug_level: 3
Debug: 11 1 configuration.c:45 add_script_search_dir(): adding /root/.openocd
Debug: 12 1 configuration.c:45 add_script_search_dir(): adding /usr/local/share/openocd/site
Debug: 13 1 configuration.c:45 add_script_search_dir(): adding /usr/local/share/openocd/scripts
Debug: 14 1 configuration.c:87 find_file(): found ./openocd.cfg
Debug: 15 1 command.c:133 script_debug(): command - ocd_command ocd_command type ocd_interface ft2232
Debug: 16 1 command.c:133 script_debug(): command - interface ocd_interface ft2232
Error: 18 1 tcl.c:1042 handle_interface_command(): The specified JTAG interface was not found (ft2232)
User : 19 1 command.c:539 command_print(): The following JTAG interfaces are available:
Debug: 20 1 command.c:620 run_command(): Command failed with error code -101
User : 21 1 command.c:824 openocd_jim_vfprintf(): Command handler execution failed
User : 24 1 command.c:824 openocd_jim_vfprintf():
I believe i am missing the item which communicates to the usb device to make it act as a bit bang device. Previously under windows that was libusb. I have libusb0.1 built and installed, but it is not a module that connects to the USB device like the windows driver did (unless i’m mistaken).
Someone have a clue in what step i’m missing or have forgotten to do?
Thanks in advance
Bob