build: fix aarch64 default cpu selection
[lede-git/.git] / target / linux / arm64 / README
1 This multi-platform ARMv8 target can be used with QEMU:
2
3 qemu-system-aarch64 -machine virt -cpu cortex-a57 -machine type=virt -nographic \
4         -smp 1 -m 2048 \
5         -kernel bin/targets/arm64/generic/lede-arm64-qemu-virt-initramfs.Image \
6         --append "console=ttyAMA0"
7
8 and enjoy the system booting.