[oe-commits] org.oe.dev fic-gta01: Pad to the end of flash to work around filesystem issues due to lacking flash erase.

florian commit openembedded-commits at lists.openembedded.org
Fri Mar 9 11:20:12 UTC 2007


fic-gta01: Pad to the end of flash to work around filesystem issues due to lacking flash erase.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: a493ab6d3816df87b73bd14750c0ae4c366680be
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a493ab6d3816df87b73bd14750c0ae4c366680be
Files:
1
conf/machine/fic-gta01.conf
Diffs:

#
# mt diff -re9800ff1d1c540cbc00c4a21b8ab6d7a0e417b73 -ra493ab6d3816df87b73bd14750c0ae4c366680be
#
# 
# 
# patch "conf/machine/fic-gta01.conf"
#  from [0350d1b7cd17b1ddac32d545db481797f91068c4]
#    to [3ba6419be900a40c9f5ea0ac270e65890fb293b2]
# 
============================================================
--- conf/machine/fic-gta01.conf	0350d1b7cd17b1ddac32d545db481797f91068c4
+++ conf/machine/fic-gta01.conf	3ba6419be900a40c9f5ea0ac270e65890fb293b2
@@ -30,7 +30,7 @@ ROOT_FLASH_SIZE = "60"
 ROOT_FLASH_SIZE = "60"
 
 # extra jffs2 tweaks
-EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad=0x3C00000 -n"
 
 # build tools
 EXTRA_IMAGEDEPENDS += "sjf2410-linux-native"






More information about the Openembedded-commits mailing list