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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

781 次查看
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 回复数