diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 17:53:16 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 17:53:16 +0300 |
commit | 3fe1150b7afa91ee59dfa6346c1f7387638b7817 (patch) | |
tree | f8ebfebb52dcfdaf4c3d2ac48d42a400a6965c94 /conf/machine/overo.conf | |
parent | af306c58971bfa2e553d763e7b76fd510637fb55 (diff) | |
parent | 57916b57430f2d8ff4341ffcf1dfdcba9b433a92 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/overo.conf')
-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" |