Olimex Open Source Hardware Embedded ARM Linux single board computer with Allwinner A10 Cortex-A8 A10-OLINUXINO-LIME A10-OLinuXino-LIME 用户手册

产品代码
A10-OLinuXino-LIME
下载
页码 42
OLIMEX© 2014
A10-OLinuXino-LIME user's manual
8.4 Frequently asked questions
Q: I power my board, it shows a logo and then nothing happens.
A: This might be due to a number of reasons but it is recommended to try the following:
1. Download latest official image from our wiki (either Android or Debian for SD card), and upload
it to an SD card again. There are instructions how to do it in the other questions below. Try if the 
board works now.
2. Check if your power supply provides enough current, try with different/better power supply.
3. Check the USB hub you are using, plug the USB cable directly to the back of your personal 
computer, check the USB cable.
4. The board might enter sleep mode very fast (especially if the Android was turned off without the 
“Quick Boot” mode being ticked on). Try pressing or holding down the PWR button for a couple of 
seconds to wake it up.
Q: How do I write the Linux image to a micro SD card to use with my A10 board?
A: To write a Linux image to an SD card under Windows we use Win32 Disk Imager:
Download Win32 Disk Imager software
Insert card
Start program
Select file
Click "write"
To write a Linux image to an SD card under Linux:
For instance you have an image with the file name of "debian_2g.img". It would be downloaded to 
the SD card connected to a Linux machine using one of the following commands:
# dd bs=4M oflag=sync if=debian_2g.img of=/dev/sdX
or
# cp debian_2g.img /dev/sdX
where X is the uSD card.
Q: How to detect and enable the Ethernet controller (if it is disabled by default)?
A: You can enable it by following these two steps:
1. To check under what name the LAN is associated write "ifconfig –a"
2. If, for example, it is under eth0 name, then write: "dhclient eth0"
This should enable the Ethernet and then SSH would also be available.
Page 40 of 42