From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgZJL-0003XT-J2 for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:31:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgZJI-00038m-Kf for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:31:22 -0400 Received: from mail.windriver.com ([147.11.1.11]:48557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgZJI-00038K-5W for qemu-devel@nongnu.org; Tue, 12 Jul 2011 05:31:20 -0400 Message-ID: <4E1C1B21.7040208@gmail.com> Date: Tue, 12 Jul 2011 18:00:01 +0800 From: Xiao Jiang MIME-Version: 1.0 References: <4E1AB285.90707@gmail.com> <4E1BC953.5010904@gmail.com> <4E1BE3D9.7010903@gmail.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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: David Gilbert Cc: qemu-devel@nongnu.org David Gilbert wrote: > 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. > > Hi Dave, Thanks for the link, the server is unhappy :(. I compiled this image from mainline ..., so to support qemu, there should be some modifications in linux kernel, maybe I should try kernel tree from linaro. But fortunately, I can run vexpress-a9 image in linaro qemu successfully this afternoon which is also built from mainline, :) Regards, Xiao > Dave >