diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2025-04-21 12:17:12 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-04-23 14:21:16 -0500 |
commit | 1394211e26fa32ed1f6b407f2917c2110384b63b (patch) | |
tree | 58fb14b1c505d48ab131de9a6d666d9a94a6eefe | |
parent | 9ae3d157d60a43b83a7e80ba3b53a38e4c58660d (diff) | |
download | meta-ti-1394211e26fa32ed1f6b407f2917c2110384b63b.tar.gz |
conf: machine: am335x-evm: Bump up max_leb_cnt
New features added under meta-tisdk [0] require another
increase to max_leb_cnt.
[0]: https://github.com/TexasInstruments/meta-tisdk/commit/3985a7caeabe146dadc58fdb21e430d84642ee75
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/conf/machine/am335x-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf index 5b7739ce..029e761b 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 13000" | 25 | MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 16000" |
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: |