Signed-off-by: Khem Raj <[email protected]>
---
 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


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to