Build: https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc46-igloo-stable-blob-12.04-release/#build=6
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.04/android/images/snowball-ics-gcc46-igloo-stable-blob/snowball-ics-gcc46-igloo-stable-blob.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/12.04/components/platform/linaro-image-tools/linaro-image-tools-2012.04.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 | |||
|
MANIFEST | 20-Apr-2012 18:00 | 312 | stericsson |
|
MD5SUMS | 20-Apr-2012 17:56 | 147 | stericsson |
|
README | 26-Apr-2012 09:34 | 2.8K | stericsson |
|
boot.tar.bz2 | 20-Apr-2012 17:56 | 4.6M | stericsson |
|
kernel_config | 20-Apr-2012 17:56 | 77.5K | stericsson |
|
linaro_android_build_cmds.sh | 20-Apr-2012 17:56 | 3.5K | stericsson |
|
linaro_kernel_build_cmds.sh | 20-Apr-2012 17:56 | 1.6K | stericsson |
|
pinned-manifest.xml | 20-Apr-2012 17:56 | 31.2K | stericsson |
|
snowball-ics-gcc46-igloo-stable-blob.img.gz | 26-Apr-2012 14:27 | 157.9M | stericsson |
|
source-manifest.xml | 20-Apr-2012 17:56 | 31.2K | stericsson |
|
system.tar.bz2 | 20-Apr-2012 18:00 | 146.9M | stericsson |
|
userdata.tar.bz2 | 20-Apr-2012 18:00 | 149.3K | stericsson |
|
vendor.tar.bz2 | 18-Apr-2012 16:05 | 94.8M | stericsson |