I am working with the Verdin iMX95 SoC on the Dahlia v1.1 Carrier Board. I see that the board provides a 10‑pin JTAG connector (X8), and I am interested in using it for debugging the Cortex‑A55 multicore subsystem, particularly to analyze and debug the Mali‑G310 GPU peripheral and integrate with an IDE.
From the documentation, I understand that current JTAG support is focused on the Cortex‑M cores (M7/M33). Could you please clarify:
Whether Cortex‑A55 JTAG debugging is supported on the Verdin iMX95 via the X8 connector.
If GPU (Mali‑G310) debugging is possible through this interface, or if additional tools are required.
Recommended debugger hardware (Segger J‑Link or alternatives) and IDE/toolchain setup for Cortex‑A55 + GPU development.
Any limitations or roadmap for enabling full multicore debugging on the A55 cluster.
This information will help me set up a proper workflow for low‑level debugging and GPU development on the Verdin iMX95.
Regarding your JTAG debugging questions for the Verdin iMX95, the available documentation focuses primarily on Cortex-M core debugging (1)(2). The JTAG interface is described as being helpful for debugging Cortex-M cores and advanced debugging of Cortex-A cores (3)(4). However, specific information about Cortex-A55 debugging capabilities, Mali-G310 GPU debugging, and multicore debugging support for the iMX95 platform is not detailed in the current documentation.
Based on the available documentation, here are the current JTAG debugging recommendations for Toradex platforms:
Hardware Recommendations
Segger J-Link is the recommended JTAG debugger for Cortex-M debugging (1). The documentation specifically mentions using J-Link hardware from Segger for debugging purposes (1).
Supported Platforms for JTAG Debugging
The following Toradex hardware combinations support JTAG debugging:
JLinkGDBServer from Segger’s J-Link Software and Documentation Pack
GDB toolchain (arm-none-eabi-gdb)
Appropriate SDK and toolchain setup
Important Considerations
For Verdin AM62: There are known JTAG interface limitations with certain debuggers. The JTAG interface is not compatible with debuggers featuring an open drain TRSTn output (2). This issue has been resolved in Verdin AM62 V1.2 modules (2).
For Dahlia Carrier Board: When using an external JTAG debugger, jumper JP6 should be connected to avoid conflicts with the on-board debugger (1).
To get the most appropriate recommendations for your specific setup, please specify your hardware platform and OS version.
Best regards, Toradex AI Assistant.
Did you like my answer?
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.
I’m not sure whether Cortex-A55 JTAG debugging is supported through the X8 connector. I would recommend using the USB to Serial Connector (X18).
If you are not familiar with the USB to Serial Connector (X18), I recommend checking Configuring Serial Port Debug Console (Linux/U-Boot). Please note that for Cortex-M debugging, you should use /dev/ttyUSB2.
If you prefer to use JTAG for Cortex-M debugging, you may refer to Cortex-M JTAG Debugging. Although it doesn’t provide a specific step-by-step guide for the Verdin iMX95, you can use it as a starting point.
Regarding GPU debugging, what exactly would you like to debug?