enable ethernet on A20-SOM

Started by habanas, April 15, 2015, 10:47:50 AM

Previous topic - Next topic

habanas

Hi

i working on A20 SOM and i make an interface board to connect ethernet .
how i can enable eth0 on my board ?

my "ifconfig -a"


lo        Link encap:Local Loopback
          LOOPBACK  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

tunl0     Link encap:IPIP Tunnel  HWaddr
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 44:33:4c:80:ce:9a
          inet addr:192.168.20.2  Bcast:192.168.255.255  Mask:255.255.0.0
          inet6 addr: fe80::4633:4cff:fe80:ce9a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:77 errors:0 dropped:994 overruns:0 frame:0
          TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9972 (9.7 KiB)  TX bytes:11804 (11.5 KiB)


thank you

habanas

ok, it's solved.
I just have to enable gmac on my fex

So Now i have a new problem. i can ping other device but i have 30% fail and i cant connect whith ssh .