You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB
Groff

.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH jtag 1 "DECEMBER 2007" UrJTAG "User Manuals"
.SH NAME
jtag \- UrJTAG command shell
.SH SYNOPSIS
.B jtag
[\-hnv]
.I file
.B ...
.SH DESCRIPTION
UrJTAG is a software package which enables working with JTAG-aware (IEEE
1149.1) hardware devices (parts) and boards through JTAG adapter.
.SH OPTIONS
.TP
.I \-h, \-\-help
Display a short help text and exit
.TP
.I \-n, \-\-norc
Disable reading ~/.jtag/rc on startup
.TP
.I \-v, \-\-version
Display version information and exit
.SH FILES
.PP
.I ~/jtag/rc
.IP
A per-user text file containing jtag commands to execute at startup.
.PP
.I /usr/share/jtag
.IP
Data files about various CPUs, flash chips etc.
.SH BUGS
Bugs are tracked at the project homepage, http://www.urjtag.org
.SH "SEE ALSO"
.BR bsdl2jtag (1)
.SH AUTHORS
Authors and contributors are listed in the AUTHORS and THANKS files in
the source documentation.
.SH HISTORY
JTAG Tools originally have been developed as part of the openwince project by
Marcel Telka. The became an independent project named UrJTAG in late 2007.