DART-6UL Ethernet: Difference between revisions

From Variscite Wiki
(Created page with "{{PageHeader|DART-6UL - Ethernet}} {{DocImage|category1=DART-6UL|category2=Yocto}} __toc__ On Target: <pre>$ ifconfig $ iperf -s -u </pre> On Host: <pre>$ iperf -c 192.168.1.1...")
 
No edit summary
Line 1: Line 1:
{{PageHeader|DART-6UL - Ethernet}} {{DocImage|category1=DART-6UL|category2=Yocto}} __toc__
{{PageHeader|DART-6UL - Ethernet}} {{DocImage|category1=DART-6UL|category2=Yocto}} __toc__
There are 2 100B/s ports on the kit. eth0, eth1.
Make sure you don't connect both of them to the same network.
On Target:
On Target:
<pre>$ ifconfig
<pre>$ ifconfig
Line 5: Line 8:
</pre>
</pre>
On Host:
On Host:
<pre>$ iperf -c 192.168.1.189 -u -b400M
<pre>$ iperf -c 192.168.1.189 -u -b90M
</pre>
</pre>

Revision as of 15:27, 27 December 2015

DART-6UL - Ethernet

There are 2 100B/s ports on the kit. eth0, eth1. Make sure you don't connect both of them to the same network.

On Target:

$ ifconfig
$ iperf -s -u

On Host:

$ iperf -c 192.168.1.189 -u -b90M