Difference between revisions of "Download"

From ITEAD Wiki
Jump to: navigation, search
m (IBOX / Iteaduino Plus)
m (Images)
Line 14: Line 14:
  
 
===Images===
 
===Images===
 +
 +
'''[http://itead.me/ITEADDownload/images//iteados-A20-debian-xfce-2.0.4-2014-05-13.img.bz2 Itead OS 2.04 for A20]'''
 +
 +
'''[http://itead.me/ITEADDownload/images/iteados-A10-debian-xfce-2.0.4-2014-05-13.img.bz2 Itead OS 2.04 for A10]'''
 +
 +
Features:
 +
 +
* added SPI driver;
 +
* integrated Itead SDK 2.2,for details, please visit https://github.com/iteadsw;
 +
* compiled NAND driver as module, and does not load automatically, which fixed the bug that damaged NAND Android image after booting up from the SD card;
 +
* cancelled SD card expansion script running automatically, if expansion is needed, please the following code manually:
 +
<code>sudo ./etc/resize.sh
 +
</code>

Revision as of 07:59, 21 May 2014

IBOX / Iteaduino Plus

Tools

  • Win32 Disk Imager

This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded development, namely Arm development projects (Android, Ubuntu on Arm, etc). Anyone is free to branch and modify this program.

You can download from SourceForge

  • LiveSuit / PhoenixSuit

LiveSuit is developed by Allwinner as a installation application for Microsoft Windows/Linux/MAC to flash the NAND for Allwinner chips. For more information, you can refer to http://linux-sunxi.org/LiveSuit

You can download here


Images

Itead OS 2.04 for A20

Itead OS 2.04 for A10

Features:

  • added SPI driver;
  • integrated Itead SDK 2.2,for details, please visit https://github.com/iteadsw;
  • compiled NAND driver as module, and does not load automatically, which fixed the bug that damaged NAND Android image after booting up from the SD card;
  • cancelled SD card expansion script running automatically, if expansion is needed, please the following code manually:
sudo ./etc/resize.sh