Re: imx6 LTIB error when generating rootfs.ext2.gz

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: imx6 LTIB error when generating rootfs.ext2.gz

443 Views
Tarek
Senior Contributor I

It looks like ltib/bin/Ltibutils.pm is not calculating the rootfs size correctly!

I changed this line:

genext2fs -U -b $blocks -i $inodes -D $dev_tab -d $stage $tdir/rootfs.ext2

To

genext2fs -U -b $fs_size_p10 -i $inodes -D $dev_tab -d $stage $tdir/rootfs.ext2

It's not the best fix but this works for now.


0 Kudos
0 Replies