Connect PC and ZCu104 directly using ethernet cable
- Connect the ZCU104 board and PC with ethernet cable. BECAREFUL use ethernet card, not USB_ETH adapter
- Configure the ip address of ZCU104 by the following command
vi /etc/network/interfaces
and replace the line
iface eth0 inet dhcp
with the following setting
iface eth0 inet static address 192.168.1.22 netmask 255.255.255.0 network 192.168.1.0 gateway 192.168.1.11
- Set the ip address of host PC as following
auto <YOUR_ETH_CARD> iface <YOUR_ETH_CARD> inet static address 192.168.1.11 netmask 255.255.255.0
- Ping the ip adress of each other