diff mbox series

[meta-ti,scarthgap] conf: am335x-evm: Bump up max_leb_cnt

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

Commit Message

Chirag Shilwant April 8, 2024, 4:13 p.m. UTC
New features added require another increase to max_leb_cnt.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denys Dmytriyenko April 8, 2024, 6:09 p.m. UTC | #1
Are there still any UBI-based tests running on am335x platform?


On Mon, Apr 08, 2024 at 09:43:01PM +0530, Chirag Shilwant wrote:
> New features added require another increase to max_leb_cnt.
> 
> Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
> ---
>  meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf
> index 97a4b8b0..5b7739ce 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 12000"
> +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 13000"
>  
>  # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
>  # from dmesg:
> -- 
> 2.34.1
Ryan Eatmon April 8, 2024, 7:56 p.m. UTC | #2
On 4/8/2024 1:09 PM, Denys Dmytriyenko wrote:
> Are there still any UBI-based tests running on am335x platform?

No idea.  Let me check.


> 
> On Mon, Apr 08, 2024 at 09:43:01PM +0530, Chirag Shilwant wrote:
>> New features added require another increase to max_leb_cnt.
>>
>> Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
>> ---
>>   meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf
>> index 97a4b8b0..5b7739ce 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 12000"
>> +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 13000"
>>   
>>   # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
>>   # from dmesg:
>> -- 
>> 2.34.1
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf
index 97a4b8b0..5b7739ce 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 12000"
+MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 13000"
 
 # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
 # from dmesg: