From 2fd903f4f6b0c967789e3e74aec6106359b16582 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 24 Aug 2010 12:50:55 +0200 Subject: hawkboard: tweak ubifs params --- conf/machine/hawkboard.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf index 7251de70c1..9a1443f4e3 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: -- cgit v1.2.3