On Wed, 15 Dec 2010 12:47:06 -0600, Paul Larson paul.larson@linaro.org wrote:
On Wed, Dec 15, 2010 at 9:59 AM, Paul Larson paul.larson@linaro.org wrote:
I can reproduce this on qemu as well, it looks like the last working hwpack was 20101207, and 20101208 fails. Has anyone filed a bug for this already?
Looks like u-boot: @@ -4,6 +4,6 @@ linux-firmware=1.40 linux-image-linaro-omap=2.6.35.1008.13 x-loader-omap=1.4.4git20100713-1ubuntu5 -u-boot-linaro-omap3-beagle=2010.09~rc1.1-0ubuntu3 +u-boot-linaro-omap3-beagle=2010.09~rc1.1-0ubuntu4 uboot-mkimage=0.4build1 wireless-crda=1.13
https://bugs.launchpad.net/ubuntu/+source/u-boot-linaro/+bug/690786
Thanks for chasing this down. I've spent today hacking to make this sort of thing easier to test, so you can do things like:
./linaro-hwpack-create ../linaro-omap3 10 --local-deb ~/Downloads/u-boot-linaro-omap3-beagle_2010.09~rc1.1-0ubuntu3_armel.deb
and override the version of u-boot that will be included in the pack. But I see that people figured out what was wrong in the bug anyway :-)
Cheers, mwh