From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GABn6-0004UL-LI for qemu-devel@nongnu.org; Mon, 07 Aug 2006 16:33:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GABn4-0004Tx-JH for qemu-devel@nongnu.org; Mon, 07 Aug 2006 16:33:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GABn4-0004Tu-GW for qemu-devel@nongnu.org; Mon, 07 Aug 2006 16:33:34 -0400 Received: from [209.191.124.135] (helo=web38108.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GABrN-0007Pc-KJ for qemu-devel@nongnu.org; Mon, 07 Aug 2006 16:38:01 -0400 Message-ID: <20060807203330.4080.qmail@web38108.mail.mud.yahoo.com> Date: Mon, 7 Aug 2006 13:33:30 -0700 (PDT) From: Tieu Ma Dau In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-641339398-1154982810=:1907" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Running Qemu ARM using NFS on Windows Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --0-641339398-1154982810=:1907 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 --0-641339398-1154982810=:1907 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 --0-641339398-1154982810=:1907--