diff options
| author | Pratham Deshmukh <p-deshmukh@ti.com> | 2026-03-20 17:44:02 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-03-20 10:13:55 -0500 |
| commit | f1f8bac720c40535681642a6d69ff4d772f83fba (patch) | |
| tree | df3fbeb14c1a1770afd489212ff7c147718197cc | |
| parent | c4fc80ccd76ed65a98cedc0b77a64e576b691320 (diff) | |
| download | meta-ti-master-wip.tar.gz | |
conf: machine: am62lxx-evm: Increase max LEB countmaster-wip
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 6 | 6 | ||
| 7 | IMAGE_FSTYPES += "ubifs ubi" | 7 | IMAGE_FSTYPES += "ubifs ubi" |
| 8 | 8 | ||
| 9 | MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500" | 9 | MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 12000" |
| 10 | 10 | ||
| 11 | UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024" | 11 | UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024" |
| 12 | 12 | ||
