diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-16 12:29:39 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-16 12:29:39 +0100 |
commit | 62043dda10d17bc44bd7ff94cc8099d4f7d9d928 (patch) | |
tree | 6f92396a6b955b46efa49d9b14b8bdb7536211d2 /conf/machine | |
parent | bbe2a6e40a92458c8f606210de37d2eab4884acc (diff) |
overo: add ubifs support
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/overo.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf index 91413ec903..2a93ab069d 100644 --- a/conf/machine/overo.conf +++ b/conf/machine/overo.conf @@ -29,4 +29,17 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" - +# do ubiattach /dev/ubi_ctrl -m 4 +# From dmesg: +# UBI: smallest flash I/O unit: 2048 +# UBI: logical eraseblock size: 129024 bytes +# from ubiattach stdout: +# UBI device number 0, total 1996 LEBs +MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" + +# 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" |