Connecting to Physical Board - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English
  • Set your host machine’s Ethernet address to a static IP (suggested: 192.168.1.10).

  • Using the serial terminal, configure the board’s IP address to 192.168.1.11:

    ifconfig eth0 192.168.1.11
    

    Note: This can be any address other than the one that the host is configured to on the same Subnet LAN.

  • Ping the host machine using the terminal to verify connectivity.

    ping 192.168.1.10 –c 1