VAR-SOM-AM33 GBIT Ethernet: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-AM33 - Gbit Ethernet}} {{DocImage|category1=VAR-SOM- | {{PageHeader|VAR-SOM-AM33 - Gbit Ethernet}} {{DocImage|category1=VAR-SOM-AM33|category2=Yocto}} __toc__ | ||
= Gbit Ethernet = | = Gbit Ethernet = | ||
Revision as of 17:22, 24 December 2015
VAR-SOM-AM33 - Gbit Ethernet
Gbit Ethernet
On Target:
First, enable the eth1 Gbit ethernet interface:
$ ifconfig eth1 up $ udhcpc -i eth1
To test the performance of the interface, please type the following on the target:
$ ifconfig $ iperf -s -u
On Host:
$ iperf -c 192.168.1.189 -u -b400M