Increasing the rootfs size on a stm32mp15
Hello everyone,
I’m working with an STM32MP157-DK2 board and want to increase the size of the rootfs partition to 10GB.
I followed the instructions from the https://wiki.st.com/stm32mpu/wiki/STM32MPU_Distribution_Package to create the image. However, I haven’t been able to find a working solution to resize the rootfs partition.
Here’s the current space information from my board:
root@stm32mp1:~# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 124M 0 124M 0% /dev
/dev/mmcblk0p10 3.8G 989M 2.6G 28% /
tmpfs 194M 0 194M 0% /dev/shm
tmpfs 78M 8.8M 69M 12% /run
tmpfs 194M 4.0K 194M 1% /tmp
/dev/mmcblk0p8 55M 22M 30M 43% /boot
/dev/mmcblk0p9 14M 6.7M 6.0M 53% /vendor
/dev/mmcblk0p11 220G 47M 208G 1% /usr/local
tmpfs 194M 20K 194M 1% /var/volatile
tmpfs 39M 8.0K 39M 1% /run/user/1000
tmpfs 39M 4.0K 39M 1% /run/user/0
I’ve come across some forum discussions, but none of the suggested solutions have worked for me.
Could someone please provide clear instructions to resize the rootfs partition to 10GB?
What I need add to my bitbake settings?
Thank you in advance!
Symeon Zapsis
