summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/arm-qemu-vexpress.rst
blob: 335af469902367260ffae294b1fa4059d5db1260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
QEMU vexpress
=============

ARM Qemu vexpress
-----------------

Running barebox on QEMU vexpress machine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Images for the vexpress platform are built as part of the
multi_v7_defconfig.

Usage::

	$ qemu-system-arm -m 1024M \
		-machine vexpress-a9 -cpu cortex-a9 \
		-nographic -no-reboot \
		-kernel images/barebox-vexpress-ca9.img

	$ qemu-system-arm -m 1024M \
		-machine vexpress-a15 -cpu cortex-a15 \
		-nographic -no-reboot \
		-kernel images/barebox-vexpress-ca15.img