diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-24 12:50:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-24 12:50:55 +0200 |
commit | 2fd903f4f6b0c967789e3e74aec6106359b16582 (patch) | |
tree | d7676472617771b8803a22ece1d7114e9755b5bc | |
parent | 6e2f24717f2c12cbc03bf959d629a944c9bf9368 (diff) |
hawkboard: tweak ubifs params
-rw-r--r-- | 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 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: |