The size correction in lmc happens at the end, so my best guess is that it's a qemu issue. Id put a bug in against that, and we should probably release note it as well.
-Paul Larson
On Nov 9, 2010 6:58 PM, "john stultz" <johnstul@us.ibm.com> wrote:On Tue, 2010-11-09 at 17:47 -0600, Paul Larson wrote:
Sure, if the bug below doesn't warrant removing it.
> On Tue, Nov 9, 2010 at 5:12 PM, john stultz ...
Yep. bzr pulled today. I'm on rev 165.
> Further, after providing an omap3 hwpack to build the image,
> the
> re...
I've just gone back testing older images and hwpacks I've used in the
past and am seeing the same issue there, so it does seem like its
connected to the linaro-media-create scripts.
Here's the command I'm using, just as listed on the wiki:
#linaro-media-create --image_file beagle_sd.img --image_size 4G --swap_file 200 --dev beagle --binary linaro-images/linaro-m-headless-tar-20101108-2.tar.gz --hwpack linaro-images/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz
Per our irc discussion, I tried reproducing this by omitting the
"--image_size 4G" portion, and indeed it seems that worked and the
resulting image boots fine. Similarly it works fine using 8G. Something
just seems off using 4G.
Looking at linaro-media-create to see if I can narrow anything down.
thanks
-john