From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D67Ul-0006Ug-En for qemu-devel@nongnu.org; Tue, 01 Mar 2005 08:33:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D67Uf-0006Qg-PK for qemu-devel@nongnu.org; Tue, 01 Mar 2005 08:33:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D67Uf-0006OI-CQ for qemu-devel@nongnu.org; Tue, 01 Mar 2005 08:32:57 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D67Gb-0003b8-E1 for qemu-devel@nongnu.org; Tue, 01 Mar 2005 08:18:26 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Emulation of ARM based embedded system Date: Tue, 1 Mar 2005 13:18:17 +0000 References: <20050301063408.36775.qmail@web50707.mail.yahoo.com> In-Reply-To: <20050301063408.36775.qmail@web50707.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503011318.17873.paul@codesourcery.com> 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 Tuesday 01 March 2005 06:34, Waqqas Jabbar wrote: > Hi > > i want to make an custom ARM based embedded system. I > want to emulate flash,ram, serial port and usb host > and device interfaces > > Can i use qemu to emulate this complete system ? No. qemu currently only runs arm-linux user applications. Paul