Difference between revisions of "Download"
m |
m |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
− | == | + | ==Introduction== |
− | + | ==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. | 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. | ||
Line 9: | Line 9: | ||
You can download from [http://sourceforge.net/projects/win32diskimager/files/latest/download SourceForge] | You can download from [http://sourceforge.net/projects/win32diskimager/files/latest/download 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 | 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 | ||
Line 15: | Line 15: | ||
− | + | ==Images== | |
+ | ===ITEAD OS=== | ||
*'''<strike>[http://itead.me/ITEADDownload/images/iteados-A20-debian-xfce-2.0.4-2014-05-13.img.bz2 ITEAD OS 2.0.4 for A20 SD Card]</strike>''' | *'''<strike>[http://itead.me/ITEADDownload/images/iteados-A20-debian-xfce-2.0.4-2014-05-13.img.bz2 ITEAD OS 2.0.4 for A20 SD Card]</strike>''' | ||
Line 62: | Line 63: | ||
/etc/resize.sh # After the command, the SD card expansion succeeds | /etc/resize.sh # After the command, the SD card expansion succeeds | ||
</code> | </code> | ||
− | + | ===Android=== | |
'''[http://itead.me/ITEADDownload/images/ITEAD-Android4.2-A20-1.0.img ITEAD Android 4.2 A20 1.0]''' | '''[http://itead.me/ITEADDownload/images/ITEAD-Android4.2-A20-1.0.img ITEAD Android 4.2 A20 1.0]''' | ||
Line 69: | Line 70: | ||
:*Support both ITEAD Core A20 1G and 2G versions | :*Support both ITEAD Core A20 1G and 2G versions | ||
− | + | ===Sun7i Android=== | |
'''[http://itead.me/ITEADDownload/images/sun7i_android_sugar-standard.img.bz2 sun7i android sugar standard NAND]''' | '''[http://itead.me/ITEADDownload/images/sun7i_android_sugar-standard.img.bz2 sun7i android sugar standard NAND]''' | ||
− | + | ===Sunflower=== | |
'''[http://iteadstudio.dbankcloud.com/sunflower-1.0-beta1.img.7z Sunflower-1.0-beta1 for Iteaduino Plus A10 SD Card]''' | '''[http://iteadstudio.dbankcloud.com/sunflower-1.0-beta1.img.7z Sunflower-1.0-beta1 for Iteaduino Plus A10 SD Card]''' | ||
Line 92: | Line 93: | ||
* Fastest libiteadIO – GPIO Speed to 1.1MHz | * Fastest libiteadIO – GPIO Speed to 1.1MHz | ||
− | + | ===Fedora=== | |
Line 102: | Line 103: | ||
If the above link does not work, try http://pan.baidu.com/s/1gdyvTi7 | If the above link does not work, try http://pan.baidu.com/s/1gdyvTi7 | ||
− | |||
− |
Revision as of 10:26, 2 December 2014
Contents
Introduction
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
- Features:
- added SPI driver;
- integrated Itead SDK 2.9,for details, please visit https://github.com/itead/sdk/;
- 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 type the following code manually:
- Features:
sudo /etc/resize.sh
- ITEAD OS 2.1.1 for A20 SD Card (2G) Download 1
- ITEAD OS 2.1.1 for A20 SD Card (2G) Download 2
- ITEAD OS 2.1.1 for A20 SD Card (1G) Download 1
- ITEAD OS 2.1.1 for A20 SD Card (1G) Download 2
- ITEAD OS 2.1.1 for A20 SD Card (1G) Download 3
Note: we offer several download links here in case one of them doesn't work for you.
- Features:
- Support SPI driver;
- Integrated Itead SDK 2.9.6 (every new image will be integrated with the newest SDK),for details, please visit https://github.com/itead/sdk/;
- Support NAND driver;
- Support Images uploading to NAND from SD card, please type the following code:
- (run commands as root user)
- Features:
cd /root/itead-nand-install
./itead-nand-install.sh
- You can complete the installation according to the notice in script. It costs tens of minutes to do installing, please be patient.
- Troubleshooting:
- If you can't launch system from NandFlash after installation, please try lunbuntu system. You can use PhoenixSuite to burn the image into Nand and then run the installation commands again. Please refer to http://cubian.org/2014/06/30/troubleshooting-nandinstall-on-a20/ , it will help your solve the problems you meet during the installation.
- Support SD card capacity expansion. If expansion is needed, please type the following code manually:
cd /root/
/etc/resize.sh # You will be asked to reboot! After reboot, please continue to the next command.
cd /root/
/etc/resize.sh # After the command, the SD card expansion succeeds
Android
This image is a customized Android 4.2 for ITEAD Core A20. Installing this image in Core A20, you can get a real android mini pc and realize all features of android 4.2.
- Support both ITEAD Core A20 1G and 2G versions
Sun7i Android
sun7i android sugar standard NAND
Sunflower
Sunflower-1.0-beta1 for Iteaduino Plus A10 SD Card
Features:
- Based on Linaro 12.11 Precise Pangolin,
- Linux 3.4.67+ with various modules,
- FBTURBO driver with G2D for X11 / 2D acceleration,
- OpenGL ES. 2.0,
- Support for Cedar / CedarX included,
- HW Accelerated XBMC 12.2 with OpenGL ES 2.0 + Librhybris / CedarX
- Selectable resolution 720p / 1080p via boot.scr,
- Reseverd 128MB for Mali400 and 128MB for G2D,
- HDMI Audio Output,
- Other optimalizations,
- Fastest libiteadIO – GPIO Speed to 1.1MHz
Fedora
Fedora 19 ARM for Allwinner A10, A10s, A13 and A20 devices SD Card
This image is original from Hans de Goede https://groups.google.com/forum/#!topic/linux-sunxi/PLgUj-KefKQ
You can download the image from http://ubuntuone.com/3hcPtqWMZOTkMJSsge6Lmu
If the above link does not work, try http://pan.baidu.com/s/1gdyvTi7