summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-12-11 13:18:50 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-12-11 18:37:24 -0500
commit7d91b3d793ce6a96d04748c473d41cae948e2292 (patch)
tree648c0bd295d899b519a9d9bd6d383a8609209a47
parent802a01fd247e8ae892ddfa133eb8258102205f4d (diff)
downloadmeta-ti-7d91b3d793ce6a96d04748c473d41cae948e2292.tar.gz
am437x-evm.conf: update UBI values specific to AM437x NAND
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am437x-evm.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index 901bfe89..266f1fda 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -18,18 +18,18 @@ SERIAL_CONSOLE = "115200 ttyO0"
18# details about this board please see 18# details about this board please see
19# http://processors.wiki.ti.com/index.php/UBIFS_Support 19# http://processors.wiki.ti.com/index.php/UBIFS_Support
20 20
21# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 21# do ubiattach /dev/ubi_ctrl -m 11 -O 4096
22# From dmesg: 22# From dmesg:
23# UBI: smallest flash I/O unit: 2048 23# UBI: smallest flash I/O unit: 4096
24# UBI: logical eraseblock size: 126976 bytes 24# UBI: logical eraseblock size: 253952 bytes
25# from ubiattach stdout: 25# from ubiattach stdout:
26# UBI device number 0, total 1988 LEBs 26# UBI device number 0, total 994 LEBs
27MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" 27MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 994"
28 28
29# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 29# do ubiattach /dev/ubi_ctrl -m 11 -O 4096
30# from dmesg: 30# from dmesg:
31# UBI: smallest flash I/O unit: 2048 31# UBI: smallest flash I/O unit: 4096
32# UBI: physical eraseblock size: 131072 bytes (128 KiB) 32# UBI: physical eraseblock size: 262144 bytes (256 KiB)
33# UBI: sub-page size: 512 33# UBI: sub-page size: 4096
34# UBI: VID header offset: 2048 (aligned 2048) 34# UBI: VID header offset: 4096 (aligned 4096)
35UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 35UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096"