[Angstrom-devel] [PATCH] narcissus: Set max LEB count to 4097 to avoid mkfs.ubifs segmentation fault
Koen Kooi
koen at dominion.thruhere.net
Thu Jul 21 08:14:05 CEST 2011
Op 20 jul 2011, om 23:37 heeft Joel A Fernandes het volgende geschreven:
> Signed-off-by: Joel A Fernandes <agnel.joel at gmail.com>
> ---
> conf/beagleboard/machine-config | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/beagleboard/machine-config b/conf/beagleboard/machine-config
> index 6d44260..f9caa45 100644
> --- a/conf/beagleboard/machine-config
> +++ b/conf/beagleboard/machine-config
> @@ -1,8 +1,8 @@
> EXTRA_IMAGECMD_jffs2="-lnp "
> # UBI: smallest flash I/O unit: 2048
> # UBI: logical eraseblock size: 129024 bytes
> -# UBI device number 0, total 1996 LEBs
> -MKUBIFS_ARGS="-m 2048 -e 129024 -c 1996"
> +# UBI device number 0, total 4097 LEBs
> +MKUBIFS_ARGS="-m 2048 -e 129024 -c 4097"
And how does that work for C4 and earlier?
More information about the Angstrom-distro-devel
mailing list