From a64692e3ed77e618303044e7375ea6df89464d77 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 7 Feb 2010 08:32:35 +0100 Subject: [PATCH] om-gta01: update UBI params a bit more * mkfs.ubifs complains: Error: max_leb_cnt too low (2376 needed) Signed-off-by: Martin Jansa --- conf/machine/om-gta01.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf index 822403a710..5d00eae22e 100644 --- a/conf/machine/om-gta01.conf +++ b/conf/machine/om-gta01.conf @@ -74,7 +74,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ # UBI: logical eraseblock size: 15360 bytes # from ubiattach stdout: # UBI device number 0, total 3907 LEBs -MKUBIFS_ARGS = "-m 512 -e 15360 -c 2047" +MKUBIFS_ARGS = "-m 512 -e 15360 -c 2376" # do ubiattach /dev/ubi_ctrl -m 4 # from dmesg: -- 2.47.2