Connect to a hw_server - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

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

Users can connect to a hw_server running on a localhost, or remote (as shown below)

session.connect(url="TCP:lentinus15:3121")

If users are debugging remotely where the host machine and target device are not on the same machine, then it is recommended to use a symbol server

session.connect("--symbol", url="TCP:lentinus15:3121")