Romain Naour 5cb0bae4bf board/qemu/aarch64-virt/linux.config: enable VIRTIO_FS driver 3 年之前
..
linux.config 5cb0bae4bf board/qemu/aarch64-virt/linux.config: enable VIRTIO_FS driver 3 年之前
readme.txt 7dcb9e98b5 board/qemu: remove the Qemu version from readme.txt 4 年之前

readme.txt

Run the emulation with:

qemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 -kernel output/images/Image -append "rootwait 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 # qemu_aarch64_virt_defconfig

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