DART-6UL Ethernet: Difference between revisions

From Variscite Wiki
No edit summary
Line 18: Line 18:


= Using only one Ethernet port =
= Using only one Ethernet port =
{{#lst:Yocto_Platform_Customization|{{#var:6UL_USING_ONE_ETH_PORT}}}}

Revision as of 12:31, 28 October 2019

DART-6UL - Ethernet

Testing

There are two 100MB/s ports on the kit, eth0 & eth1.

On Host:

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

On Client:

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

Using only one Ethernet port