Build: https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc46-igloo-stable-blob-12.07-release/#build=1
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.07/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.07/components/platform/linaro-image-tools/linaro-image-tools-2012.07.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 | 24-Jul-2012 14:50 | 330 | stericsson |
|
README | 24-Jul-2012 15:30 | 2.8K | stericsson |
|
boot.tar.bz2 | 24-Jul-2012 14:50 | 4.7M | stericsson |
|
kernel_config | 24-Jul-2012 14:50 | 79.8K | stericsson |
|
lava-job-info | 24-Jul-2012 14:50 | 73 | stericsson |
|
linaro_android_build_cmds.sh | 24-Jul-2012 14:50 | 3.4K | stericsson |
|
linaro_kernel_build_cmds.sh | 24-Jul-2012 14:50 | 1.5K | stericsson |
|
pinned-manifest.xml | 24-Jul-2012 14:50 | 32.6K | stericsson |
|
snowball-ics-gcc46-igloo-stable-blob.img.gz | 25-Jul-2012 19:24 | 213.9M | stericsson |
|
source-manifest.xml | 24-Jul-2012 14:50 | 23.3K | stericsson |
|
system.tar.bz2 | 24-Jul-2012 14:50 | 150.1M | stericsson |
|
userdata.tar.bz2 | 24-Jul-2012 14:50 | 41.1M | stericsson |