[Angstrom-devel] [PATCH] narcissus: Set max LEB count to 4097 to avoid mkfs.ubifs segmentation fault
Joel A Fernandes
agnel.joel at gmail.com
Wed Jul 20 23:37:22 CEST 2011
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"
# UBI: smallest flash I/O unit: 2048
# UBI: physical eraseblock size: 131072 bytes (128 KiB)
# UBI: sub-page size: 512
--
1.7.0.4
More information about the Angstrom-distro-devel
mailing list