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 <[email protected]>
> > ---
> >  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
> > [email protected]
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to