Updated Floss-JTAG config file to support v0.3 and newer. Also added noeeprom version of the config file for older versions of Floss-JTAG.
This commit is contained in:
committed by
Øyvind Harboe
parent
9a04974131
commit
a9d0b3de44
19
tcl/interface/flossjtag-noeeprom.cfg
Normal file
19
tcl/interface/flossjtag-noeeprom.cfg
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# FlossJTAG
|
||||
#
|
||||
# http://github.com/esden/floss-jtag
|
||||
#
|
||||
# This is the pre v0.3 Floss-JTAG compatible config file. It can also be used
|
||||
# for newer versions of Floss-JTAG with empty or not populated eeprom. If you
|
||||
# have several Floss-JTAG connected you have to use the usb id to select a
|
||||
# specific one.
|
||||
#
|
||||
# If you have a Floss-JTAG WITH eeprom that is programmed use flossjtag.cfg
|
||||
# file.
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
ft2232_device_desc "Dual RS232-HS"
|
||||
ft2232_layout "usbjtag"
|
||||
ft2232_latency 2
|
||||
Reference in New Issue
Block a user