diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-03 21:43:23 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-03 21:43:23 +0000 |
commit | d8dee2dbdd4179ab2be3b6fb181804e260f6fa2e (patch) | |
tree | d8408af465147d56e0aab33a3f87f96f578b6796 /conf/machine/compulab-pxa270.conf | |
parent | 8f230b532b01946c51ef6a02dbac8832b9d59389 (diff) | |
parent | f8e6d309c31ae8cb1c5a7a29e1fe21a398f947eb (diff) |
merge of 'a40e58b084ec71667a82bd3224987f976711d93e'
and 'e549bf0a27ef25982b9db1bdc644fc97353ddd7b'
Diffstat (limited to 'conf/machine/compulab-pxa270.conf')
-rw-r--r-- | conf/machine/compulab-pxa270.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index d8d9264699..4febd8939e 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -19,6 +19,13 @@ ROOT_FLASH_SIZE ?= "32" EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" +# for NAND flash. +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pad=0x20000;\ + sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ + -e 0x20000 -p\ + " + MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa" MACHINE_TASK_PROVIDER = "task-base" |