Updated UrJTAG.txt and its representation in the web

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1291 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent fa293d1361
commit 4d661eb682

@ -2,6 +2,8 @@
* data/sigma/smp8634/smp8634, data/sigma/smp8634/STEPPINGS,
data/sigma/PARTS, data/Makefile.am: Added Sigma SMP8634 (andi2k)
* doc/UrJTAG.txt: FAQ about CVS needed for autogen.sh and superuser
rights being needed for running "make install" (frankvh)
2008-06-27 Arnim Laeuger <arniml@users.sourceforge.net>

@ -1404,6 +1404,9 @@ Q. When I type "cable parallel 0x378 DLC5" (in a Cygwin environment) I get "Erro
Q. When running autogen.sh, I get "Can't exec "autopoint": No such file or directory"::
A. You need the headers for gettext (e.g. Debian package "gettext-devel").
Q. When running autogen.sh, it complains about missing CVS::
A. The easiest solution is to actually install CVS for this step, just to get around this error message.
Q. During compilation, I get "svf_bison.y: No such file or directory"::
A. You need "bison".
@ -1417,6 +1420,9 @@ Q. During compilation, I get "src/svf/svf_flex.l", line 27: unrecognized %option
source tarball contains source pregenerated with a current flex version,
you need flex yourself only to compile from fresh SVN checkouts.
Q. When running "make install", I get "Permission denied" errors::
A. If you want to install into a system directory (the default /usr/local is one), you'll have to run "make install" as the superuser, e.g. do "sudo make install".
//========================================================================
== Licensing ==

@ -4,7 +4,7 @@
<book lang="en">
<bookinfo>
<title>Universal JTAG library, server and tools</title>
<date>2008-05-27</date>
<date>2008-06-27</date>
<author>
<firstname>Kolja</firstname>
<othername>Waschk</othername>
@ -12,7 +12,7 @@
</author>
<authorinitials>KW(</authorinitials>
<revhistory><revision><revnumber>1256</revnumber><date>2008-05-27</date><authorinitials>KW(</authorinitials></revision></revhistory>
<revhistory><revision><revnumber>1289</revnumber><date>2008-06-27</date><authorinitials>KW(</authorinitials></revision></revhistory>
</bookinfo>
<chapter id="_copyright">
@ -303,6 +303,11 @@ Amontec JTAGkey
</listitem>
<listitem>
<simpara>
Amontec JTAGkey-Tiny (supported as cable "JTAGkey")
</simpara>
</listitem>
<listitem>
<simpara>
Olimex ARM-USB-JTAG
</simpara>
</listitem>
@ -2446,11 +2451,19 @@ bus_write() - Write access
<important><simpara>Address parameters to the functions listed above specify always
byte locations, independent of the actual data width. The bus driver has to
adjust the address on its own if required.</simpara></important>
<section id="_initialization_2">
<title>Initialization</title>
<section id="_creation">
<title>Creation</title>
<simpara>Upon calling of its bus_new() function, the driver allocates a "bus_t"
structure and performs all required internal initializations.</simpara>
</section>
<section id="_initialization_2">
<title>Initialization</title>
<simpara>After creation of the new "bus_t" structure, the bus_init() function will
be called to give the driver the possibility to initialize it's internal
states or BSR bits as required. Such functionality has been split from
bus_new() since some drivers require to re-initialize during runtime.</simpara>
</section>
<section id="_cleaning_up_2">
<title>Cleaning up</title>
@ -2719,6 +2732,16 @@ Q. When running autogen.sh, I get "Can't exec "autopoint": No such file or direc
</varlistentry>
<varlistentry>
<term>
Q. When running autogen.sh, it complains about missing CVS
</term>
<listitem>
<simpara>
A. The easiest solution is to actually install CVS for this step, just to get around this error message.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
Q. During compilation, I get "svf_bison.y: No such file or directory"
</term>
<listitem>
@ -2751,6 +2774,16 @@ Q. During compilation, I get "src/svf/svf_flex.l", line 27: unrecognized %option
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
Q. When running "make install", I get "Permission denied" errors
</term>
<listitem>
<simpara>
A. If you want to install into a system directory (the default /usr/local is one), you'll have to run "make install" as the superuser, e.g. do "sudo make install".
</simpara>
</listitem>
</varlistentry>
</variablelist>
</chapter>
<chapter id="_licensing">

@ -881,6 +881,11 @@ CLASS="emphasis"
></LI
><LI
><P
>&#13;Amontec JTAGkey-Tiny (supported as cable "JTAGkey")
</P
></LI
><LI
><P
>&#13;Olimex ARM-USB-JTAG
</P
></LI
@ -1648,7 +1653,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN345"
NAME="AEN347"
></A
><TABLE
BORDER="0"
@ -2531,7 +2536,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN600"
NAME="AEN602"
></A
><TABLE
BORDER="0"
@ -2640,7 +2645,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN632"
NAME="AEN634"
></A
><TABLE
BORDER="0"
@ -2788,7 +2793,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN676"
NAME="AEN678"
></A
><TABLE
BORDER="0"
@ -3041,7 +3046,7 @@ CELLPADDING="5"
><DIV
CLASS="sidebar"
><A
NAME="AEN742"
NAME="AEN744"
></A
><P
><B
@ -3422,7 +3427,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN831"
NAME="AEN833"
></A
><TABLE
BORDER="0"
@ -4256,8 +4261,8 @@ CLASS="section"
><HR><H4
CLASS="section"
><A
NAME="_initialization_2"
>4.2.3.1. Initialization</A
NAME="_creation"
>4.2.3.1. Creation</A
></H4
><P
>Upon calling of its bus_new() function, the driver allocates a "bus_t"
@ -4268,8 +4273,22 @@ CLASS="section"
><HR><H4
CLASS="section"
><A
NAME="_initialization_2"
>4.2.3.2. Initialization</A
></H4
><P
>After creation of the new "bus_t" structure, the bus_init() function will
be called to give the driver the possibility to initialize it's internal
states or BSR bits as required. Such functionality has been split from
bus_new() since some drivers require to re-initialize during runtime.</P
></DIV
><DIV
CLASS="section"
><HR><H4
CLASS="section"
><A
NAME="_cleaning_up_2"
>4.2.3.2. Cleaning up</A
>4.2.3.3. Cleaning up</A
></H4
><P
>The driver is supposed to free all allocated memory (including its "bus_t"
@ -4282,7 +4301,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_short_description"
>4.2.3.3. Short description</A
>4.2.3.4. Short description</A
></H4
><P
>Prints a message describing the driver. This function is called by the "print"
@ -4294,7 +4313,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_preparation"
>4.2.3.4. Preparation</A
>4.2.3.5. Preparation</A
></H4
><P
>This function is called whenever a bus operation is initiated. The
@ -4311,7 +4330,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_description_of_the_bus_geometry"
>4.2.3.5. Description of the bus geometry</A
>4.2.3.6. Description of the bus geometry</A
></H4
><P
>At certain stages, the bus driver's bus_area() function is called by other
@ -4354,7 +4373,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_initiate_reading"
>4.2.3.6. Initiate reading</A
>4.2.3.7. Initiate reading</A
></H4
><P
>Since the JTAG state machine defines a capture-shift-update sequence, it is
@ -4369,7 +4388,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_read_access"
>4.2.3.7. Read access</A
>4.2.3.8. Read access</A
></H4
><P
>The bus_read_next() function fetches the read data from the device that has
@ -4436,7 +4455,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_finish_reading"
>4.2.3.8. Finish reading</A
>4.2.3.9. Finish reading</A
></H4
><P
>Function "bus_read_end()" is called at the end of a read sequence. I.e. when
@ -4450,7 +4469,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_atomic_reading"
>4.2.3.9. Atomic reading</A
>4.2.3.10. Atomic reading</A
></H4
><P
>For ease of use, a bus driver has to supply a "bus_read()" function that
@ -4464,7 +4483,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_write_access"
>4.2.3.10. Write access</A
>4.2.3.11. Write access</A
></H4
><P
>This function writes one data element at the specified address. Since this
@ -4655,6 +4674,13 @@ CLASS="literal"
</P
></DD
><DT
>Q. When running autogen.sh, it complains about missing CVS</DT
><DD
><P
>&#13; A. The easiest solution is to actually install CVS for this step, just to get around this error message.
</P
></DD
><DT
>Q. During compilation, I get "svf_bison.y: No such file or directory"</DT
><DD
><P
@ -4679,6 +4705,13 @@ CLASS="literal"
you need flex yourself only to compile from fresh SVN checkouts.
</P
></DD
><DT
>Q. When running "make install", I get "Permission denied" errors</DT
><DD
><P
>&#13; A. If you want to install into a system directory (the default /usr/local is one), you'll have to run "make install" as the superuser, e.g. do "sudo make install".
</P
></DD
></DL
></DIV
></DIV

@ -718,8 +718,8 @@ CLASS="section"
><H3
CLASS="section"
><A
NAME="_initialization_2"
>4.2.3.1. Initialization</A
NAME="_creation"
>4.2.3.1. Creation</A
></H3
><P
>Upon calling of its bus_new() function, the driver allocates a "bus_t"
@ -730,8 +730,22 @@ CLASS="section"
><H3
CLASS="section"
><A
NAME="_initialization_2"
>4.2.3.2. Initialization</A
></H3
><P
>After creation of the new "bus_t" structure, the bus_init() function will
be called to give the driver the possibility to initialize it's internal
states or BSR bits as required. Such functionality has been split from
bus_new() since some drivers require to re-initialize during runtime.</P
></DIV
><DIV
CLASS="section"
><H3
CLASS="section"
><A
NAME="_cleaning_up_2"
>4.2.3.2. Cleaning up</A
>4.2.3.3. Cleaning up</A
></H3
><P
>The driver is supposed to free all allocated memory (including its "bus_t"
@ -744,7 +758,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_short_description"
>4.2.3.3. Short description</A
>4.2.3.4. Short description</A
></H3
><P
>Prints a message describing the driver. This function is called by the "print"
@ -756,7 +770,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_preparation"
>4.2.3.4. Preparation</A
>4.2.3.5. Preparation</A
></H3
><P
>This function is called whenever a bus operation is initiated. The
@ -773,7 +787,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_description_of_the_bus_geometry"
>4.2.3.5. Description of the bus geometry</A
>4.2.3.6. Description of the bus geometry</A
></H3
><P
>At certain stages, the bus driver's bus_area() function is called by other
@ -816,7 +830,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_initiate_reading"
>4.2.3.6. Initiate reading</A
>4.2.3.7. Initiate reading</A
></H3
><P
>Since the JTAG state machine defines a capture-shift-update sequence, it is
@ -831,7 +845,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_read_access"
>4.2.3.7. Read access</A
>4.2.3.8. Read access</A
></H3
><P
>The bus_read_next() function fetches the read data from the device that has
@ -898,7 +912,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_finish_reading"
>4.2.3.8. Finish reading</A
>4.2.3.9. Finish reading</A
></H3
><P
>Function "bus_read_end()" is called at the end of a read sequence. I.e. when
@ -912,7 +926,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_atomic_reading"
>4.2.3.9. Atomic reading</A
>4.2.3.10. Atomic reading</A
></H3
><P
>For ease of use, a bus driver has to supply a "bus_read()" function that
@ -926,7 +940,7 @@ CLASS="section"
CLASS="section"
><A
NAME="_write_access"
>4.2.3.10. Write access</A
>4.2.3.11. Write access</A
></H3
><P
>This function writes one data element at the specified address. Since this

@ -129,6 +129,13 @@ CLASS="literal"
</P
></DD
><DT
>Q. When running autogen.sh, it complains about missing CVS</DT
><DD
><P
>&#13; A. The easiest solution is to actually install CVS for this step, just to get around this error message.
</P
></DD
><DT
>Q. During compilation, I get "svf_bison.y: No such file or directory"</DT
><DD
><P
@ -153,6 +160,13 @@ CLASS="literal"
you need flex yourself only to compile from fresh SVN checkouts.
</P
></DD
><DT
>Q. When running "make install", I get "Permission denied" errors</DT
><DD
><P
>&#13; A. If you want to install into a system directory (the default /usr/local is one), you'll have to run "make install" as the superuser, e.g. do "sudo make install".
</P
></DD
></DL
></DIV
></DIV

@ -99,7 +99,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN831"
NAME="AEN833"
></A
><TABLE
BORDER="0"

@ -95,7 +95,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN345"
NAME="AEN347"
></A
><TABLE
BORDER="0"
@ -978,7 +978,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN600"
NAME="AEN602"
></A
><TABLE
BORDER="0"
@ -1087,7 +1087,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN632"
NAME="AEN634"
></A
><TABLE
BORDER="0"
@ -1235,7 +1235,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN676"
NAME="AEN678"
></A
><TABLE
BORDER="0"
@ -1488,7 +1488,7 @@ CELLPADDING="5"
><DIV
CLASS="sidebar"
><A
NAME="AEN742"
NAME="AEN744"
></A
><P
><B

@ -210,6 +210,11 @@ CLASS="emphasis"
></LI
><LI
><P
>&#13;Amontec JTAGkey-Tiny (supported as cable "JTAGkey")
</P
></LI
><LI
><P
>&#13;Olimex ARM-USB-JTAG
</P
></LI

Loading…
Cancel
Save