This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2029
-- gerrit commit 132d5847eb6040095832e4c7dbf7daa6744e5355 Author: Paul Fertser <[email protected]> Date: Thu Mar 6 16:55:13 2014 +0400 tcl/interface/ftdi: add Digilent JTAG-SMT2 config Tested on ZedBoard by Tim Sander. Change-Id: I4316d9b4d36f01bbe91a46c78ea8bca22efb1a5a Signed-off-by: Paul Fertser <[email protected]> diff --git a/tcl/interface/ftdi/digilent_jtag_smt2.cfg b/tcl/interface/ftdi/digilent_jtag_smt2.cfg new file mode 100644 index 0000000..014fe14 --- /dev/null +++ b/tcl/interface/ftdi/digilent_jtag_smt2.cfg @@ -0,0 +1,17 @@ +# +# Digilent JTAG-SMT2 +# +# http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,395,1053&Prod=JTAG-SMT2 +# +# Config is based on data from +# http://electronix.ru/forum/index.php?showtopic=114633&view=findpost&p=1215497 and ZedBoard schematics +# + +interface ftdi +ftdi_vid_pid 0x0403 0x6014 + +ftdi_layout_init 0x2088 0x3f8b +ftdi_layout_signal nSRST -data 0x2000 +ftdi_layout_signal GPIO2 -data 0x2000 +ftdi_layout_signal GPIO1 -data 0x0200 +ftdi_layout_signal GPIO0 -data 0x0100 -- ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
