VAR-SOM-MX7 Ethernet: Difference between revisions

From Variscite Wiki
No edit summary
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, ETH1 and ETH2.<br>
There are two 1Gigabit Ethernet ports on the kit, ETH1 and ETH2.<br>
Make sure you don't connect both of them to the same network.<br>
<br>
<br>
To run a performance test:<br>
To run a performance test:<br>
iperf server (on Target/Host):
iperf3 server (on Target/Host):
<pre>
<pre>
$ ifconfig  (to get the IP address)
$ ifconfig  (to get the IP address)
$ iperf -s -u
$ iperf3 -s -u
</pre>
</pre>


iperf client (on Host/Target):
iperf3 client (on Host/Target):
<pre>
<pre>
$ iperf -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b1000M
$ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b 1000M
</pre>
</pre>

Revision as of 12:12, 14 December 2016

VAR-SOM-MX7 - Ethernet

There are two 1Gigabit Ethernet ports on the kit, ETH1 and ETH2.

To run a performance test:
iperf3 server (on Target/Host):

$ ifconfig  (to get the IP address)
$ iperf3 -s -u

iperf3 client (on Host/Target):

$ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b 1000M