From 63639fd9bf381e1dfc17bf966d24de4af5d55435 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 5 Jul 2015 23:16:08 +0300 Subject: [PATCH] omap3-pandora: reserve space for root this should help with problems where the user accidentally fills up his NAND and ubi runs out of free blocks. --- conf/machine/omap3-pandora.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/machine/omap3-pandora.conf b/conf/machine/omap3-pandora.conf index 9b39b00b67..efad2788e1 100644 --- a/conf/machine/omap3-pandora.conf +++ b/conf/machine/omap3-pandora.conf @@ -47,10 +47,7 @@ KERNEL_IMAGETYPE = "uImage" # From dmesg: # UBI: logical eraseblock size: 129024 bytes # UBI: smallest flash I/O unit: 2048 -# from ubiattach stdout: -# UBI device number 0, total 4042 LEBs - -MKUBIFS_ARGS = "-m 2048 -e 129024 -c 4042 -x favor_lzo -X 20" +MKUBIFS_ARGS = "-m 2048 -e 129024 -c 8096 -x favor_lzo -R 4MiB" # do ubiattach /dev/ubi_ctrl -m 4 # from dmesg: -- 2.39.5