Difference between revisions of "JTAG"

From eLinux.org
Jump to: navigation, search
(added a few JTAG links)
m (Hardware (emulators))
Line 19: Line 19:
 
* [[Cheap Tag]] 5v only parallel port
 
* [[Cheap Tag]] 5v only parallel port
 
* [[Flyswatter]]- USB
 
* [[Flyswatter]]- USB
 +
* [http://www.arm.com/ds5 ARM DS-5] - DS-5 and DSTREAM provide embedded Linux developers with a full professional development suite including Linux-aware JTAG debugger, 4GB non-intrusive trace buffer, the ARM Compiler, accurate ARM virtual platforms, and [http://www.arm.com/streamline Streamline performance analyzer] for Linux
 
* [http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:gnice gnICE] - USB w/full schematics
 
* [http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:gnice gnICE] - USB w/full schematics
 
* [http://www.section5.ch/icebear ICEbear JTAG] - USB
 
* [http://www.section5.ch/icebear ICEbear JTAG] - USB

Revision as of 05:08, 18 January 2012

Joint Test Action Group, referring to IEEE Standard 1149.1: Four-pin (plus power/ground) interface designed to test connections between chips. Interface is serial (clocked via the TCK pin). Configuration is performed by manipulating a state machine one bit at a time (via TMS pin), then transferring one bit of data in and out per TCK clock (via TDI and TDO pins, respectively). Different instruction modes can be loaded to read the chip ID, sample input pins, drive (or float) output pins, manipulate chip functions, or bypass (pipe TDI to TDO to logically shorten chains of multiple chips). Operating frequency varies per chip, but is typically 10-100MHz TCK (10-100ns per bit time). The description of how JTAG is implemented for a specific device is described in a file specific to that device called a BSDL file.

Information

Tutorial

Tutorial from Asset Intertech

Embedded Linux JTAG debugging (CELF presentation)

Hardware (emulators)

Tools