i want to increase the root folder size

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i want to increase the root folder size

507 Views
srinivas_123
Contributor III

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

starting.png

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

memory space after ruuning my program

full.png

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 .

Tags (1)
0 Kudos
Reply
1 Reply

478 Views
Manuel_Salas
NXP TechSupport
NXP TechSupport

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.

 

0 Kudos
Reply