Hi everyone,

As our release plan, you can get the 11.08 release candidate of Linaro Android image for  Panda LEB:

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

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-panda-11.08-release/4/artifact/build/out/target/product/pandaboard/boot.tar.bz2
https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda-11.08-release/4/artifact/build/out/target/product/pandaboard/system.tar.bz2
https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda-11.08-release/4/artifact/build/out/target/product/pandaboard/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 panda --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2

The build uses the TI landing team kernel and support hardware accelerated 3D. Android version 2.3.5.

It comes up in 1080P when a HP LP2065 monitor is connected via a DVI adapter.

Thank you all for your great efforts!

BR
Botao Sun