VAR-SOM-AM43 Ethernet: Difference between revisions

From Variscite Wiki
Line 10: Line 10:
</pre>
</pre>
On Host:
On Host:
<pre>$ iperf -c 192.168.1.189 -u -b1000M -w4KB
<pre>$ iperf -c 192.168.1.82 -u -b450M
</pre>
</pre>

Revision as of 16:42, 23 December 2015

On SOM Gbit Ethernet - ETH0

Please follow the instructions below to activate the ETH0 device and acquire IP for testing.
On Target:

$ ifconfig eth1 down
$ ifconfig eth0 up
$ udhcpc -i eth0
$ ifconfig 
$ iperf -s -u

On Host:

$ iperf -c 192.168.1.82 -u -b450M