Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- qemu-system-aarch64 -machine virt,accel=tcg -display none -m 4096 -cpu cortex-a57 -smp 4 -serial mon:stdio \
- -bios /usr/share/qemu-efi/QEMU_EFI.fd
- -netdev user,id=unet -device virtio-net-device,netdev=unet \
- -drive file=kvm-armhf.qcow2,id=myblock,index=0,if=none \
- -device virtio-blk-device,drive=myblock \
- -append "console=ttyAMA0 root=/dev/vda2" \
- -kernel Image-oe \
- -daemonize -display vnc=none \
- -serial file:qemu_aarch64.log
Add Comment
Please, Sign In to add comment