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