Linaro Releases
Build: https://android-build.linaro.org/builds/~linaro-android/leb-snowball-11.08-release/#4

Install instructions:

# Get artifacts
wget --no-check-certificate http://releases.linaro.org/platform/linaro-n/android/11.08/leb-snowball/boot.tar.bz2 http://releases.linaro.org/platform/linaro-n/android/11.08/leb-snowball/system.tar.bz2 http://releases.linaro.org/platform/linaro-n/android/11.08/leb-snowball/userdata.tar.bz2

# Get the latest linaro image tools
bzr branch lp:linaro-image-tools

# Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'
dmesg

# Create media
sudo ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdX --dev snowball_sd --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2

# Insert the SD card and boot the board - *stop* on the uboot cmdline.
# The default bootcmd is currently not set properly, something that we are working on but can be rectified by typing the following:
U8500 $ setenv bootcmd "setenv bootargs 'console=ttyAMA2,115200n8 vmalloc=256M root=/dev/ram rw rootwait ip=dhcp mem=128M@0 mali.mali_mem=32M@128M hwmem=168M@M160M mem=48M@328M mem_issw=1M@383M mem=640M@384M'; mmc rescan 1; fat load mmc 1:1 0x100000 /uImage; fat load mmc 1:1 0x5000000 /uInitrd; bootm 0x100000 0x5000000"
U8500 $ saveenv
U8500 $ run bootcmd

For more information on how to use this builds please see the Linaro wiki at:

        https://wiki.linaro.org/Platform/Android/ImageInstallation

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -  
[   ]README06-Sep-2011 15:38 1.4K 
[   ]boot.tar.bz225-Aug-2011 08:43 4.2M 
[   ]pinned-manifest.xml25-Aug-2011 08:42 22K 
[   ]source-manifest.xml25-Aug-2011 08:43 22K 
[   ]system.tar.bz225-Aug-2011 08:44 36M 
[   ]userdata.tar.bz225-Aug-2011 08:44 365K 

Apache/2.2.14 (Ubuntu) Server at releases.linaro.org Port 80