From: Grazvydas Ignotas Date: Sun, 5 Jul 2015 20:16:08 +0000 (+0300) Subject: omap3-pandora: reserve space for root X-Git-Tag: sz_173~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63639fd9bf381e1dfc17bf966d24de4af5d55435;p=openembedded.git 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. --- 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: