| Message ID | 20260924063910.789534-1-s-sadik@ti.com |
|---|---|
| State | Superseded |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | conf: am335x-evm : Bump up max_leb_cnt | expand |
meta-ti / na / 20260924063910.789534-1-s-sadik
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [PATCH] conf: am335x-evm : Bump up max_leb_cnt
WARN: Missing branches specifier [master/scarthgap/XXXXX]. (META-2)
patch:84
Subject: [PATCH] conf: am335x-evm : Bump up max_leb_cnt
WARN: Commit message does not include file/recipe name: conf: am335x-evm : Bump up max_leb_cnt. (COMMIT-MESSAGE-2)
patch
WARN: Commit message should not include directory path to recipe: conf: am335x-evm : Bump up max_leb_cnt.
conf (COMMIT-MESSAGE-3)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [PATCH] conf: am335x-evm : Bump up max_leb_cnt
- Submitter: From: Mahammed Sadik Shaik <s-sadik@ti.com>
- Date: Date: Thu, 24 Sep 2026 12:09:10 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 303efbf7a33a3e7315f88105f069feaa2364ae4e
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Paresh Bhagat <p-bhagat@ti.com>
- Commit Subject: ti-rtos-fw: Set EdgeAI DSP firmware as default for am62dxx
- Commit SHA: 345798758183d19076a1afb7ae71be570d06bece
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf index cc5d87d7..0dd4e7ce 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 18000" +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 24000" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg:
New features added require another increase to max_leb_cnt Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com> --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)