Hi,

I have just been testing interface/ftdi/dlp-usb1232h.cfg connected to a 
RaspberryPi and so far it seem to work ok.  Got to rebuild the kernel 
with debug symbols and get gdb going but so far it seem to work ok.  I 
can halt the target, step, look at registers etc from the telnet interface.

Only very minor changes
- comment out ftdi_device_desc or use the appropriate iProduct string 
shown for the adapter in the output of lsusb -v.  For me the 
ftdi_device_desc that I used below worked fine.
- remove warning in output by selecting jtag transport.

#
# DLP Design DLP-USB1232H USB-to-UART/FIFO interface module
#
# http://www.dlpdesign.com/usb/usb1232h.shtml
#
# Schematics for OpenOCD usage:
# http://randomprojects.org/wiki/DLP-USB1232H_and_OpenOCD_based_JTAG_adapter
#

echo "WARNING!"
echo "This file was not tested with real interface, it is based on 
schematics and code"
echo "in ft2232.c. Please report your experience with this file to 
openocd-devel"
echo "mailing list, so it could be marked as working or fixed."

interface ftdi
transport select jtag
ftdi_device_desc FT2232C Dual USB-UART/FIFO IC
ftdi_vid_pid 0x0403 0x6010

ftdi_layout_init 0x0008 0x000b
ftdi_layout_signal nTRST -data 0x0010 -oe 0x0010
ftdi_layout_signal nSRST -data 0x0040 -oe 0x0040


Cheers,

Peter

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to