summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-11-16 10:53:55 -0600
committerDenys Dmytriyenko <denys@ti.com>2013-02-17 16:23:09 -0500
commit3c67c9357c8d6803d137534c6ee036cb6557c41e (patch)
tree8dc6f6c580be96c6355746d3bc5ccc0f2739bf1f /conf
parent544a96c93537e58c6dfb7a81f7af805d42114233 (diff)
downloadmeta-ti-3c67c9357c8d6803d137534c6ee036cb6557c41e.tar.gz
am335x-evm: Increase UBI max size to 500MB
* Based on the EVM and beaglebone + NAND memory cape we can increase the base file system size to 500MB since by default there is about 504MB of space allocated to the file system partition in the NAND. * The max size in LEBs was determined using the formula at http://processors.wiki.ti.com/index.php/UBIFS_Support Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am335x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 762f787c..cd30594b 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -28,7 +28,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
28# UBI: logical eraseblock size: 126976 bytes 28# UBI: logical eraseblock size: 126976 bytes
29# from ubiattach stdout: 29# from ubiattach stdout:
30# UBI device number 0, total 1988 LEBs 30# UBI device number 0, total 1988 LEBs
31MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 1988" 31MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
32 32
33# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 33# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
34# from dmesg: 34# from dmesg: