For people who don't want to look around for stuff and want to run are
super fantastic Android build do:

wget 
http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/boot.tar.bz2
wget 
http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/system.tar.bz2
wget 
http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/userdata.tar.bz2
bzr branch lp:~james-w/linaro-image-tools/fix-panda
<insert sd card and type dmesg>
./fix-panda/linaro-android-media-create --mmc /dev/sdc --dev panda
--system system.tar.bz2 --userdata userdata.tar.bz2 --boot
boot.tar.bz2

This was build from:

https://android-build.linaro.org/builds/~linaro-android/leb-panda-11.05-release/

To build from source do:

(https://wiki.linaro.org/Platform/Android/GetSource)

mkdir LEB-panda
cd LEB-panda
repo init -u git://git.linaro.org/android/platform/manifests.git -b
linaro-android-11.05-release -m LEB-panda.xml
repo sync

Then

(https://wiki.linaro.org/Platform/Android/BuildSource)

cd LEB-panda
make TARGET_PRODUCT=pandaboard
TARGET_TOOLS_PREFIX=prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-

To use the super cool gcc 4.5/4.6 preview you need a special branch of
android: "dev_toolchain_preview_1104".

 mkdir android
 cd android
 repo init -u git://git.linaro.org/android/platform/manifests.git -b
dev_toolchain_preview_1104
 repo sync

and build with

cd android
make TARGET_PRODUCT=pandaboard
TARGET_TOOLS_PREFIX=/opt/android-toolchain-eabi/bin/arm-eabi-

-Zach

On 26 May 2011 15:23, Fathi Boudra <fathi.bou...@linaro.org> wrote:
> Hi,
>
> In preparation for the release of Linaro 11.05 images on 2011-05-28,
> a suitable candidate has been selected for testing. The release is
> expected to be tested heavily and provide the most stable and
> feature-rich images to date this cycle.
>
> If you have supported hardware, as found at:
>
>    http://releases.linaro.org/platform/linaro-n/hwpacks/latest/
>
> please help our initiative by testing the official Linaro Evaluation
> Build (LEB):
>
> Ubuntu Desktop:
>    http://releases.linaro.org/platform/linaro-n/ubuntu-desktop/latest/
>
> Android:
>    http://releases.linaro.org/platform/linaro-n/android/latest/
>
> and our Developer images:
>
> Nano:
>    http://releases.linaro.org/platform/linaro-n/nano/latest/
>
> ALIP:
>    http://releases.linaro.org/platform/linaro-n/alip/latest/
>
> Developer:
>    http://releases.linaro.org/platform/linaro-n/developer/latest/
>
> As a side note, hwpacks that have an -lt- in their name are outputs from
> the Linaro Landing teams, using some of their components.
>
> Make your way to:
>
>    https://wiki.linaro.org/Cycles/MilestoneBuilds
>
> For an explanation of how to test and submit your results to the QA
> tracker at:
>
>   http://qatracker.linaro.org
>
> For an explanation of how to use the qatracker please see:
>
>   https://wiki.linaro.org/QA/QATracker
>
> Issues
> ======
>
> [Bug 788765] linaro-image-tools bootargs broke panda LEB in revision 342
> linaro-media-create generates a boot.scr that contains too many arguments to
> "setenv bootargs". To workaround the issue until next l-i-t release, please 
> use:
>
>    lp:~james-w/linaro-image-tools/fix-panda
>
> [Bug XXXXXX] Vexpress hardware pack 20110526 failed to build. Please use:
>
>    hwpack_linaro-vexpress_20110524-0_armel_supported.tar.gz
>
> Cheers,
>
> Fathi
> --
> Linaro Release Manager   |   Platform Project Manager
>
> _______________________________________________
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>

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

Reply via email to