A10s-OLinuXino-MICRO

Revision as of 00:34, 23 August 2013 by LubOlimex (talk | contribs) (FAQ)

Official Images from OLIMEX

Linux

A10S Debian 4GB SD-card image release-7 with:

  • Linux Kernel 3.0.52+
  • XFCE4 desktop environment
  • Mplayer CLI
  • GCC 4.6
  • iceweasel WEB browser
  • LCD and touchscreen support
  • GPIO
  • I2C
  • SPI
  • USB WIFI RTL8188CU, Ethernet AX88772B
  • Audio
  • apache2
  • dpkg
  • git
  • i2c-tools
  • perl
  • vlc
  • xorg
  • Scratch
  • GCC
  • Python 2.7.3
  • PyA13 python module with GPIO,I2C,SPI support
  • OpenCV
  • Default Login: root/passowrd


Note: the A10S-OLinuXino-SD card which we have on our webshop contain same image on 4GB Class10 fast micro sd-card, if you want to use this image please use Class10 fast card or the performance of Linux will slow down

Android

A10S Android NAND image with HDMI

  • Android_version - 4.0.3
  • Baseband version - 1.2
  • Kernel version 3.0.8+


A10S-OLinuXino-MICRO Android SD-CARD image with HDMI

You have to unrar the file and write the image on 4GB sd card. We recommend class 10 card. You can use dd (under linux) or Win32DiskImager.exe (under Windows) for image writing.

  • Android_version - 4.0.3
  • Baseband version - 1.2
  • Kernel version 3.0.8+
  • VGA 800x600 pixels

Documents

User's manual: https://www.olimex.com/Products/OLinuXino/A10S/_resources/A10s-OLinuXino-Micro.pdf

How to build Linux for A10s from scratch: http://olimex.wordpress.com/2013/06/19/building-linux-for-a10s-from-scratch/

Hardware

Under construction

Software

The image in the Nand flash can be updated using the tools found at the following links:

LiveSuit official page

LiveSuit for Windows


A10S Android 4.2.2 SDK used to generate the Android image

A10S-SDK


Projects

Under construction

FAQ

Q: How to download new Android image to the NAND memory of my A10s board?

A: To repair the image on the NAND re-upload it following these steps:

1. Download, install and start LiveSuit (download location might be found above the article)

2. Hold down “BOOT/REC” button on the board

3. Connect the board to the computer via the mini connector of the USB-OTG

5. Release “BOOT/REC” button

6. You will be asked for drivers for the bootloader. Navigate to the folder where you extracted the LiveSuit and install the drivers from the respective executables (or manually point the installer to the drivers folder in the LiveSuit installation path).

7. Choose the image you have prepared or downloaded

8. Update and don't disconnect the board until the LiveSuit program confirms the update is complete


Q: How do I upload a Linux image to an SD card which I want to use with my A10s board?

A: To write a Linux image to an SD card under Windows we use Win32 Disk Imager:

  • Download Win32 Disk Imager Win32 Disk Imager
  • 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.