Launching jtagterminal - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2025-12-05
Version
2025.2 English

If users have the STDIN/OUT set to coresight in the BSP settings in Vitis. Then launch the jtagterminal. For example, below is for Versal

a72 = session.targets("--set", filter="name =~ *Cortex-A72 #0*")
a72.jtagterminal()

To stop the jtagterminal

a72.jtagterminal(--stop)