diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-17 17:36:03 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-17 17:36:03 +0000 |
commit | 6c3af2bd2199a27eab8c4e36718101e41411c5ae (patch) | |
tree | 97f00b3d4979cd07e113b51a577eea7b6f5df837 | |
parent | 8f33c69ab16d9a314b3f5a7407f2a001990cc662 (diff) |
fic-gta02.conf : use the correct values for creating jffs2 and also
create the summary file. Based on work of Werner (OpenMoko)
-rw-r--r-- | conf/machine/fic-gta02.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index dad60e20c8..bd9621413a 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -35,7 +35,11 @@ SERIAL_CONSOLE = "115200 ttySAC2" ROOT_FLASH_SIZE = "256" # extra jffs2 tweaks -EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ + --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ + --littleendian --pad \ + -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" # build / upload tools EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" |