aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-12-11 00:01:33 +0100
committerAndrea Adami <andrea.adami@gmail.com>2013-12-15 17:08:08 +0100
commitb57f845cf32257a56448d59ecb590cc64737a82a (patch)
treee165b78347fe9c05b62b4d7edcf5c7a8db891a68 /conf/machine
parentf7d2dd6cd9144837996673cc396bc68114eb294a (diff)
downloadmeta-handheld-b57f845cf32257a56448d59ecb590cc64737a82a.tar.gz
collie.conf: fix mkfs.ubifs and ubinize parameters for NOR
Type: nor Eraseblock size: 131072 bytes, 128.0 KiB Amount of eraseblocks: 113 (14811136 bytes, 14.1 MiB) Minimum input/output unit size: 1 byte Sub-page size: 1 byte See example for 32MiB NOR flash with 128KiB: http://www.linux-mtd.infradead.org/faq/ubifs.html#L_mkfubifs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/collie.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index c98d2f4..cb5a928 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -13,8 +13,8 @@ EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
# UBI: max collie (14.125 = 113 PEBs)
# 14.125 x 1024 : 128 = 113 PEBs
-MKUBIFS_ARGS = "-m 2048 -e 129024 -c 113 -x zlib"
-UBINIZE_ARGS = "-m 2048 -p 131072 -s 512"
+MKUBIFS_ARGS = "-m 1 -e 130944 -c 113 -x zlib"
+UBINIZE_ARGS = "-m 1 -p 131072"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"