[meta-ti] [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images
Stiffler, Jacob
j-stiffler at ti.com
Fri Mar 3 03:10:39 PST 2017
> -----Original Message-----
> From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
> bounces at yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, March 02, 2017 6:17 PM
> To: meta-ti at 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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list