Vishal Bhoj will be the Panda Board LEB PoC, building the Panda-LEB from scratch and some tools
Zach Pfeffer
zach.pfeffer at linaro.org
Mon Aug 29 12:40:52 UTC 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildandroid.sh
Type: application/x-sh
Size: 579 bytes
Desc: not available
URL: <http://lists.linaro.org/pipermail/linaro-dev/attachments/20110829/f8169bbb/attachment.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: boot-scr-extract.sh
Type: application/x-sh
Size: 115 bytes
Desc: not available
URL: <http://lists.linaro.org/pipermail/linaro-dev/attachments/20110829/f8169bbb/attachment-0001.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: boot-scr-write.sh
Type: application/x-sh
Size: 147 bytes
Desc: not available
URL: <http://lists.linaro.org/pipermail/linaro-dev/attachments/20110829/f8169bbb/attachment-0002.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trybuild.sh
Type: application/x-sh
Size: 703 bytes
Desc: not available
URL: <http://lists.linaro.org/pipermail/linaro-dev/attachments/20110829/f8169bbb/attachment-0003.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trybuildlocal.sh
Type: application/x-sh
Size: 612 bytes
Desc: not available
URL: <http://lists.linaro.org/pipermail/linaro-dev/attachments/20110829/f8169bbb/attachment-0004.sh>
More information about the linaro-dev
mailing list