Launching jtagterminal - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English

If users have the STDIN/OUT set to coresight in the BSP settings in Vitis. Then luanch 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)