From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lc6xR-0004oc-To for qemu-devel@nongnu.org; Tue, 24 Feb 2009 18:45:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lc6xP-0004nZ-Hb for qemu-devel@nongnu.org; Tue, 24 Feb 2009 18:45:00 -0500 Received: from [199.232.76.173] (port=48071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lc6xP-0004nU-Ez for qemu-devel@nongnu.org; Tue, 24 Feb 2009 18:44:59 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:53226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lc6xP-0004z2-7D for qemu-devel@nongnu.org; Tue, 24 Feb 2009 18:44:59 -0500 Received: from pahoa.hi.kama-aina.net ([66.75.113.246]) by hrndva-omta06.mail.rr.com with ESMTP id <20090224234453.GKVF6596.hrndva-omta06.mail.rr.com@pahoa.hi.kama-aina.net> for ; Tue, 24 Feb 2009 23:44:53 +0000 Message-ID: <49A48674.1030607@kama-aina.net> Date: Tue, 24 Feb 2009 13:44:52 -1000 From: Armin MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu mainstone Mainstone II (PXA27x) References: <49A1DD05.9000401@kaa.org.ua> In-Reply-To: <49A1DD05.9000401@kaa.org.ua> Content-Type: text/plain; charset=UTF-8; format=flowed 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 Oleg Kravchenko wrote: > Hello! How run qemu to emulate pxa270 cpu? I try: > > $ qemu-system-arm -kernel zImage -m 200 -cpu pxa270 > > But only seeing black screen :( > > > > Hello, Does you image support graphics? -nographic To boot a mainstone you will need -M mainstone instead of define the cpu. Also you will need to define two flash banks with --pflash let me know if this does not help. Regards, Armin