VAR-SOM-AM43 Ethernet: Difference between revisions

From Variscite Wiki
(Created page with "= On SOM Gbit Ethernet - ETH0 = Please follow the instructions below to activate the ETH0 device and acquire IP for testing. On Target: <pre> $ ifconfig eth1 down $ ifconfig ...")
 
Line 1: Line 1:
= On SOM Gbit Ethernet - ETH0 =
= On SOM Gbit Ethernet - ETH0 =
Please follow the instructions below to activate the ETH0 device and acquire IP for testing.  
Please follow the instructions below to activate the ETH0 device and acquire IP for testing.</br>
On Target:
On Target:
<pre>
<pre>

Revision as of 16:40, 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.189 -u -b1000M -w4KB