My QEMU is qemu-2.0.0-rc0
Supported machines are:
versatileab ARM Versatile/AB (ARM926EJ-S)
lm3s811evb Stellaris LM3S811EVB
z2 Zipit Z2 (PXA27x)
connex Gumstix Connex (PXA255)
sx1 Siemens SX1 (OMAP310) V2
realview-eb ARM RealView Emulation Baseboard
(ARM926EJ-S)
cubieboard cubietech cubieboard
vexpress-a9 ARM Versatile Express for Cortex-A9
lm3s6965evb Stellaris LM3S6965EVB
realview-pbx-a9 ARM RealView Platform Baseboard Explore for Cortex-A9
musicpal Marvell 88w8618 / MusicPal (ARM926EJ-S)
mainstone Mainstone II (PXA27x)
terrier Terrier PDA (PXA270)
n810 Nokia N810 tablet aka. RX-44 (OMAP2420)
xilinx-zynq-a9 Xilinx Zynq Platform
Baseboard for Cortex-A9
nuri Samsung NURI board (Exynos4210)
realview-eb-mpcore ARM RealView Emulation Baseboard (ARM11MPCore)
verdex Gumstix Verdex (PXA270)
canon-a1100 Canon PowerShot A1100 IS
akita Akita PDA (PXA270)
smdkc210 Samsung SMDKC210 board (Exynos4210)
integratorcp ARM Integrator/CP (ARM926EJ-S) (default)
sx1-v1 Siemens SX1 (OMAP310)
V1
kzm ARM KZM Emulation Baseboard (ARM1136)
highbank Calxeda Highbank (ECX-1000)
n800 Nokia N800 tablet aka. RX-34 (OMAP2420)
collie Collie PDA (SA-1110)
realview-pb-a8 ARM RealView Platform Baseboard for Cortex-A8
vexpress-a15 ARM Versatile Express for Cortex-A15
spitz Spitz PDA (PXA270)
cheetah Palm Tungsten|E aka. Cheetah PDA
(OMAP310)
none empty machine
midway Calxeda Midway (ECX-2000)
tosa Tosa PDA (PXA255)
virt ARM Virtual Machine
borzoi Borzoi PDA (PXA270)
versatilepb ARM Versatile/PB (ARM926EJ-S)
Available CPUs:
arm1026
arm1136
arm1136-r2
arm1176
arm11mpcore
arm926
arm946
cortex-a15
cortex-a8
cortex-a9
cortex-m3
pxa250
pxa255
pxa260
pxa261
pxa262
pxa270-a0
pxa270-a1
pxa270
pxa270-b0
pxa270-b1
pxa270-c0
pxa270-c5
sa1100
sa1110
ti925t
Valery
From: Peter Fodrek <address@hidden>
To: address@hidden; Valery Reznic <address@hidden>
Sent: Wednesday, April 2, 2014 1:22 PM
Subject: Re: [Qemu-discuss] qemu-system-aarch64
On Wednesday, April 02, 2014 02:31:12 Valery Reznic wrote:
> >________________________________
> >
> > From: Peter Fodrek <address@hidden>
> >
> >To: address@hidden; Valery Reznic <address@hidden>
> >Sent: Wednesday, April 2, 2014 12:18 PM
> >Subject: Re: [Qemu-discuss] qemu-system-aarch64
> >
> >
> >
> >Dear Mr. Reznic!
> >
> >
> >On Wednesday, April 02, 2014 02:04:21 Valery Reznic wrote:
> >> qemu: fatal: Trying to execute code outside RAM or ROM at
> >> 0x0000000008000000>
> >
> >This was identified by myself as external bootloader can not been loaded
> >because of not correct settings of qemu or not using proper machine to be
> >emulated. It is caused that each ARM< machine has its own start address
> >for internal and external bootloader. If you were using own image. Then
> >kernel is not set up correctly. If you are using image that run on
> >physical machine, then settings of qemu is not proper. I am waiting two
> >days to get answer about second case.
> Image that I run is not for physical machine, I use it to run under ARM's
> Foundation model. I tried to specify for QEMU -kernel with kernel from this
> image, but no luck either. Anyway, what should I specify for -M? and may be
> for -cpu?
It depends on your qemu version
try to list available machines and cpus as follows
qemu-system-aarch -machine help
qemu-system-aarch -cpu help
and from list I will try to help you with choice