summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-08-26 02:11:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-25 16:53:28 -0400
commit8d5d51a31ff50e3f17c037265ff3c5203a19cbcf (patch)
tree6f5b52f17368212e527b697e4048868cce330656
parent6f82e541f3b9769f0f6e552d27a274ad4c60234b (diff)
downloadmeta-ti-8d5d51a31ff50e3f17c037265ff3c5203a19cbcf.tar.gz
machines: bump max_leb_cnt to fit larger images
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am335x-evm.conf2
-rw-r--r--conf/machine/am437x-evm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index bbb5d831..571cbecd 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0"
24# UBI: logical eraseblock size: 126976 bytes 24# UBI: logical eraseblock size: 126976 bytes
25# from ubiattach stdout: 25# from ubiattach stdout:
26# UBI device number 0, total 1988 LEBs 26# UBI device number 0, total 1988 LEBs
27MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4200" 27MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
28 28
29# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 29# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
30# from dmesg: 30# from dmesg:
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf
index 15e5f537..04f0571e 100644
--- a/conf/machine/am437x-evm.conf
+++ b/conf/machine/am437x-evm.conf
@@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0"
24# UBI: logical eraseblock size: 253952 bytes 24# UBI: logical eraseblock size: 253952 bytes
25# from ubiattach stdout: 25# from ubiattach stdout:
26# UBI device number 0, total 994 LEBs 26# UBI device number 0, total 994 LEBs
27MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1918" 27MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
28 28
29# do ubiattach /dev/ubi_ctrl -m 11 -O 4096 29# do ubiattach /dev/ubi_ctrl -m 11 -O 4096
30# from dmesg: 30# from dmesg: