[meta-ti] [PATCH v3 0/3] Rewrite sdcard_image.bbclass
Peter Bigot
bigotp at acm.org
Mon Dec 26 18:55:26 PST 2011
On Thu, Dec 22, 2011 at 7:00 AM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> This version of patches uses mtools to copy the files onto the fat
> partition avoiding the problems from dosfstools in previous versions.
For my cloud9-image build the mcopy aborts with:
Total number of sectors (84030) not a multiple of sectors per track (32)!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test
Changing the calculation of BOOT_SIZE to round up to a multiple of 32
gets past that.
The disk geometry is bizarre.
The image doesn't boot an xM (just prints 60 to the console and
hangs). I thought this might be because MLO isn't the first entry in
the vfat partition (the recursive mcopy puts some documentation files
first), but correcting that doesn't help.
Peter
>
> The following changes since commit c00b5df3b85b3badbd268e376c0a19fab19cc4f3:
>
> linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85 (2011-12-21 15:33:36 +0100)
>
> are available in the git repository at:
> git://github.com/OSSystems/meta-ti master
> https://github.com/OSSystems/meta-ti/tree/master
>
> Otavio Salvador (3):
> sdcard_image: rewrote to avoid using loopback and mount/unmount
> ti-hw-bringup-image: adapt to newer sdcard_image class
> cloud9-image: adapt to newer sdcard_image class
>
> classes/sdcard_image.bbclass | 181 ++++++++++------------------
> recipes-misc/images/cloud9-image.bb | 6 +-
> recipes-misc/images/ti-hw-bringup-image.bb | 3 +
> 3 files changed, 70 insertions(+), 120 deletions(-)
>
> --
> 1.7.2.5
>
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list