[oe-commits] Jonathan Cameron : IMote2 machine config

git version control git at git.openembedded.org
Sun Jan 24 10:39:20 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 441131806b49448f39e6f022951bc9b0ef725c98
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=441131806b49448f39e6f022951bc9b0ef725c98

Author: Jonathan Cameron <jic23 at cam.ac.uk>
Date:   Wed Nov  4 09:59:22 2009 +0000

IMote2 machine config

Signed-off-by: Jonathan Cameron <jic23 at cam.ac.uk>

---

 conf/machine/imote2.conf |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf
new file mode 100644
index 0000000..278fd71
--- /dev/null
+++ b/conf/machine/imote2.conf
@@ -0,0 +1,15 @@
+TARGET_ARCH= "arm"
+require conf/machine/include/tune-xscale.inc
+KERNEL_IMAGETYPE="zImage"
+IMAGE_FSTYPE="jffs2"
+EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x01DC0000 --eraseblock=0x20000"
+MACHINE_FEATURES ="kernel26 usbgadget"
+CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 console=ttyS2,115200 mem=32M"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS2"
+
+ROOT_FLASH_SIZE = "30"
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
+
+RDEPENDS_kernel-base = ""





More information about the Openembedded-commits mailing list