[oe] [PATCH v2] IMote2 machine config

Jonathan Cameron jic23 at cam.ac.uk
Thu Nov 5 13:12:27 UTC 2009



Signed-off-by: Jonathan Cameron <jic23 at cam.ac.uk>
---
Only change is to provide some info about the board.
 conf/machine/imote2.conf |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/imote2.conf

diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf
new file mode 100644
index 0000000..7f94f29
--- /dev/null
+++ b/conf/machine/imote2.conf
@@ -0,0 +1,23 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: IMote2
+#@DESCRIPTION: Machine configuration for the IMote2
+#              http://imote2-linux.sourceforge.net
+#-----------------------------------------------------------------------------
+
+
+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 = ""
-- 
1.6.4.4





More information about the Openembedded-devel mailing list