diff mbox series

[meta-ti,master/scarthgap] conf: machine: am62lxx-evm: Bump up max_leb_cnt

Message ID 20250410135826.1045373-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap] conf: machine: am62lxx-evm: Bump up max_leb_cnt | expand

Commit Message

Chirag Shilwant April 10, 2025, 1:58 p.m. UTC
* 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,

---
17:03:18 | DEBUG: Python function extend_recipe_sysroot finished
17:03:18 | DEBUG: Executing python function set_image_size
17:03:18 | DEBUG: 8748386.400000 = 6729528 * 1.300000
17:03:18 | DEBUG: 8748386.400000 = max(8748386.400000, 65536)[8748386.400000] + 0
17:03:18 | DEBUG: 8748387.000000 = int(8748386.400000)
17:03:18 | DEBUG: 8748387 = aligned(8748387)
17:03:18 | DEBUG: returning 8748387
17:03:18 | DEBUG: Python function set_image_size finished
17:03:18 | DEBUG: Executing shell function do_image_ubifs
17:03:18 | Error: max_leb_cnt too low (8134 needed)
---

[0]: https://github.com/TexasInstruments/meta-tisdk

Signed-off-by: Chirag Shilwant <c-shilwant@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 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"