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 ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= On SOM Gbit Ethernet - ETH0 =
{{PageHeader|VAR-SOM-AM43 - On SOM Gbit Ethernet - ETH0}} {{DocImage|category1=VAR-SOM-AM43|category2=Yocto}} __toc__
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>
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>

Latest revision as of 13:17, 24 December 2015

VAR-SOM-AM43 - 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