** Description changed: + SRU justification: + + The linaro-image-tools 0.2 package included in the maverick release + isn't usable with any of the images Linaro is releasing for 10.11. + Unfortunately there has been a lot of development going on on these + tools over the past few months that was never uploaded to the archive, + only to ppa. This means the linaro-image-tools package that has been + uploaded to maverick-proposed falls well outside the normal rules for + SRUs; but on the other hand, the package currently in maverick is + useless for all practical purposes, so the risk of regression here is + minimal. + + Test case: + http://wiki.linaro.org/Releases/DailyBuilds + + As an SRU this will be subjected to holistic testing by the Linaro + release itself. Our release notes will direct users to the linaro- + image-tools package in the linaro-maintainers ppa, which is identical to + this SRU except for version number. These release notes could be + amended to direct users to maverick-proposed if and when this SRU is + accepted. + There seems to be a spurious single quote character in the boot_args_options settings for the beagle|igep devices in linaro-media- create. The effect of this is that created images fail to boot with the unhelpful error message from u-boot: Running bootscript from mmc ... ## Executing script at 82000000 syntax error Unknown command '>' - try 'help' (Image generated with linaro-media-create r156 and the following command line: - sudo /home/petmay01/bin/linaro-media-create --rootfs ext3 --image_file 1027.img --dev beagle --binary linaro-m-headless-tar-20101027-0.tar.gz --hwpack hwpack_linaro-omap3_20101022-59_armel_supported.tar.gz + sudo /home/petmay01/bin/linaro-media-create --rootfs ext3 --image_file 1027.img --dev beagle --binary linaro-m-headless-tar-20101027-0.tar.gz --hwpack hwpack_linaro-omap3_20101022-59_armel_supported.tar.gz and tested with qemu: - qemu-maemo-system-arm -M beagle -sd 1027.img -serial stdio + qemu-maemo-system-arm -M beagle -sd 1027.img -serial stdio ) Here's a trivial patch which fixes this for me: --- linaro-media-create 2010-10-27 13:39:38.720196000 -0400 +++ /home/petmay01/bin/linaro-media-create 2010-10-27 14:08:12.335613817 -0400 @@ -374,7 +374,7 @@ - # set board specific options - case "$DEVIMAGE" in - beagle|igep) + # set board specific options + case "$DEVIMAGE" in + beagle|igep) - boot_args_options="$boot_args_options earlyprintk fixrtc nocompcache vram=12M omapfb.debug=y omapfb.mode=dvi:1280x720mr...@60'" + boot_args_options="$boot_args_options earlyprintk fixrtc nocompcache vram=12M omapfb.debug=y omapfb.mode=dvi:1280x720mr...@60" - ;; - - panda) + ;; + + panda)
-- linaro-media-create: stray quote means images don't boot on beagle https://bugs.launchpad.net/bugs/667400 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
