2017-04-11 22:15:43 +00:00
|
|
|
This multi-platform ARMv8 target can be used with QEMU:
|
2014-11-24 06:34:07 +00:00
|
|
|
|
|
|
|
qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
|
|
|
|
-smp 1 -m 2048 \
|
2017-04-11 22:15:43 +00:00
|
|
|
-kernel bin/targets/arm64/generic/lede-arm64-qemu-virt-initramfs.Image \
|
2014-11-24 06:34:07 +00:00
|
|
|
--append "console=ttyAMA0"
|
|
|
|
|
|
|
|
and enjoy the system booting.
|