summaryrefslogtreecommitdiffstats
path: root/conf/machine/am437x-evm.conf
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:42 -0500
commit5cde1e9e094b72e88a007bb0b1b53d627fe33903 (patch)
treecb68fc8b87283ffcdfeaec59026ae03635eb0e9c /conf/machine/am437x-evm.conf
parent24e01a72680009bb5ec13834198f154b1da5d5c8 (diff)
downloadmeta-ti-5cde1e9e094b72e88a007bb0b1b53d627fe33903.tar.gz
am437x-evm.conf: update UBI values specific to AM437x NAND
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am437x-evm.conf')
-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"