VAR-SOM-AM43 Ethernet

From Variscite Wiki
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