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 $ wget http://releases.linaro.org/12.06/android/images/panda-master-gcc44-aosp-stable-blob/panda-master-gcc44-aosp-stable-blob.img.gz $ gunzip panda-master-gcc44-aosp-stable-blob.img.gz $ sudo dd bs=4M if=panda-master-gcc44-aosp-stable-blob.img of=$SDCARD # You must then install the binaries as described below with "Get binaries"Note: Windows users may use the Image Writer for Windows
Building a Custom Image
# Get artifacts $ wget http://releases.linaro.org/12.06/android/images/panda-master-gcc44-aosp-stable-blob/boot.tar.bz2 http://releases.linaro.org/12.06/android/images/panda-master-gcc44-aosp-stable-blob/system.tar.bz2 http://releases.linaro.org/12.06/android/images/panda-master-gcc44-aosp-stable-blob/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.06/components/platform/linaro-image-tools/linaro-image-tools-2012.06.tar.gz # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0' $ dmesg # Create media $ sudo linaro-android-media-create --mmc /dev/sdX --dev panda --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2 # Get binaries $ wget http://releases.linaro.org/12.06/android/images/panda-master-gcc44-aosp-stable-blob/install-binaries.sh $ chmod a+x install-binaries.sh $ ./install-binaries.sh /dev/sdX2 "device node of system partition"
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 | 28-Jun-2012 16:30 | 385 | open |
|
MD5SUMS | 28-Jun-2012 16:30 | 147 | open |
|
README | 28-Jun-2012 18:58 | 2.2K | open |
|
boot.tar.bz2 | 28-Jun-2012 16:30 | 7.4M | open |
|
install-binaries.sh | 29-Jun-2012 04:54 | 2.2K | open |
|
kernel_config | 28-Jun-2012 16:30 | 68.2K | open |
|
lava-job-info | 28-Jun-2012 16:30 | 73 | open |
|
linaro_android_build_cmds.sh | 28-Jun-2012 16:30 | 2.1K | open |
|
linaro_kernel_build_cmds.sh | 28-Jun-2012 16:30 | 1.7K | open |
|
panda-master-gcc44-aosp-stable-blob.img.gz | 28-Jun-2012 18:26 | 94.0M | open |
|
pinned-manifest.xml | 28-Jun-2012 16:30 | 34.0K | open |
|
source-manifest.xml | 28-Jun-2012 16:30 | 21.5K | open |
|
system.tar.bz2 | 28-Jun-2012 16:30 | 83.4M | open |
|
userdata.tar.bz2 | 28-Jun-2012 16:30 | 32.9K | open |