Build: https://android-build.linaro.org/builds/~linaro-android/landing-snowball-11.12-release/#build=3
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-snowball/landing-snowball.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
Download boot.tar.bz2 , system.tar.bz2 and userdata.tar.bz2 from the links below# 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 snowball_sd --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2Note: If you're building the source from scratch, you should untar the vendor tarball in your top level directory then build. vendor.tar.bz2 can be downloaded from the link below.
Notes
- Due to differences in default U-Boot environment, these instructions will not work if you have flashed the Igloo Community Android Gingerbread releases, please flash the latest Ubuntu image to get a compatible U-Boot.
- You must setup the boot args:
U8500 $ setenv loadbootscript fat load mmc 1:1 ${loadaddr} /boot.scr
U8500 $ saveenv
Saving Environment to EMMC...
Writing to EMMC... done
U8500 $ run bootcmd
The next time the board will boot automatically.
In the console type:
stop adbd setprop service.adb.tcp.port 6565 start adbd ifconfig eth0 # to get boardsIPOn the host type:
adb connect boardsIP:6565
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 16:37 | 147 | stericsson |
|
README | 22-Dec-2011 09:25 | 2.7K | stericsson |
|
boot.tar.bz2 | 19-Dec-2011 16:37 | 4.2M | stericsson |
|
landing-snowball.img.gz | 21-Dec-2011 19:31 | 100.6M | stericsson |
|
pinned-manifest.xml | 19-Dec-2011 16:36 | 29.6K | stericsson |
|
source-manifest.xml | 19-Dec-2011 16:36 | 29.6K | stericsson |
|
system.tar.bz2 | 19-Dec-2011 16:37 | 93.2M | stericsson |
|
userdata.tar.bz2 | 19-Dec-2011 16:37 | 33.2K | stericsson |
|
vendor.tar.bz2 | 19-Dec-2011 16:48 | 535.5K | stericsson |