1. win10上监视网卡连接状态
    1. 打开一个cmd并执行ping 192.168.2.99 -t
    2. 发现ping通后关闭cmd即可
  2. ssh登陆z2
    1. 打开bash,输入xilinx@192.168.2.99,密码同用户名
    2. 进入后执行myhost=$(< /dev/urandom tr -dc a-z0-9|head -c8;echo);sudo pynq_hostname.sh pynq-$myhost;cat /etc/hostname
    3. 记下终端的输出,那将会是pynq的新hostname,如pynq-hostname
    4. 执行reboot重启z2
  3. 释放win10静态地址
    1. 在之前的powershell中执行$var = Get-NetAdapter -InterfaceDescription "*Ethernet*" -Physical | select -ExpandProperty Name; Remove-NetIPAddress -InterfaceAlias $var -Confirm:$false;select -ExpandProperty Name; Set-NetIPInterface -InterfaceAlias $var -Dhcp Enabled
  4. 将z2和win10连入一个网络
    1. 断开win10上的网线,连入带dhcp的网络中,
    2. win10另外连接,确保可以访问pynq-hostname或者pynq-hostname.<localdomain>