summaryrefslogtreecommitdiffstats
path: root/board/qemu/aarch64-virt/readme.txt
blob: ece8a536a73f91000ba90f9bef161bce1f78327d (plain)
1
2
3
4
5
6
7
Run the emulation with:

  qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -smp 1 -kernel output/images/Image -append "console=ttyAMA0" -netdev user,id=eth0 -device virtio-net-device,netdev=eth0

The login prompt will appear in the terminal that started Qemu.

Tested with QEMU 2.9.0
OpenPOWER on IntegriCloud