All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
@ 2023-06-11  1:05 Ryan Eatmon
  2023-06-12 22:44 ` Bajjuri, Praneeth
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2023-06-11  1:05 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

New features added require an increase to max_leb_cnt.

Signed-off-by: Ryan Eatmon <reatmon@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 9301406b..266f1f20 100644
--- a/meta-ti-bsp/conf/machine/am335x-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
@@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1988 LEBs
-MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 9900"
+MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
 
 # 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 98602add..6501a3ef 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 4800"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5000"
 
 # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
 # from dmesg:
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
  2023-06-11  1:05 [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt Ryan Eatmon
@ 2023-06-12 22:44 ` Bajjuri, Praneeth
  0 siblings, 0 replies; 6+ messages in thread
From: Bajjuri, Praneeth @ 2023-06-12 22:44 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko, meta-ti, Julien Panis, Panis, Julien



On 6/10/2023 8:05 PM, Ryan Eatmon wrote:
> New features added require an increase to max_leb_cnt.

+Julien (Please review)


> 
> Signed-off-by: Ryan Eatmon <reatmon@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 9301406b..266f1f20 100644
> --- a/meta-ti-bsp/conf/machine/am335x-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
> @@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>   # UBI: logical eraseblock size:    126976 bytes
>   # from ubiattach stdout:
>   # UBI device number 0, total 1988 LEBs
> -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 9900"
> +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
>   
>   # 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 98602add..6501a3ef 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 4800"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5000"
>   
>   # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
>   # from dmesg:


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
@ 2023-08-22 20:15 Ryan Eatmon
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Eatmon @ 2023-08-22 20:15 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

New features added require another increase to max_leb_cnt.

Signed-off-by: Ryan Eatmon <reatmon@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 f19cc441..7518bc8d 100644
--- a/meta-ti-bsp/conf/machine/am335x-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
@@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1988 LEBs
-MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10800"
+MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 12000"
 
 # 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 d70d591b..58b7996f 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 5200"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 6000"
 
 # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
 # from dmesg:
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
  2023-06-20 19:25 ` Bajjuri, Praneeth
@ 2023-06-21  6:30   ` Julien Panis
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Panis @ 2023-06-21  6:30 UTC (permalink / raw)
  To: Bajjuri, Praneeth, Ryan Eatmon, Denys Dmytriyenko, meta-ti



On 6/20/23 21:25, Bajjuri, Praneeth wrote:
>
>
> On 6/20/2023 12:09 PM, Ryan Eatmon wrote:
>> New features added require another increase to max_leb_cnt.
>
> Julien,
>
> Please review.
>
>
>>
>> Signed-off-by: Ryan Eatmon <reatmon@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(-)

Reviewed-by: Julien Panis <jpanis@baylibre.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
  2023-06-20 17:09 Ryan Eatmon
@ 2023-06-20 19:25 ` Bajjuri, Praneeth
  2023-06-21  6:30   ` Julien Panis
  0 siblings, 1 reply; 6+ messages in thread
From: Bajjuri, Praneeth @ 2023-06-20 19:25 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko, meta-ti, Julien Panis



On 6/20/2023 12:09 PM, Ryan Eatmon wrote:
> New features added require another increase to max_leb_cnt.

Julien,

Please review.


> 
> Signed-off-by: Ryan Eatmon <reatmon@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 266f1f20..b41ae14a 100644
> --- a/meta-ti-bsp/conf/machine/am335x-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
> @@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>   # UBI: logical eraseblock size:    126976 bytes
>   # from ubiattach stdout:
>   # UBI device number 0, total 1988 LEBs
> -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
> +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10700"
>   
>   # 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 6501a3ef..ca57a8fb 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 5000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5100"
>   
>   # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
>   # from dmesg:


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt
@ 2023-06-20 17:09 Ryan Eatmon
  2023-06-20 19:25 ` Bajjuri, Praneeth
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2023-06-20 17:09 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

New features added require another increase to max_leb_cnt.

Signed-off-by: Ryan Eatmon <reatmon@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 266f1f20..b41ae14a 100644
--- a/meta-ti-bsp/conf/machine/am335x-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
@@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1988 LEBs
-MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
+MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10700"
 
 # 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 6501a3ef..ca57a8fb 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 5000"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5100"
 
 # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
 # from dmesg:
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-22 20:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-11  1:05 [meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt Ryan Eatmon
2023-06-12 22:44 ` Bajjuri, Praneeth
2023-06-20 17:09 Ryan Eatmon
2023-06-20 19:25 ` Bajjuri, Praneeth
2023-06-21  6:30   ` Julien Panis
2023-08-22 20:15 Ryan Eatmon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.