diff mbox series

[meta-ti,master,1/1] conf: machine: am62lxx-evm: Increase max LEB count

Message ID 20260320121402.269297-2-p-deshmukh@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Fix UBIFS build failure for am62lxx-evm platform | expand

Commit Message

Pratham Deshmukh March 20, 2026, 12:14 p.m. UTC
The mkfs.ubifs tool was failing with "max_leb_cnt too low (10077 needed)"
error when building tisdk-default-image for am62lxx-evm-rt. Increased
the -c parameter in MKUBIFS_ARGS from 8500 to 12000 to accommodate the
larger filesystem size requirement.

Signed-off-by: Pratham Deshmukh <p-deshmukh@ti.com>
---
 meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
index a0bccf57..9aa4b853 100644
--- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
@@ -6,7 +6,7 @@  require conf/machine/include/am62lxx.inc
 
 IMAGE_FSTYPES += "ubifs ubi"
 
-MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
+MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 12000"
 
 UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"