| Message ID | 20251015163336.3955455-1-j-sahu@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,scarthgap/master] conf: am335x-evm and am437x-evm: Bump up max_leb_cnt | expand |
meta-ti / na / 20251015163336.3955455-1-j-sahu
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][scarthgap/master][PATCH] conf: am335x-evm and am437x-evm: Bump up max_leb_cnt
WARN: Commit message should not include directory path to recipe: conf: am335x-evm and am437x-evm: Bump up max_leb_cnt.
conf: (COMMIT-MESSAGE-3)
patch
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap/master][PATCH] conf: am335x-evm and am437x-evm: Bump up max_leb_cnt
- Submitter: From: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
- Date: Date: Wed, 15 Oct 2025 22:03:36 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 915f3302e3749978189450d66e3659030a4f0fa2
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: Andrew Davis <afd@ti.com>
- Commit Subject: meta-ti-extras: dsptop: Explicitly allow build for AM57x
- Commit SHA: c8c3142da3517745c28232b4c910988235c721b0
Patches
----------------------------------------
All patches applied
master
=====================
Summary:
- Patch Series: [meta-ti][scarthgap/master][PATCH] conf: am335x-evm and am437x-evm: Bump up max_leb_cnt
- Submitter: From: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
- Date: Date: Wed, 15 Oct 2025 22:03:36 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 915f3302e3749978189450d66e3659030a4f0fa2
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: j784s4: Add k3_bist tie-test-builds config
- Commit SHA: 0d80e80cfff5870b3f39e0a8e167b6cf7b6858b4
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
master
=====================
PASS
On Wed, Oct 15, 2025 at 10:03:36PM +0530, Jeevan via lists.yoctoproject.org wrote: > New features added require another increase to max_leb_cnt Quick question - is UBI still being used and/or tested on these platforms? If this is no longer part of regular testing, maybe it's time to disable UBI by default? > Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> > --- > meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- > meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf > index 029e761b..cc5d87d7 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 16000" > +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" > > # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 > # from dmesg: > diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf > index 248add70..bbe956f2 100644 > --- a/meta-ti-bsp/conf/machine/am437x-evm.conf > +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf > @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" > # UBI: logical eraseblock size: 253952 bytes > # from ubiattach stdout: > # UBI device number 0, total 994 LEBs > -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" > +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 10000" > > # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 > # from dmesg: > -- > 2.34.1
On Wed, Oct 15, 2025 at 10:20 PM, Denys Dmytriyenko wrote: > > On Wed, Oct 15, 2025 at 10:03:36PM +0530, Jeevan via lists.yoctoproject.org > wrote: > > New features added require another increase to max_leb_cnt > > Quick question - is UBI still being used and/or tested on these platforms? > > If this is no longer part of regular testing, maybe it's time to disable UBI > by default? > We need to maintain this as UBIFS is being tested for NAND on am335x and am437x. > > > Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> > > --- > > meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- > > meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf > b/meta-ti-bsp/conf/machine/am335x-evm.conf > > index 029e761b..cc5d87d7 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 16000" > > +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" > > > > # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 > > # from dmesg: > > diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf > b/meta-ti-bsp/conf/machine/am437x-evm.conf > > index 248add70..bbe956f2 100644 > > --- a/meta-ti-bsp/conf/machine/am437x-evm.conf > > +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf > > @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" > > # UBI: logical eraseblock size: 253952 bytes > > # from ubiattach stdout: > > # UBI device number 0, total 994 LEBs > > -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" > > +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 10000" > > > > # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 > > # from dmesg: > > -- > > 2.34.1 >
On Thu, Oct 16, 2025 at 10:54 AM, Jeevan wrote: > > On Wed, Oct 15, 2025 at 10:20 PM, Denys Dmytriyenko wrote: > > > > > On Wed, Oct 15, 2025 at 10:03:36PM +0530, Jeevan via lists.yoctoproject.org > > wrote: > > > New features added require another increase to max_leb_cnt > > Ping on this patch. Processor SDK builds are failing due to insufficient max_leb_cnt. > > Quick question - is UBI still being used and/or tested on these platforms? > > > > If this is no longer part of regular testing, maybe it's time to disable UBI > > > by default? > > > > We need to maintain this as UBIFS is being tested for NAND on am335x and > am437x. > > > > > > Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> > > > --- > > > meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- > > > meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- > > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf > > b/meta-ti-bsp/conf/machine/am335x-evm.conf > > > index 029e761b..cc5d87d7 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 16000" > > > +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" > > > > > > # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 > > > # from dmesg: > > > diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf > > b/meta-ti-bsp/conf/machine/am437x-evm.conf > > > index 248add70..bbe956f2 100644 > > > --- a/meta-ti-bsp/conf/machine/am437x-evm.conf > > > +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf > > > @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" > > > # UBI: logical eraseblock size: 253952 bytes > > > # from ubiattach stdout: > > > # UBI device number 0, total 994 LEBs > > > -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" > > > +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 10000" > > > > > > # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 > > > # from dmesg: > > > -- > > > 2.34.1 > > >
diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf index 029e761b..cc5d87d7 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 16000" +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 18000" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf index 248add70..bbe956f2 100644 --- a/meta-ti-bsp/conf/machine/am437x-evm.conf +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0" # UBI: logical eraseblock size: 253952 bytes # from ubiattach stdout: # UBI device number 0, total 994 LEBs -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 8000" +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 10000" # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 # from dmesg:
New features added require another increase to max_leb_cnt Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com> --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)