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/2962
-- gerrit commit a2cecd2f09e0e0262d3a27dbf19f835b69b9215f Author: Tim 'mithro' Ansell <[email protected]> Date: Sun Sep 27 20:54:07 2015 +1000 Adding the Digilent Atlys board. The board is supported via the ixo-usb-jtag firmware. Change-Id: I1e8a5ead850c0843b8532a5b54a7e7117778278e Signed-off-by: Tim 'mithro' Ansell <[email protected]> diff --git a/tcl/board/digilent_atlys.cfg b/tcl/board/digilent_atlys.cfg new file mode 100644 index 0000000..76439e6 --- /dev/null +++ b/tcl/board/digilent_atlys.cfg @@ -0,0 +1,17 @@ +# http://digilentinc.com/atlys/ +# +# The Digilent Atlys normally requires proprietary tools to program and will +# enumerate as; +# ID 1443:0007 Digilent Development board JTAG +# +# However, the ixo-usb-jtag project provides an alternative open firmware for +# the on board programmer. When using thie firmware the board will then +# enumerate as; +# ID 16c0:06ad Van Ooijen Technische Informatica +# (With SerialNumber == hw_nexys) +# +# See the interface/usb-jtag.cfg for more information. + +source [find interface/usb-jtag.cfg] +source [find cpld/xilinx-xc6s.cfg] +source [find cpld/jtagspi.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
