[oe] [PATCH 11/12] run-qemu.sh: Add new target mips64 and mips64el

Khem Raj raj.khem at gmail.com
Sat Sep 25 23:12:32 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 contrib/qemu/run-qemu.sh |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/contrib/qemu/run-qemu.sh b/contrib/qemu/run-qemu.sh
index 068fd3e..574bf72 100755
--- a/contrib/qemu/run-qemu.sh
+++ b/contrib/qemu/run-qemu.sh
@@ -145,13 +145,37 @@ case $arch in
 	kernel="bzImage"
 	image="minimalist-image"
 	;;
+    mips64)
+	address="192.168.1.107"
+	macaddr="00:16:3e:00:00:07"
+	gdbport="1238"
+	machine="malta"
+	mem="256"
+	consoleopt="console=ttyS0"
+	rootdisk="hda"
+	qemuopts="-nographic"
+	kernel="vmlinux"
+	image="minimalist-image"
+	;;
+    mips64el)
+	address="192.168.1.108"
+	macaddr="00:16:3e:00:00:08"
+	gdbport="1239"
+	machine="malta"
+	mem="256"
+	consoleopt="console=ttyS0"
+	rootdisk="hda"
+	qemuopts="-nographic"
+	kernel="vmlinux"
+	image="minimalist-image"
+	;;
     *)
 	echo "Specify one architectures out of $supported_archs to emulate."
 	exit 1
 	;;
     esac
 
-nfsserver="192.168.1.1"		# address of NFS server
+nfsserver="192.168.1.64"	# address of NFS server
 gateway="192.168.1.254"		# default gateway
 netmask="255.255.255.0"		# subnet mask
 hostname="qemu$arch"		# hostname for guest server
-- 
1.7.0.4





More information about the Openembedded-devel mailing list