From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgYp8-0005Wh-C2 for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgYp3-0004bP-Cr for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:00:09 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:49343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgYp3-0004aV-3Y for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:00:05 -0400 Received: by yxt3 with SMTP id 3so2234271yxt.4 for ; Tue, 12 Jul 2011 02:00:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E1BE3D9.7010903@gmail.com> References: <4E1AB285.90707@gmail.com> <4E1BC953.5010904@gmail.com> <4E1BE3D9.7010903@gmail.com> Date: Tue, 12 Jul 2011 10:00:00 +0100 Message-ID: From: David Gilbert Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] How to run realview-pbx-a9 image in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Jiang Cc: qemu-devel@nongnu.org On 12 July 2011 07:04, Xiao Jiang wrote: >> It looks like I am not in luck, qemu still can't run successfully. >> I recompiled the qemu from linaro qemu tree and executed below >> instructions in order. >> >> 1. open window A, run below cmd. >> xjiang@xjiang-desktop:~/work/qemu$ sudo qemu-system-arm -M realview-pbx-a9 >> -m 1024 -kernel zImage-cortex-a9 -serial telnet::4444,server -append I think you have a bad kernel image. There are some prebuilt ones (and config files) linked off: http://www.arm.com/community/software-enablement/linux.php but unfortunately the webserver that holds them isn't happy today. Dave