summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-25 12:47:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-25 12:47:14 +0000
commite0fa4303b7c3d9b160bf34084045d17e01a07f8c (patch)
tree6e1edc8541f18bb6f488c2e3be82e8127ee04d87
parentc585ae68ff70f0429c7e0b0024830bf49dba8f87 (diff)
as discussed in #oe a couple of weeks ago, the simpad now uses two partitions.
BKrev: 417cf5d2eoR8I42ce55zn3sSWRtprA
-rw-r--r--conf/machine/simpad.conf2
-rw-r--r--linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe8
2 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 3bbff0656c..02681405df 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -16,7 +16,7 @@ kernel-module-pcnet-cs kernel-module-8390"
BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs"
BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
+EXTRA_IMAGECMD_jffs2 = "--pad=0xe80000 --little-endian --eraseblock=0x20000 -n"
EXTRA_IMAGEDEPENDS = ""
INHERIT += "simpad_flashimg"
SERIAL_CONSOLE = "ttySA0 38400 vt100"
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
index dc33e69887..c3b55606f6 100644
--- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
+++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe
@@ -1,12 +1,12 @@
-SECTION = "kernel"
-#DESCRIPTION = "Linux kernel for the SIEMENS SIMpad family of devices."
+DESCRIPTION = "Linux kernel for the SIEMENS SIMpad family of devices."
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+SECTION = "kernel"
LICENSE = "GPL"
KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}"
VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}"
PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}"
JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}"
-PR = "r12"
+PR = "r13"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}"
@@ -40,7 +40,7 @@ COMPATIBLE_HOST = "arm.*-linux"
SIMPAD_MEM = ${@oe.data.getVar("SIMPAD_MEMORY_SIZE",d,1) or "32"}
SIMPAD_RD = ${@oe.data.getVar("SIMPAD_RAMDISK_SIZE",d,1) or "32"}
-export CMDLINE = ${@oe.data.getVar("SIMPAD_CMDLINE",d,1) or "mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 "}
+export CMDLINE = ${@oe.data.getVar("SIMPAD_CMDLINE",d,1) or "mtdparts=sa1100:512k(boot),1m(kernel),14848k(root),-(home) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 "}
EXTRA_OEMAKE = ""
module_conf_sa1100_ir = "alias irda0 sa1100_ir"