diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-29 23:06:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-01 17:08:19 -0500 |
commit | 0d7f26f1112e77d652825630fd3c9a6fab46b1cc (patch) | |
tree | 111f8413eca562391d04dc1e3b15ae636ee54a22 /conf | |
parent | 24005c9e12dbcba53363bf9481ce123a4f7d4090 (diff) | |
download | meta-ti-0d7f26f1112e77d652825630fd3c9a6fab46b1cc.tar.gz |
conf: machine: am57xx-evm, dra7xx-evm: Increase max_leb_cnt
* With the addition of the video analytics demo, the filesystem has
exceeded size limited by the previous max_leb_cnt.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 8d5d5ccb..e32b98f0 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -23,7 +23,7 @@ UBOOT_MACHINE = "am57xx_evm_config" | |||
23 | # UBI: logical eraseblock size: 126976 bytes | 23 | # UBI: logical eraseblock size: 126976 bytes |
24 | # from ubiattach stdout: | 24 | # from ubiattach stdout: |
25 | # UBI device number 0, total 1988 LEBs | 25 | # UBI device number 0, total 1988 LEBs |
26 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 6400" | 26 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" |
27 | 27 | ||
28 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | 28 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 |
29 | # from dmesg: | 29 | # from dmesg: |
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 9bfcb5c9..986b8e27 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -23,7 +23,7 @@ UBOOT_MACHINE = "dra7xx_evm_config" | |||
23 | # UBI: logical eraseblock size: 126976 bytes | 23 | # UBI: logical eraseblock size: 126976 bytes |
24 | # from ubiattach stdout: | 24 | # from ubiattach stdout: |
25 | # UBI device number 0, total 1988 LEBs | 25 | # UBI device number 0, total 1988 LEBs |
26 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 6400" | 26 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192" |
27 | 27 | ||
28 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | 28 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 |
29 | # from dmesg: | 29 | # from dmesg: |