VAR-SOM-MX7 Ethernet: Difference between revisions
From Variscite Wiki
(Created page with "{{PageHeader|VAR-SOM-MX7 - Ethernet}} {{DocImage|category1=VAR-SOM-MX7|category2=Yocto}} __toc__ There are 2 Gigabit Ethernet ports on the kit, eth0 and eth1.<br> Make sure yo...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-MX7 - Ethernet}} {{DocImage|category1=VAR-SOM-MX7|category2=Yocto}} __toc__ | {{PageHeader|VAR-SOM-MX7 - Ethernet}} {{DocImage|category1=VAR-SOM-MX7|category2=Yocto}} __toc__ | ||
There are 2 Gigabit Ethernet ports on the kit, | There are 2 Gigabit Ethernet ports on the kit, ETH1 and ETH2.<br> | ||
Make sure you don't connect both of them to the same network.<br> | Make sure you don't connect both of them to the same network.<br> | ||
<br> | <br> |
Revision as of 11:46, 4 September 2016
VAR-SOM-MX7 - Ethernet
There are 2 Gigabit Ethernet ports on the kit, ETH1 and ETH2.
Make sure you don't connect both of them to the same network.
To run a performance test:
iperf server (on Target/Host):
$ ifconfig (to get the IP address) $ iperf -s -u
iperf client (on Host/Target):
$ iperf -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b1000M