From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRUp-0006RW-1P for qemu-devel@nongnu.org; Wed, 05 Oct 2011 09:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBRUl-0002n3-9Q for qemu-devel@nongnu.org; Wed, 05 Oct 2011 09:26:51 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:39825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRUl-0002mo-4r for qemu-devel@nongnu.org; Wed, 05 Oct 2011 09:26:47 -0400 Received: by eyg24 with SMTP id 24so1759785eyg.4 for ; Wed, 05 Oct 2011 06:26:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20111004050723.12862.qmail@f4mail-235-223.rediffmail.com> References: <20111004050723.12862.qmail@f4mail-235-223.rediffmail.com> Date: Wed, 5 Oct 2011 14:26:46 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] QEMU + ARMMP11Core combination does not work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TusharK Cc: qemu-devel@nongnu.org On 4 October 2011 06:07, TusharK wrote: > I tried executing QEMU (realview-smp ARM11MPCore) with Linux kernel 2.6.39.3, but it failed. Kernel itself is not getting decompressed. > I am executing below command. > > qemu-system-arm -M realview-eb-mpcore -cpu arm11mpcore -kernel arch/arm/boot/zImage -m 256M -append "root=/dev/sda console=ttyAMA0" -serial stdio -hda ../flash/flash.bin > > Nothing is shown on terminal and QEMU window. > > I am using linux kernel 2.6.39.3 version. I also tried with Linux kernel 2.6.35 + kernel_src_patch-2.6.35-arm1_bak version. Both are failing i.e. nothing is shown on terminal. Kernel itself does not boot. 11MPCore isn't in the set of models I usually run. However "just sits there" is often a kernel configuration bug rather than a QEMU bug. (1) Does your kernel boot on the real hardware? (2) If you add "earlyprintk" to your -append string (and ensure early printk is selected as a config option when your kernel was built) do you get any kernel output? -- PMM