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:
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
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.t... wget http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/system... wget http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/userda... 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-rele...
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.boudra@linaro.org wrote:
On Thu, 2011-05-26 at 16:36 -0500, Zach Pfeffer wrote:
I tried to use the command above to burn an SD card for my beaglexm (with the tarballs from .../latest/beaglexm/ and --dev beagle) but it crashed halfway through:
mkfs.vfat 3.0.9 (31 Jan 2010) Image Name: boot script Created: Thu May 26 22:21:56 2011 Image Type: ARM Linux Script (uncompressed) Data Size: 325 Bytes = 0.32 kB = 0.00 MB Load Address: 00000000 Entry Point: 00000000 Contents: Image 0: 317 Bytes = 0.31 kB = 0.00 MB mv: missing destination file operand after `/tmp/tmpBKxAwJ/userdata-disc' Try `mv --help' for more information. Traceback (most recent call last): File "/home/salgado/devel/linaro-image-tools/trunk/linaro-android-media-create", line 146, in <module> populate_partition(DATA_DIR + "/data", DATA_DISK, data_partition) File "/home/salgado/devel/linaro-image-tools/trunk/linaro_image_tools/media_create/rootfs.py", line 29, in populate_partition move_contents(content_dir, root_disk) File "/home/salgado/devel/linaro-image-tools/trunk/linaro_image_tools/media_create/rootfs.py", line 120, in move_contents cmd_runner.run(mv_cmd, as_root=True).wait() File "/home/salgado/devel/linaro-image-tools/trunk/linaro_image_tools/cmd_runner.py", line 87, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['sudo', '-E', 'mv', '/tmp/tmpBKxAwJ/userdata-disc']" returned a non-zero value: 1
Hmmm..
I ran through these commands:
Adding Scott in case he wants this for easy demo creation.
wget http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/boot.t... wget http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/system... wget http://releases.linaro.org/platform/linaro-n/android/latest/leb-panda/userda... 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
You may want to make sure the last command is all on the same line.
I've added a .sh with all the commands in it to this email.
source trybuild.sh
Watch out for where your sd card device is with this script!
Happy Pandaing!
-Zach
On 26 May 2011 20:35, Guilherme Salgado guilherme.salgado@linaro.org wrote:
On Fri, May 27, 2011 at 3:35 AM, Guilherme Salgado guilherme.salgado@linaro.org wrote:
I saw this with a broken SD card also try udisks --inhibit to see if that's caused by automount for you.
My SD card was good and udisks --inhibit didn't help. This should happen consistently if you don't run l-a-m-c as root https://bugs.launchpad.net/linaro-image-tools/+bug/789093
On Fri, 2011-05-27 at 07:58 +0200, Alexander Sack wrote:
On Thu, 26 May 2011 20:23:40 +0000, Fathi Boudra fathi.boudra@linaro.org wrote:
Any of
lp:linaro-image-tools
http://launchpad.net/linaro-image-tools/trunk/0.4.8/+download/linaro-image-t...
the linaro tools ppa: https://launchpad.net/~linaro-maintainers/+archive/tools
Should work for this now.
Thanks,
James
On Thu, May 26, 2011 at 5:23 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
This is fixed now with the 1003.4 kernel available at the Linaro Overlay.
You can find the hwpack build at: http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/vexpress/20110526/2/i...
Cheers
On Thu, 26 May 2011 19:17:55 -0300, Ricardo Salveti ricardo.salveti@linaro.org wrote:
When entering Vexpress testing results at qatracker.linaro.org please ensure you state which hwpack you tested.
Ricardo, are you recommending people test this new version as that is what we want to release?
Thanks,
James
P.S. only two results entered in to qatracker.linaro.org so far and we are but hours from release. *You* need to test on the supported hardware you have available if you want to have a quality release.
On Thu, May 26, 2011 at 9:09 PM, James Westby james.westby@canonical.com wrote:
Yes, please, sorry it wasn't that clear.
Yeah, *PLEASE* find at least some minutes today and tomorrow to test our images with all hardware we're targeting.
Thanks,
On 27 May 2011 00:50, Ricardo Salveti ricardo.salveti@linaro.org wrote:
Vexpress hwpack 20110524-0 has been replaced by 20110526-2 on releases.linaro.org.
Cheers,
Fathi
Hi,
Here's an update on the testing of Linaro 11.05 candidate.
The following bugs have been fixed: * [Bug 788765] linaro-image-tools bootargs broke panda LEB in revision 342 FIXED in linaro-image-tools 0.4.8 release. The source tarball can be found on https://launchpad.net/linaro-image-tools/trunk/0.4.8 * [Bug XXXXXX] Vexpress hardware pack 20110526 failed to build FIXED in build 20110526-2. The hwpack is up to date and available on http://releases.linaro.org/platform/linaro-n/hwpacks/latest/
The following platforms have blocker issues: * Panda Rev A2 [Bug 788896] Can't boot image created from panda-x11-base hwpack * i.MX51 [Bug 788926] [regression] imx51evk fails to boot to linux
The platforms without tests contributed or affected by a release blocker cannot be released. Please, ensure that you have tested hwpacks on your boards and submitted the results on qatracker.linaro.org website.
Cheers,
Fathi -- Linaro Release Manager | Platform Project Manager