i am using imx8mplus custom board . i build the IMXLXYOCTOUG v.LF6.6.3_1.0.0 BSP .
i build the imx-image-full.
i used the 32 gb SD card
i flashed the wic.zst image into sd card by using the below command
zstdcat imx-image-full-imx8mp-lpddr4-evk.rootfs.wic.zst | sudo dd of=/dev/sdb bs=1M conv=fsync
i ran the my python program which continously stores the images in root(/) directory .

after running my application for 30 mins , it is getting OSError: [Errno 28] No space left on device
memory space after ruuning my program

how to increase the size of root directory . where i have to modify .please help me out .