From: Shankho Boron Ghosh Date: Mon, 16 Nov 2020 14:47:26 +0000 (+0530) Subject: Updated Quickstart qemu launch instructions. X-Git-Tag: 10.0.1~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1980aa6d381c447d2ae2bf5957b3f8f3f5cf2720;p=AGL%2Fdocumentation.git Updated Quickstart qemu launch instructions. Added -vga virtio to qemux86 doc. Bug-AGL: [SPEC-3633] Signed-off-by: Shankho Boron Ghosh Change-Id: I116fc5ac529d1ec0564f6a5f1e269a86837bb0c0 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25581 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller (cherry picked from commit 991c6f12d7814c698d75e76cb5fdab965a2eeef0) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25596 --- diff --git a/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md b/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md index dc36d53..ab1d990 100644 --- a/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md +++ b/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md @@ -43,10 +43,10 @@ AGL provides a number of pre-built ready-made images of various versions. 7. Launch QEMU with vinagre (for scaling), remove `- snapshot \` if you want to save changes to the image files : ```sh - $ ( sleep 5 && vinagre --vnc-scale localhost ) & + $ ( sleep 5 && vinagre --vnc-scale localhost ) > /tmp/vinagre.log 2>&1 & qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:35:02 -netdev user,id=net0,hostfwd=tcp::2222-:22 \ -drive file=agl-demo-platform-crosssdk-qemux86-64.ext4,if=virtio,format=raw -show-cursor -usb -usbdevice tablet -device virtio-rng-pci \ - -snapshot \ + -snapshot -vga virtio \ -vnc :0 -soundhw hda -machine q35 -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -enable-kvm \ -m 2048 -serial mon:vc -serial mon:stdio -serial null -kernel bzImage \ -append 'root=/dev/vda rw console=tty0 mem=2048M ip=dhcp oprofile.timer=1 console=ttyS0,115200n8 verbose fstab=no' @@ -67,7 +67,7 @@ AGL provides a number of pre-built ready-made images of various versions. $ ( sleep 5 && vncviewer ) & qemu-system-x86_64 -device virtio-net-pci,netdev=net0,mac=52:54:00:12:35:02 -netdev user,id=net0,hostfwd=tcp::2222-:22 \ -drive file=agl-demo-platform-crosssdk-qemux86-64.ext4,if=virtio,format=raw -show-cursor -usb -usbdevice tablet -device virtio-rng-pci \ - -snapshot \ + -snapshot -vga virtio \ -vnc :0 -soundhw hda -machine q35 -cpu kvm64 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -enable-kvm \ -m 2048 -serial mon:vc -serial mon:stdio -serial null -kernel bzImage \ -append 'root=/dev/vda rw console=tty0 mem=2048M ip=dhcp oprofile.timer=1 console=ttyS0,115200n8 verbose fstab=no'