1、通过路由器的两条网线连接开发板的接口,输入指令,可看到终端获取两个RGMII网口的IP地址。Target# ifconfig

3、Target# ethtool eth0 //查看网络端口属性为千兆模式

5、在虚拟机Ubuntu下执行:Host# ifconfig可以看到Ubuntu的IP地址为192.168.1.66

7、在开发板终端执行如下指令,可以测试网络传输速度:TCP测试:Target# iperf -c 192.168.1.66 -i 1

9、Target# iperf -u -c 192.168.1.66 -b 1000M -i 1 -w 1M -t 10
