All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images
@ 2017-03-02 23:17 Denys Dmytriyenko
  2017-03-03 11:10 ` Stiffler, Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-03-02 23:17 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/k2e-evm.conf  | 2 +-
 conf/machine/k2g-evm.conf  | 2 +-
 conf/machine/k2hk-evm.conf | 2 +-
 conf/machine/k2l-evm.conf  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
index 95b0e42..bb6b5fb 100644
--- a/conf/machine/k2e-evm.conf
+++ b/conf/machine/k2e-evm.conf
@@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 3856 LEBs
-MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index 458dfe4..997406b 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -26,7 +26,7 @@ SYSVINIT_ENABLED_GETTYS = ""
 # UBI: logical eraseblock size:    253952 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1926 LEBs
-MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index 6adb016..88d1608 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 3856 LEBs
-MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index b4721d0..9b00a20 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
 # UBI: logical eraseblock size:    253952 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1926 LEBs
-MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
-- 
2.7.4



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

* Re: [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images
  2017-03-02 23:17 [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images Denys Dmytriyenko
@ 2017-03-03 11:10 ` Stiffler, Jacob
  2017-03-03 19:11   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Stiffler, Jacob @ 2017-03-03 11:10 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti



> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, March 02, 2017 6:17 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [morty/master][PATCH] conf/machine: bump Keystone
> max_leb_cnt by 10% to fit debug images

If I recall correctly, these sizes are the maximum they can be to fit the UBIFS image into the NAND. 

The tisdk-server-extra-rootfs-image was created to produce images which exceed the limitations of the board.

> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  conf/machine/k2e-evm.conf  | 2 +-
>  conf/machine/k2g-evm.conf  | 2 +-
>  conf/machine/k2hk-evm.conf | 2 +-
>  conf/machine/k2l-evm.conf  | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
> index 95b0e42..bb6b5fb 100644
> --- a/conf/machine/k2e-evm.conf
> +++ b/conf/machine/k2e-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:    126976 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 3856 LEBs
> -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
> index 458dfe4..997406b 100644
> --- a/conf/machine/k2g-evm.conf
> +++ b/conf/machine/k2g-evm.conf
> @@ -26,7 +26,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:    253952 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 1926 LEBs
> -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
> index 6adb016..88d1608 100644
> --- a/conf/machine/k2hk-evm.conf
> +++ b/conf/machine/k2hk-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:    126976 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 3856 LEBs
> -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
> index b4721d0..9b00a20 100644
> --- a/conf/machine/k2l-evm.conf
> +++ b/conf/machine/k2l-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:    253952 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 1926 LEBs
> -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> --
> 2.7.4
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images
  2017-03-03 11:10 ` Stiffler, Jacob
@ 2017-03-03 19:11   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-03-03 19:11 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-ti

On Fri, Mar 03, 2017 at 06:10:39AM -0500, Stiffler, Jacob wrote:
> If I recall correctly, these sizes are the maximum they can be to fit the 
> UBIFS image into the NAND.
> 
> The tisdk-server-extra-rootfs-image was created to produce images which 
> exceed the limitations of the board.

Then we need to move something to the "extra" image again, otherwise "debug" 
builds (and those are only kernel debug, not userspace) no longer fit in the 
main image...


> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  conf/machine/k2e-evm.conf  | 2 +-
> >  conf/machine/k2g-evm.conf  | 2 +-
> >  conf/machine/k2hk-evm.conf | 2 +-
> >  conf/machine/k2l-evm.conf  | 2 +-
> >  4 files changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
> > index 95b0e42..bb6b5fb 100644
> > --- a/conf/machine/k2e-evm.conf
> > +++ b/conf/machine/k2e-evm.conf
> > @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
> >  # UBI: logical eraseblock size:    126976 bytes
> >  # from ubiattach stdout:
> >  # UBI device number 0, total 3856 LEBs
> > -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> > +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> > 
> >  # do ubiattach /dev/ubi_ctrl -m 4
> >  # from dmesg:
> > diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
> > index 458dfe4..997406b 100644
> > --- a/conf/machine/k2g-evm.conf
> > +++ b/conf/machine/k2g-evm.conf
> > @@ -26,7 +26,7 @@ SYSVINIT_ENABLED_GETTYS = ""
> >  # UBI: logical eraseblock size:    253952 bytes
> >  # from ubiattach stdout:
> >  # UBI device number 0, total 1926 LEBs
> > -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> > +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> > 
> >  # do ubiattach /dev/ubi_ctrl -m 4
> >  # from dmesg:
> > diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
> > index 6adb016..88d1608 100644
> > --- a/conf/machine/k2hk-evm.conf
> > +++ b/conf/machine/k2hk-evm.conf
> > @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
> >  # UBI: logical eraseblock size:    126976 bytes
> >  # from ubiattach stdout:
> >  # UBI device number 0, total 3856 LEBs
> > -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> > +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> > 
> >  # do ubiattach /dev/ubi_ctrl -m 4
> >  # from dmesg:
> > diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
> > index b4721d0..9b00a20 100644
> > --- a/conf/machine/k2l-evm.conf
> > +++ b/conf/machine/k2l-evm.conf
> > @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
> >  # UBI: logical eraseblock size:    253952 bytes
> >  # from ubiattach stdout:
> >  # UBI device number 0, total 1926 LEBs
> > -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> > +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> > 
> >  # do ubiattach /dev/ubi_ctrl -m 4
> >  # from dmesg:
> > --
> > 2.7.4
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2017-03-03 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 23:17 [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images Denys Dmytriyenko
2017-03-03 11:10 ` Stiffler, Jacob
2017-03-03 19:11   ` Denys Dmytriyenko

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.