All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Stiffler, Jacob" <j-stiffler@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images
Date: Fri, 3 Mar 2017 14:11:24 -0500	[thread overview]
Message-ID: <20170303191124.GJ12614@edge> (raw)
In-Reply-To: <4B26FB5A64EBA14C87266869E037F958253B3B2E@DFLE09.ent.ti.com>

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


      reply	other threads:[~2017-03-03 19:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170303191124.GJ12614@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.