VAR-SOM-MX7 Ethernet

From Variscite Wiki
Revision as of 11:44, 4 September 2016 by Eran (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VAR-SOM-MX7 - Ethernet

There are 2 Gigabit Ethernet ports on the kit, eth0 and eth1.
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