This is an automated email from Gerrit. Tim Ansell ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2961
-- gerrit commit 20aeb7a17b1c81b404533c489326c7a5172bd4aa Author: Tim 'mithro' Ansell <[email protected]> Date: Sun Sep 27 20:33:59 2015 +1000 Setting lowlevel driver for ixo-usb-jtag and adding documentation. Change-Id: Ia9878de566b3c8c1ea29f129287d5aea904d861d Signed-off-by: Tim 'mithro' Ansell <[email protected]> diff --git a/tcl/interface/usb-jtag.cfg b/tcl/interface/usb-jtag.cfg index f0164ca..1237cf6 100644 --- a/tcl/interface/usb-jtag.cfg +++ b/tcl/interface/usb-jtag.cfg @@ -1,9 +1,22 @@ +# ixo-usb-jtag - Emulation of a Altera Bus Blaster I on a Cypress FX2 IC. # -# Kolja Waschk's USB-JTAG +# The ixo-usb-jtag firmware can be loaded onto a bunch of different hardware +# including; +# * Xilinx USB Platform Cable +# * Many Digilent boards such as the Nexys, Nexys 2 and Atlys boards +# * Many fpga4fun.com boards from such as the Saxo and Xylo boards +# * The Numato Opsis # -# http://www.ixo.de/info/usb_jtag/ +# Original website - http://www.ixo.de/info/usb_jtag/ +# Older version - http://ixo-jtag.sourceforge.net/ +# Newest version - http://www.ixo.de/info/usb_jtag/ # +# Packages with prebuilt firmware and udev rules for Ubuntu can be found at +# https://launchpad.net/~timvideos/+archive/ubuntu/fpga-support interface usb_blaster usb_blaster_vid_pid 0x16C0 0x06AD -usb_blaster_device_desc "USB-JTAG-IF" +usb_blaster_device_desc "Van Ooijen Technische Informatica" +# ixo-usb-jtag is only compatible with the ublast1 protocol implemented via the +# ftdi or ftd2xx modes, using ublast2 will cause openocd to hang. +usb_blaster_lowlevel_driver ftdi -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
