From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgBIU-0007zZ-Q5 for qemu-devel@nongnu.org; Mon, 11 Jul 2011 03:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgBIT-0006Pk-86 for qemu-devel@nongnu.org; Mon, 11 Jul 2011 03:52:54 -0400 Received: from mail.windriver.com ([147.11.1.11]:61814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgBIS-0006Pc-OF for qemu-devel@nongnu.org; Mon, 11 Jul 2011 03:52:53 -0400 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p6B7qnEF007927 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 11 Jul 2011 00:52:49 -0700 (PDT) Message-ID: <4E1AB285.90707@gmail.com> Date: Mon, 11 Jul 2011 16:21:25 +0800 From: Xiao Jiang MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] How to run realview-pbx-a9 image in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, I downloaded latest qemu 0.14.1, it should support realview-pbx-a9 board now from below cmd. $ qemu-system-arm -M ?|grep Cortex-A9 realview-pbx-a9 ARM RealView Platform Baseboard Explore for Cortex-A9 Then I compiled a zImage from latest mainline with use realview-smp_defconfig as config file, but unfortunately qemu can't run with the image, I had tried the below instructions. 1. qemu-system-arm -M realview-pbx-a9 -kernel zImage -initrd initrd.img -nographic -append "console=ttyAMA0" 2. qemu-system-arm -M realview-pbx-a9 -m 1024M -kernel zImage -nographic -append "root=/dev/nfs nfsroot=128.225.160.22:/home/work/rootfs rw console=ttyAMA0 rdinit=/sbin/init" -net nic -net tap,ifname=tap0,script=no Both instructions can't work, console is hang and no informations is appeared. so I am wondering if there are something wrong about the kernel, am I choose the wrong config file for realview-pbx-a9 board? Or the native mainline kernel can't boot on qemu? Any suggestions? Thanks a lot! Regards, Xiao