[oe-commits] Martin Jansa : om-gta01: update UBI params a bit more

git version control git at git.openembedded.org
Sun Feb 7 13:15:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a64692e3ed77e618303044e7375ea6df89464d77
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a64692e3ed77e618303044e7375ea6df89464d77

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Feb  7 08:32:35 2010 +0100

om-gta01: update UBI params a bit more

* mkfs.ubifs complains:
  Error: max_leb_cnt too low (2376 needed)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/machine/om-gta01.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index 822403a..5d00eae 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:





More information about the Openembedded-commits mailing list