OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [doc/] [INSTALL_urjtag.txt] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 wfjm
# $Id: INSTALL_urjtag.txt 467 2013-01-02 19:49:05Z mueller $
2
 
3
The w11 project uses the open source JTAG Access software from the
4
SourceForge project
5
 
6
  urjtag
7
 
8
for configuring FPGA over the Cypress FX2 USB Interface available on Digilent
9
Nexys2, Nexys3 and Atlys boards.
10
 
11
The most recent version works fine. This version is delivered with
12
Ubuntu 12.04 LTS and later Ubuntu versions. In this case simply install the
13
package 'urjtag'. Try the command
14
 
15
  jtag
16
 
17
it should print
18
 
19
  UrJTAG 0.10 #2007
20
 
21
and show a version number of '#2007' or higher.
22
 
23
Old versions unfortunately have a string size limitation problem with can
24
lead to problems when used with Digilent S3BOARDS (or other cases with
25
multiple devices in the jtag chain). Therefore for
26
 
27
  Debian Squeeze and older
28
  Ubuntu 11.10 (oneiric) and older
29
 
30
or if the 'jtag' command prints something like
31
 
32
  UrJTAG 0.10 #1502
33
  UrJTAG 0.9 #1476
34
 
35
it is advisible to install the urjtag software from sources.
36
 
37
Simlest is to install an up-to-date version directly from the SourceForge
38
svn repository, start at
39
  http://sourceforge.net/scm/?type=svn&group_id=193266&source=navbar
40
do a 'svn co' for revision 2007 or later, build and install.
41
 
42
Alternatively start with the V0.10 (rev #1502) tarball available from
43
  http://sourceforge.net/projects/urjtag/files/?source=navbar
44
and download
45
  urjtag-0.10.tar.gz            (dated 2009-04-17)
46
 
47
Change in file src/cmd/parse.c the line
48
 
49
  #define MAXINPUTLINE 100    /* Maximum input line length */
50
 
51
and replace '100' with '512', build and install.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.