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/11.12/android/images/landing-panda/landing-panda.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/11.12/android/images/landing-panda/boot.tar.bz2 http://releases.linaro.org/11.12/android/images/landing-panda/system.tar.bz2 http://releases.linaro.org/11.12/android/images/landing-panda/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/11.12/components/platform/linaro-image-tools/linaro-image-tools-2011.12.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/11.12/android/images/landing-panda/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 | |||
|
MD5SUMS | 19-Dec-2011 08:23 | 147 | |
|
README | 22-Dec-2011 09:25 | 1.9K | |
|
boot.tar.bz2 | 19-Dec-2011 08:23 | 4.0M | |
|
install-binaries.sh | 20-Dec-2011 22:40 | 1.8K | |
|
landing-panda.img.gz | 21-Dec-2011 03:40 | 93.2M | |
|
pinned-manifest.xml | 19-Dec-2011 08:22 | 29.6K | |
|
source-manifest.xml | 19-Dec-2011 08:22 | 29.6K | |
|
system.tar.bz2 | 19-Dec-2011 08:26 | 85.7M | |
|
userdata.tar.bz2 | 19-Dec-2011 08:26 | 33.4K | |