From: Jonathan Cameron <jic23@cam.ac.uk>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH v2] IMote2 machine config
Date: Thu, 05 Nov 2009 13:12:27 +0000 [thread overview]
Message-ID: <4AF2CF3B.2060205@cam.ac.uk> (raw)
In-Reply-To: <4AF2C807.9070600@cam.ac.uk>
Signed-off-by: Jonathan Cameron <jic23@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
next prev parent reply other threads:[~2009-11-05 13:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 19:59 [PATCH] IMote2 machine config Jonathan Cameron
2009-11-04 20:10 ` Marcin Juszkiewicz
2009-11-05 12:41 ` Jonathan Cameron
2009-11-05 13:12 ` Jonathan Cameron [this message]
2010-03-27 12:04 ` [PATCH v2] " Stefan Schmidt
2010-03-27 13:36 ` Stefan Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AF2CF3B.2060205@cam.ac.uk \
--to=jic23@cam.ac.uk \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.