Olimex Open Source Hardware Embedded ARM Linux Single board computer with dual core, dual GPU ALLWINNER A20 CORTEX-A7 with addi A20-OLINUXINO-MICRO-4GB 数据表

产品代码
A20-OLINUXINO-MICRO-4GB
下载
页码 44
OLIMEX© 2013
A20-OLinuXino-MICRO user's manual
6.7 Ethernet
The LAN connectivity is handled by Realtek's RTL8201CP. Some of the features of this 
10/100Mbit controller are:
- 10/100Mbps operation 
„
- Full/half duplex operation
- Supports auto crossover detection
- Adaptive equalization
- IEEE 802.3/802.3u compliant
- Supports IEEE 802.3u clause 28; 1.8V 
- Operation with 3.3V IO signal tolerance
and much more
The Ethernet connector is grounded according to the standard (check GND1 and GND2 lines on the
schematics).
If you use Linux then the Ethernet connector might be used for SSH connection to the board. If you 
lack any other option for debugging it might be hard to guess the correct IP of the board since it has 
DHCP enabled by default (especially if you are in a large network). It is good idea to check the 
default settings by exploring the Linux image settings. Those are usually stored in: 
/etc/network/interfaces 
For DHCP you need to enable auto detection and dhcp as shown below:
auto eth0
iface eth0 inet dhcp
For setting a static address please follow the pattern below: 
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.254 
The EEPROM memory may be used to store the MAC address.
Important: In some Debian images it is possible that the Ethernet doesn't get auto-detected during 
boot-up. This is done on purpose because if there is auto-detection enabled and you don't want to 
use the Ethernet connector or you have forgotten to plug a cable the start-up would be greatly 
delayed. This might be problem in the first start-up to users counting only on SSH connection. You 
can enable the Ethernet after a successful boot-up with:
ifconfing -a
dhclient eth#(as seen after after the ifconfing command)
Important: You can configure static/DHCP-given IP addresses in /etc/network/interfaces
Page 27 of 44