Hello,
I am using the S32G-VNP-RDB2 and currently working with Yocto BSP35 release version. After generating the image and loading it onto the eMMC, I noticed that the rootfs size is very small. Could you please provide guidance on how to increase the rootfs size using Yocto?
Additionally, I downloaded the e2fsprogs package through Yocto, and while the necessary tools like e2fsck and tune2fs are available, resize2fs is missing.
root@s32g274ardb2:/sbin# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 879752 494572 320876 61% / devtmpfs 1617268 0 1617268 0% /dev tmpfs 1748980 0 1748980 0% /dev/shm tmpfs 699596 8728 690868 2% /run tmpfs 4096 0 4096 0% /sys/fs/cgroup tmpfs 1748980 0 1748980 0% /tmp tmpfs 1748980 172 1748808 1% /var/volatile tmpfs 1748980 0 1748980 0% /var/volatile/tmp tmpfs 349796 0 349796 0% /run/user/0 root@s32g274ardb2:/sbin# |
Could you please advise on how to resolve this issue?
Thank you.