From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GAP1K-0002Vl-79 for qemu-devel@nongnu.org; Tue, 08 Aug 2006 06:41:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GAP1I-0002TF-9f for qemu-devel@nongnu.org; Tue, 08 Aug 2006 06:41:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAP1I-0002T9-6F for qemu-devel@nongnu.org; Tue, 08 Aug 2006 06:41:08 -0400 Received: from [24.93.47.40] (helo=ms-smtp-01.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GAP5j-0006t9-Dx for qemu-devel@nongnu.org; Tue, 08 Aug 2006 06:45:43 -0400 Received: from vaio (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-01.texas.rr.com (8.13.6/8.13.6) with ESMTP id k78Af5Am028554 for ; Tue, 8 Aug 2006 05:41:05 -0500 (CDT) Subject: Re: [Qemu-devel] Running Qemu ARM using NFS on Windows From: Lonnie Mendez In-Reply-To: <20060808102052.66701.qmail@web38112.mail.mud.yahoo.com> References: <20060808102052.66701.qmail@web38112.mail.mud.yahoo.com> Content-Type: text/plain Date: Tue, 08 Aug 2006 05:41:04 -0500 Message-Id: <1155033664.4197.2.camel@vaio> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 On Tue, 2006-08-08 at 03:20 -0700, Tieu Ma Dau wrote: > 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/openpsionfiltered=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 See the Qemu on Windows documentation section on "Using Tap." http://www.h7.dion.ne.jp/~qemu-win/