blob: 42e7d00bfef615862f501f4cc51dafc3d2e188ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Aarch64 Qemu virt
=================
Besides a number of physical ARM64 targets, barebox also supports a
``qemu-virt64`` board.
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
|