aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/vmx25.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/vmx25.conf b/conf/machine/vmx25.conf
index 2d82dd2ae4..e8adfd5baa 100644
--- a/conf/machine/vmx25.conf
+++ b/conf/machine/vmx25.conf
@@ -31,3 +31,9 @@ require conf/machine/include/tune-arm926ejs.inc
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttymxc0"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n \
+ --pad ; sumtool --eraseblock=0x20000 -n \
+ --littleendian --pad \
+ -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"