Install instructions
There are two methods to install linaro builds:- using pre-built image
- creating your own image with linaro image tools
Using pre-built image
# Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0' $ dmesg $ SDCARD=/dev/sdX # sdcard found from dmesg above $ URL=http://releases.linaro.org/12.05/android/images/imx6-ics-gcc47-freescalelt-stable-open/imx6-ics-gcc47-freescalelt-stable-open.img.gz $ curl $URL | gunzip -c | sudo dd bs=64k of=$SDCARDNote: Windows users may use the Image Writer for Windows
Building a Custom Image
# Get artifacts $ wget http://releases.linaro.org/12.05/android/images/imx6-ics-gcc47-freescalelt-stable-open/boot.tar.bz2 http://releases.linaro.org/12.05/android/images/imx6-ics-gcc47-freescalelt-stable-open/system.tar.bz2 http://releases.linaro.org/12.05/android/images/imx6-ics-gcc47-freescalelt-stable-open/userdata.tar.bz2 # Get linaro image tools # method 1: using binary package for Ubuntu (PPA) $ sudo add-apt-repository ppa:linaro-maintainers/tools $ sudo apt-get update $ sudo apt-get install linaro-image-tools # method 2: using source code $ wget http://releases.linaro.org/12.05/components/platform/linaro-image-tools/linaro-image-tools-2012.05.tar.gz # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0' $ dmesg # Create media $ sudo linaro-android-media-create --mmc /dev/mmcblk0 --dev mx6qsabrelite --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2Note: Make sure the board is patched to boot from the SD or Micro SD card by following the instructions in the "Boot from SD" section of this page .
Links
For more information on how to use this builds please see the Linaro wiki at:http://wiki.linaro.org/Platform/Android/ImageInstallation
| Name | Last modified | Size | License | |
|---|---|---|---|---|
|
Parent Directory | |||
|
MANIFEST | 31-May-2012 04:39 | 301 | open |
|
MD5SUMS | 31-May-2012 04:38 | 147 | open |
|
README | 31-May-2012 08:53 | 2.0K | open |
|
boot.tar.bz2 | 31-May-2012 04:38 | 4.1M | open |
|
imx6-ics-gcc47-freescalelt-stable-open.img.gz | 01-Jun-2012 06:28 | 172.0M | open |
|
kernel_config | 31-May-2012 04:37 | 74.9K | open |
|
linaro_android_build_cmds.sh | 31-May-2012 04:37 | 2.5K | open |
|
linaro_kernel_build_cmds.sh | 31-May-2012 04:37 | 1.7K | open |
|
pinned-manifest.xml | 31-May-2012 04:37 | 31.6K | open |
|
source-manifest.xml | 31-May-2012 04:37 | 31.6K | open |
|
system.tar.bz2 | 31-May-2012 04:39 | 161.1M | open |
|
userdata.tar.bz2 | 31-May-2012 04:39 | 157.2K | open |