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-2011.08/6/artifact/build/out/android-toolchain-eabi-linaro-4.6-2011.08-6-2011-08-19_20-41-31-linux-x86.tar.bz2
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-release/3/artifact/build/out/target/product/pandaboard
/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

Attachment: buildandroid.sh
Description: Bourne shell script

Attachment: boot-scr-extract.sh
Description: Bourne shell script

Attachment: boot-scr-write.sh
Description: Bourne shell script

Attachment: trybuild.sh
Description: Bourne shell script

Attachment: trybuildlocal.sh
Description: Bourne shell script

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to