Newer
Older
barebox / Documentation / boards / arm-qemu-vexpress.rst
@Lucas Stach Lucas Stach on 17 Oct 2017 436 bytes docs: add qemu vexpress
QEMU vexpress
=======

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

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

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