Gerome Burlats 0203df36ac qemu/aarch64-virt: Emulate cortex-a53 in qemu to match Buildroot config 6 years ago
..
linux.config 03fb00f217 qemu: update defconfigs to Linux 4.16.7 7 years ago
readme.txt 0203df36ac qemu/aarch64-virt: Emulate cortex-a53 in qemu to match Buildroot config 6 years ago

readme.txt

Run the emulation with:

qemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 -kernel output/images/Image -append "root=/dev/vda console=ttyAMA0" -netdev user,id=eth0 -device virtio-net-device,netdev=eth0 -drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0

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

Tested with QEMU 2.12.0