[oe-commits] Martin Jansa : om-gta02: updated UBI params

git version control git at git.openembedded.org
Thu Jan 14 11:32:59 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan  4 10:04:54 2010 +0100

om-gta02: updated UBI params

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

---

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

diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 8e8355b..94bd462 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -70,14 +70,14 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
 # UBI: logical eraseblock size:    129024 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1996 LEBs
-MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2047"
+MKUBIFS_ARGS = "-m 2048 -e 126976 -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: sub-page size:              512
-UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048"
 
 # build / upload tools
 EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"





More information about the Openembedded-commits mailing list