diff options
| author | Telukula Jeevan Kumar Sahu <j-sahu@ti.com> | 2025-10-15 22:03:36 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 13:59:24 -0500 |
| commit | 1e831a61f010213e4186ea53d0b6b1d70c3b260b (patch) | |
| tree | 5c309fecdc86c2bfbfedc4e74f74ab81a334644b | |
| parent | 5ef2be147b44d6f52b0a8ce7310cbcbe8890ed24 (diff) | |
| download | meta-ti-1e831a61f010213e4186ea53d0b6b1d70c3b260b.tar.gz | |
conf: am335x-evm and am437x-evm: Bump up max_leb_cnt
New features added require another increase to max_leb_cnt
Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am335x-evm.conf | 2 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am437x-evm.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf index 029e761b..cc5d87d7 100644 --- a/meta-ti-bsp/conf/machine/am335x-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf | |||
| @@ -22,7 +22,7 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" | |||
| 22 | # UBI: logical eraseblock size: 126976 bytes | 22 | # UBI: logical eraseblock size: 126976 bytes |
| 23 | # from ubiattach stdout: | 23 | # from ubiattach stdout: |
| 24 | # UBI device number 0, total 1988 LEBs | 24 | # UBI device number 0, total 1988 LEBs |
| 25 | MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 16000" | 25 | MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" |
| 26 | 26 | ||
| 27 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 | 27 | # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 |
| 28 | # from dmesg: | 28 | # from dmesg: |
diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf index 248add70..bbe956f2 100644 --- a/meta-ti-bsp/conf/machine/am437x-evm.conf +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf | |||
| @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" | |||
| 21 | # UBI: logical eraseblock size: 253952 bytes | 21 | # UBI: logical eraseblock size: 253952 bytes |
| 22 | # from ubiattach stdout: | 22 | # from ubiattach stdout: |
| 23 | # UBI device number 0, total 994 LEBs | 23 | # UBI device number 0, total 994 LEBs |
| 24 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" | 24 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 10000" |
| 25 | 25 | ||
| 26 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 | 26 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 |
| 27 | # from dmesg: | 27 | # from dmesg: |
