OLIMEX© 2015
A13-SOM user's manual
8.4 Frequently asked questions
Q: I powered my board, it showed a logo and then nothing happened. What might be the
problem?
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 (preferably 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. If using A13-SOM-WIFI, please 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 A13 board?
A: First visit the wiki article for the board and download the archive with the image. Then write the
Linux image to a microSD card.
Under Windows we use Win32 Disk Imager:
http://sourceforge.net/projects/win32diskimager/
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.
Page 34 of 36