[oe-commits] org.oe.dev logicpd-pxa270.conf: add --eraseblock=0x40000

cbrake commit openembedded-commits at lists.openembedded.org
Thu Oct 19 20:17:21 UTC 2006


logicpd-pxa270.conf: add --eraseblock=0x40000

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 345e8a8f2ff4e1eb4b806053856f075bf111a801
ViewMTN: http://monotone.openembedded.org/revision.psp?id=345e8a8f2ff4e1eb4b806053856f075bf111a801
Files:
1
conf/machine/logicpd-pxa270.conf
Diffs:

#
# mt diff -r683898a7d1f42bdea11a1d41b64278569f0818f5 -r345e8a8f2ff4e1eb4b806053856f075bf111a801
#
# 
# 
# patch "conf/machine/logicpd-pxa270.conf"
#  from [bce752eb0fd758c02b2eded09ed1234d07686721]
#    to [c160601d0978919456ea1e94402500e407627166]
# 
============================================================
--- conf/machine/logicpd-pxa270.conf	bce752eb0fd758c02b2eded09ed1234d07686721
+++ conf/machine/logicpd-pxa270.conf	c160601d0978919456ea1e94402500e407627166
@@ -16,7 +16,12 @@ ROOT_FLASH_SIZE = "32"
 
 # used by opie-collections.inc
 ROOT_FLASH_SIZE = "32"
-# EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000"
-EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000"
 
+# default flash partition setup of the LogicPD flash board is:
+# 0x00000000-0x000c0000 : "Bootloader"
+# 0x000c0000-0x01000000 : "YAFFS"
+# 0x01000000-0x02000000 : "Filesystem" (JFFS2)
 
+EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000"
+
+






More information about the Openembedded-commits mailing list