Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

JTAG Debugging Specifics

JTAG debugging requirements and limitations.

See also:

Platform Closed Chassis Debug User Guide. Sign in to Resource & Documentation Center and search by document number 626623.

JTAG Debugging Requirements

Software debugging over the Joint Test Action Group (JTAG) has some fundamental requirements:

  • A reliable target connection

  • A JTAG-enabled CPU

  • Knowledge of the implementation of the platform being debugged

Reliable Target Connection

With a reliable target connection, the signaling requirements of JTAG are met, and communication at the JTAG protocol level is possible. Additionally, there may be sideband signals that are not part of the generic JTAG spec but are required for debugging Intel(R) processors. Specific requirements for each platform are described in the “Debug Port Design Guide” available from Intel.

JTAG-enabled CPU

Some Intel processors are not factory-enabled for JTAG debugging, while others may limit JTAG-accessible functions depending on fusing, firmware configuration, board strappings, or other factors. Note that “enabled” refers to the processor core, which is required for software debugging. Even if the processor is disabled, it is still possible for the fundamental JTAG connection to work, and access to other SoC resources to be possible.

Platform-specific Knowledge

The last 10% of the solution requires platform-specific knowledge to keep the debugger out of trouble. Examples include knowledge of watchdog timers, memory or flash layout, PCI topology, or other platform implementation-specific details that can inhibit or disrupt the debug session.