qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Tieu Ma Dau <tieumadauy2k@yahoo.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Running Qemu ARM using NFS on Windows
Date: Mon, 7 Aug 2006 13:33:30 -0700 (PDT)	[thread overview]
Message-ID: <20060807203330.4080.qmail@web38108.mail.mud.yahoo.com> (raw)
In-Reply-To: <E1GAAUS-0003rQ-TF@savannah.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

Hi all,
I ran successfully Qemu to simulate ARM system on Linux host with the following command:
./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs nfsroot=192.168.7.1:/mnt/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup
The content of qemu-ifup script is: 
ifconfig tap0 192.168.7.1

But my project demands me to run this ARM system on Windows host. So I modify a bit the qemu-ifup script as:
ipconfig tap0 192.168.7.1 # "ipconfig" , not "ifconfig"
And the corresponding command on Windows is:
qemu-system-arm -kernel zImage.integrator -append "root=/dev/nfs nfsroot=192.
168.7.1:/c/cygwin/openpsion rw ip=192.168.7.2::192.168.7.1:255.255.255.0" -net
nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup

But the error I got is:
tap: Could not open 'tap0'
Could not initialize device 'tap

Do you have any ideas?
Best regards,
Tieu

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 1157 bytes --]

  reply	other threads:[~2006-08-07 20:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 19:10 [Qemu-devel] qemu block.c Fabrice Bellard
2006-08-07 20:33 ` Tieu Ma Dau [this message]
2006-08-07 21:44   ` [Qemu-devel] Re: Running Qemu ARM using NFS on Windows Jan Jezabek
  -- strict thread matches above, loose matches on Subject: below --
2006-08-08 10:20 [Qemu-devel] " Tieu Ma Dau
2006-08-08 10:41 ` Lonnie Mendez

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=20060807203330.4080.qmail@web38108.mail.mud.yahoo.com \
    --to=tieumadauy2k@yahoo.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).