VAR-SOM-AM43 GBIT Ethernet: Difference between revisions

From Variscite Wiki
Line 3: Line 3:
In Uboot an autodetect mechanism will detect the type of module used and select the right .dtb accordingly.<br>
In Uboot an autodetect mechanism will detect the type of module used and select the right .dtb accordingly.<br>
For a module with WiFi var-som-am43.dtb is selected, for a module without WiFi var-som-am43-eth1.dtb is selected.<br>
For a module with WiFi var-som-am43.dtb is selected, for a module without WiFi var-som-am43-eth1.dtb is selected.<br>
Fot testing ETH1 Please follow the instructions below:<br>
Fot testing ETH1 Please follow the instructions below:<br>


Activate the ETH1 device and acquire IP for testing.  
Activate the ETH1 device and acquire IP for testing.<br>
On Target:
On Target:
<pre>
<pre>

Revision as of 09:21, 24 December 2015

On Carrier Gbit Ethernet - ETH1

This Ethenet interface is available only if the VAR-SOM-AM43 device is without a WiFi module.
In Uboot an autodetect mechanism will detect the type of module used and select the right .dtb accordingly.
For a module with WiFi var-som-am43.dtb is selected, for a module without WiFi var-som-am43-eth1.dtb is selected.

Fot testing ETH1 Please follow the instructions below:

Activate the ETH1 device and acquire IP for testing.
On Target:

$ ifconfig eth0 down
$ ifconfig eth1 up
$ udhcpc -i eth1
$ ifconfig 
$ iperf -s -u

On Host:

$ iperf -c 192.168.1.82 -u -b450M