summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/aarch64-qemu-virt.rst
blob: 8bf590a7a8316a4c7b13f3c5e2c139b7d8ffaf45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Aarch64 Qemu virt
=================

Besides a number of physical ARM64 targets, barebox also supports the
``qemu-virt64`` board in the generic ``multi_v8_defconfig``::

 make multi_v8_defconfig
 make

Running barebox on QEMU aarch64 virt machine
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Usage::

	$ qemu-system-aarch64 -m 2048M \
		-cpu cortex-a57 -machine virt \
		-display none -serial stdio \
		-kernel ./images/barebox-dt-2nd.img