[oe-commits] Koen Kooi : hawkboard: tweak ubifs params

git version control git at git.openembedded.org
Tue Aug 24 10:51:17 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Aug 24 12:50:55 2010 +0200

hawkboard: tweak ubifs params

---

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

diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
index 7251de7..9a1443f 100644
--- a/conf/machine/hawkboard.conf
+++ b/conf/machine/hawkboard.conf
@@ -16,8 +16,8 @@ MACHINE_FEATURES = "kernel26 serial ethernet ide screen"
 # UBI: smallest flash I/O unit:    2048
 # UBI: logical eraseblock size:    129024 bytes
 # from ubiattach stdout:
-# UBI device number 0, total 960 LEBs
-MKUBIFS_ARGS = "-m 2048 -e 129024 -c 960"
+# UBI device number 0, total 971 LEBs (125282304 bytes, 119.5 MiB), available 958 LEBs
+MKUBIFS_ARGS = "-m 2048 -e 129024 -c 950"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:





More information about the Openembedded-commits mailing list