[oe-commits] Martin Jansa : om-gta01.conf: update ubi params

git version control git at git.openembedded.org
Sat Feb 6 18:39:59 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 01dcb228756ee2348a8f6257b39d196340b69d96
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01dcb228756ee2348a8f6257b39d196340b69d96

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb  6 15:15:30 2010 +0100

om-gta01.conf: update ubi params

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

---

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

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index 4f34cae..822403a 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -70,18 +70,18 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # From dmesg:
-# UBI: smallest flash I/O unit:    2048
-# UBI: logical eraseblock size:    129024 bytes
+# UBI: smallest flash I/O unit:    512
+# UBI: logical eraseblock size:    15360 bytes
 # from ubiattach stdout:
-# UBI device number 0, total 1996 LEBs
-MKUBIFS_ARGS = "-m 2048 -e 126976 -c 2047"
+# UBI device number 0, total 3907  LEBs
+MKUBIFS_ARGS = "-m 512 -e 15360 -c 2047"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
-# UBI: smallest flash I/O unit:    2048
-# UBI: physical eraseblock size:   131072 bytes (128 KiB)
+# UBI: smallest flash I/O unit:    512
+# UBI: physical eraseblock size:   16384 bytes (16 KiB)
 # UBI: sub-page size:              512
-UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048"
+UBINIZE_ARGS = "-m 512 -p 16KiB -s 512 -O 512"
 
 # build / upload tools
 EXTRA_IMAGEDEPENDS += "dfu-util-native"





More information about the Openembedded-commits mailing list