git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0ffec
)
zaurus-2.6.inc: set ERASEBLOCKSIZE_spitz = "0x20000"
author
Andrea Adami
<andrea.adami@gmail.com>
Wed, 6 May 2009 22:44:10 +0000
(
00:44
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Wed, 6 May 2009 22:44:10 +0000
(
00:44
+0200)
- add a note about NAND differences between 3000 and 3100/3200 models
- possibly broken for C3000
conf/machine/include/zaurus-2.6.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/zaurus-2.6.inc
b/conf/machine/include/zaurus-2.6.inc
index
b0dc21f
..
c6dafc1
100644
(file)
--- a/
conf/machine/include/zaurus-2.6.inc
+++ b/
conf/machine/include/zaurus-2.6.inc
@@
-8,6
+8,10
@@
MACHINE_KERNEL_VERSION = "2.6"
ERASEBLOCKSIZE = "0x4000"
ERASEBLOCKSIZE_akita = "0x20000"
+# Warning! SL-C3000 seems to be "0x4000" (16m NAND)
+# C3100 and C3200 have same 128MB NAND device as akita
+ERASEBLOCKSIZE_spitz = "0x20000"
+
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n"
EXTRA_IMAGEDEPENDS += "zaurus-installer"