Build: https://android-build.linaro.org/builds/~linaro-android/panda-11.09-release/#4
Install instructions:
# Get artifacts
wget --no-check-certificate https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-release/4/artifact/build/out/target/product/pandaboard/boot.tar.bz2 https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-release/4/artifact/build/out/target/product/pandaboard/system.tar.bz2 https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-release/4/artifact/build/out/target/product/pandaboard/u-boot.img https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.09-release/4/artifact/build/out/target/product/pandaboard/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 panda --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2
For more information on how to use this builds please see the Linaro wiki at:
https://wiki.linaro.org/Platform/Android/ImageInstallation
Apache/2.2.14 (Ubuntu) Server at releases.linaro.org Port 80