From: Joris v. R. <jo...@sr...> - 2011-08-05 19:55:43
|
On 2011-07-29, Joris van Rantwijk <jo...@sr...> wrote: > The JTAG HS1 cable from Digilent looks interesting; cheap, fast and > compact. However it seems to use a closed protocol. > http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,395,922&Prod=JTAG-HS1 For the record: It turns out that the cable is based on an FT2232 chip. XC3SProg already supports FTDI-based cables, but this HS1 cable is wired slightly differently. It can be supported by adding the following line to the cable database, cablelist.txt: jtaghs1 ftdi 0x0403:0x6010::0:0x80:0x80:0x00:0x0 1500000 The cable can then be accessed as "xc3sprog -c jtaghs1 ...." It seems to work very well, although I have only tested with one board so far. Uwe, could you add this line to the cable file in the repository? Thanks, Joris van Rantwijk. |