kumquat-buildroot/board/qemu/aarch64-virt
Vincent Stehlé fe563efcb1 configs/qemu_aarch64_virt_defconfig: bump kernel to 4.15.2
Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-02-10 16:16:33 +01:00
..
linux-4.15.config configs/qemu_aarch64_virt_defconfig: bump kernel to 4.15.2 2018-02-10 16:16:33 +01:00
readme.txt configs/qemu_aarch64_virt_defconfig: bump kernel to 4.15.2 2018-02-10 16:16:33 +01:00

Run the emulation with:

  qemu-system-aarch64 -M virt -cpu cortex-a57 -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.11.0