Comment 3 for bug 705410

Revision history for this message
Alexander Sack (asac) wrote :

from the other bug that plars filed:

"I'm running l-m-c like this:
./linaro-image-tools/linaro-media-create --rootfs ext3 --hwpack-force-yes --dev mx51evk --binary linaro-m-headless-tar-20101108-2.tar.gz --hwpack hwpack_linaro-imx51_20101110-0_armel_unsupported.tar.gz --image_file mx51evk.img

When I use the latest revision of l-m-c, I see the following partition layout if I used parted to examine the resulting .img file:
 Number Start End Size Type File system Flags
  1 32.3kB 74.0MB 74.0MB primary boot, lba
  2 74.0MB 2147MB 2073MB primary ext3

With rev 237 and older, I get this:
Number Start End Size Type File system Flags
 1 32.3kB 74.0MB 74.0MB primary fat32 boot, lba
 2 74.0MB 2147MB 2073MB primary ext3

I don't have a mx51 to try this with at the moment, but I don't expect that will produce a bootable image.
bisecting seems to indicate this changed between revision 237 and 238."