To make the Panda LEB build from scratch do:
mkdir leb-panda cd leb-panda export MANIFEST_REPO=git://android.git.linaro.org/platform/manifest.git export MANIFEST_BRANCH=linaro_android_2.3.5 export MANIFEST_FILENAME=LEB-panda.xml export TARGET_PRODUCT=pandaboard export TARGET_SIMULATOR=false export TOOLCHAIN_URL=https://android-build.linaro.org/jenkins/job/linaro-android_toolchain-4.6-20... LAVA_SUBMIT=1 ./buildandroid.sh
Andy wrote a tool to extract the boot line and write it back. Use the attached to:
boot-scr-extract.sh /dev/sdc1 # update boot.txt boot-scr-write.sh /dev/sdc1
To try a build out from the web use trybuild.sh:
trybuild.sh https://android-build.linaro.org/jenkins/job/linaro-android_panda-11.05-rele... /dev/sdc panda
The link comes from path to boot.tar.bz2 on a page like https://android-build.linaro.org/builds/~linaro-android/leb-panda/
To try out a locally built build use:
trybuildlocal.sh /dev/sdc panda
-Zach