[oe-commits] Andrea Adami : zaurus-clamshells: add mtdparts info in $machine.conf

GIT User account git at amethyst.openembedded.net
Sun Mar 29 21:52:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 809a403054ff9fcdebc26fdb3f54226b30a89eb2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=809a403054ff9fcdebc26fdb3f54226b30a89eb2

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Mar 29 23:49:08 2009 +0200

zaurus-clamshells: add mtdparts info in $machine.conf

---

 conf/machine/akita.conf |    2 ++
 conf/machine/c7x0.conf  |    8 +++++++-
 conf/machine/spitz.conf |    4 ++++
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index 0f5eaca..83331f2 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -10,4 +10,6 @@ MACHINE_FEATURES += "iwmmxt"
 
 IMAGE_FSTYPES ?= "jffs2"
 
+# NAND factory-default
+# mtdparts=sharpsl-nand:7168k at 0k(smf),59392k at 7168k(root),-(home) 
 ROOT_FLASH_SIZE = "58"
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf
index 6681ad1..11a2f89 100644
--- a/conf/machine/c7x0.conf
+++ b/conf/machine/c7x0.conf
@@ -7,9 +7,15 @@ require conf/machine/include/zaurus-clamshell.inc
 
 IMAGE_FSTYPES += "jffs2"
 
+# NAND factory-default
+# SL-C700 (corgi) mtdparts=sharpsl-nand:7168k at 0k(smf),25600k at 7168k(root),-(home)
+# SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k at 0k(smf),25600k at 7168k(root),-(home)
+# SL-C760 (Husky) mtdparts=sharpsl-nand:7168k at 0k(smf),54272k at 7168k(root),-(home)
+# SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k at 0k(smf),54272k at 7168k(root),-(home)
+
 ROOT_FLASH_SIZE = "25"
 # yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs,
-# but we don't make a special image for it.
+# but we don't make a special image for them.
 
 XSERVER = "xserver-kdrive-imageon"
 
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf
index 128fa51..7188885 100644
--- a/conf/machine/spitz.conf
+++ b/conf/machine/spitz.conf
@@ -12,6 +12,10 @@ PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
 PACKAGE_EXTRA_ARCHS += "iwmmxt"
 IMAGE_FSTYPES += "tar.gz"
 
+# NAND factory-default
+# SL-C3000 (spitz) mtdparts=sharpsl-nand:7168k at 0k(smf),5120k at 7168k(root),-(home)
+# SL-C3100 (borzoi) mtdparts=sharpsl-nand:7168k at 0k(smf),32768k at 7168k(root),-(home)
+# SL-C3200 (terrier) mtdparts=sharpsl-nand:7168k at 0k(smf),44032k at 7168k(root),-(home)
 ROOT_FLASH_SIZE = "100"
 
 MACHINE_GUI_CLASS=bigscreen





More information about the Openembedded-commits mailing list