From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhJ80-0004nr-Jz for qemu-devel@nongnu.org; Thu, 14 Jul 2011 06:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhJ7x-0001pm-Sf for qemu-devel@nongnu.org; Thu, 14 Jul 2011 06:26:44 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:28830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhJ7x-0001o4-G8 for qemu-devel@nongnu.org; Thu, 14 Jul 2011 06:26:41 -0400 Received: from g5t0030.atlanta.hp.com (g5t0030.atlanta.hp.com [16.228.8.142]) by g5t0007.atlanta.hp.com (Postfix) with ESMTP id 2754114022 for ; Thu, 14 Jul 2011 10:26:39 +0000 (UTC) Received: from [16.25.175.126] (fischer-a-ws2.hpl.hp.com [16.25.175.126]) by g5t0030.atlanta.hp.com (Postfix) with ESMTP id B270814073 for ; Thu, 14 Jul 2011 10:26:38 +0000 (UTC) From: Anna Fischer Content-Type: text/plain; charset="UTF-8" Date: Thu, 14 Jul 2011 11:32:41 +0100 Message-ID: <1310639561.7229.26.camel@fischer-a-ws2> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Run realview-pbx-a9 with > 256MB memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I'm running qemu-system-arm 0.14.1, and I'm emulating the Realview PBX board for the Cortex-A9. When I configure the memory to be 256MB or lower, it all works fine. When I configure -m 512MB, then the emulator crashes. Here some of the errors I'm seeing, depending on what exactly I run. I'm trying to run a Linux-based OS. qemu: hardware error: mpcore_priv_read: Bad offset 8 CPU #0: R00=f0400000 R01=f0000000 R02=00000001 R03=f0400000 R04=f0400000 R05=f004d2a4 R06=00000001 R07=f0400000 R08=f0400400 R09=f0059388 R10=01000000 R11=03bfffff R12=00000000 R13=f0047bf4 R14=f000a3d4 R15=f0009f38 PSR=400001d3 -Z-- A svc32 Or: qemu: hardware error: pl080_read: Bad offset fd0 CPU #0: R00=1011bfe0 R01=10030fe0 R02=0ea4dfc0 R03=00000081 R04=00000010 R05=000000d0 R06=0000000d R07=000eb000 R08=016ce000 R09=13df6200 R10=00000000 R11=015e3000 R12=00000004 R13=0100d1a8 R14=0000000a R15=010048f0 PSR=200001d3 --C- A svc32 Is the realview-pbx-a9 machine configuration supposed to work with > 256MB? The real board has 512MB of RAM. Thanks, Anna