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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

777件の閲覧回数
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 件の賞賛
返信
0 返答(返信)