Hi everyone,

As our release plan, you can get the 11.08 release candidate of Linaro Android image for Samsung Origen board:

https://android-build.linaro.org/builds/~linaro-android/leb-origen-11.08-release/#build=2

After you download these 3 files (if you download them with wget in console, you may need to enable "--no-check-certificate" option),

https://android-build.linaro.org/jenkins/job/linaro-android_leb-origen-11.08-release/2/artifact/build/out/target/product/origen/boot.tar.bz2
https://android-build.linaro.org/jenkins/job/linaro-android_leb-origen-11.08-release/2/artifact/build/out/target/product/origen/system.tar.bz2
https://android-build.linaro.org/jenkins/job/linaro-android_leb-origen-11.08-release/2/artifact/build/out/target/product/origen/userdata.tar.bz2

flash them into a SD card with Linaro image tools (bzr branch lp:linaro-image-tools, if you're already a launch member):

sudo ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdx --dev smdkv310 --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

You also may need to set boot arguments if you can't boot into the system (normally you don't need to do this):

setenv bootargs "console=ttySAC2,115200n8 root=/dev/ram init=/init rootwait ro"
setenv bootcmd "fatload mmc 0:2 0x40007000 uImage; fatload mmc 0:2 0x42000000 uInitrd; bootm 0x40007000 0x42000000"
saveenv

This image hasn't lighted the LCD screen yet, this issue is related to the hardware driver and I'm working with my colleagues to try to solve it. I'm afraid it will miss the 11.08 release, sorry.

The kernel version in this image is 3.0.0, and the busybox version is 1.19.0, you can find it under /system/bin. This RC image was compiled by our 11.08 tool chain, RC build: https://android-build.linaro.org/builds/~linaro-android/toolchain-4.6-2011.08/#build=6. I will continue to work on the official release to ensure it can be done before 25th August 2011, 16:00 (UTC).

Thank you all for your great efforts!


BR
Botao Sun