From 1394211e26fa32ed1f6b407f2917c2110384b63b Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Mon, 21 Apr 2025 12:17:12 +0530 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 13000" +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 16000" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: -- cgit v1.2.3-54-g00ecf