From 392a4624df3b72cfbe29630394ac1773569f8109 Mon Sep 17 00:00:00 2001 From: Chirag Shilwant Date: Thu, 10 Apr 2025 19:28:26 +0530 Subject: [PATCH] conf: machine: am62lxx-evm: Bump up max_leb_cnt * New features added under meta-tisdk [0] require another increase to max_leb_cnt. * This patch fixes following errors observed with 11.00.09.04 tag on meta-tisdk, Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index 8d1e1fe2..607092a7 100644 --- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf @@ -7,7 +7,7 @@ require conf/machine/include/ti-extras.inc IMAGE_FSTYPES += "ubifs ubi" -MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8000" +MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"