logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jtag - UrJTAG command shell

Arguments

       If arguments remain after option processing, they are taken as names of files containing  JTAG  commands,
       one  per  line. Unless the --interactive option was specified, the program will exit after processing the
       commands from the file[s].

Authors

       Authors and contributors are listed in the AUTHORS and THANKS files in the source documentation.

Bugs

       Bugs are tracked at the project homepage, http://www.urjtag.org.

Description

       UrJTAG is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts)
       and boards through JTAG adapter.

Files

~/.jtag/rc

              A per-user text file containing JTAG commands to execute at startup.

       /usr/share/urjtag

              Data files about various CPUs, flash chips etc.

History

       JTAG Tools originally have been developed as part of the openwince project by Marcel Telka.  They  became
       an independent project named UrJTAG in late 2007.

UrJTAG                                            April 7, 2009                                          jtag(1)

Name

       jtag - UrJTAG command shell

Options

-h,--help
              Display a short help text and exit.

       -i,--interactive
              Enter  interactive  mode  after executing commands from files (this is the default if no files are
              named on the command line).

       -n,--norc
              Disable reading ~/.jtag/rc on startup.

       -q,--quiet
              Do not print help on startup.

       -v,--version
              Display version information and exit.

See Also

bsdl2jtag(1)

Synopsis

jtag [-hinqv] file...

See Also