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 just booting up the memory space left is
after running my application for 30 mins , it is getting OSError: [Errno 28] No space left on device
memory space after ruuning my program
my concern is , i am using 32 gb , how to increase the size of root directory . where i have to modify .please help me out .
Hello @srinivas_123
I hope you are doing very well.
You can try to increase the root partition with the fdisk utility on Linux.
You can refer here to see how fdisk works.
Best regards,
Salas.