X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F0_Getting_Started%2F1_Quickstart%2FUsing_Ready_Made_Images.md;h=17f238d354c66a64ced7ef26df1b966b46dd20d4;hb=d215d26262b9b00201de1525398c497c6ad9c94c;hp=81bc6307f8765833a393c65523c78e94f1d20599;hpb=fcbc9285aa3061dff9cb4cae5c69e59f274ef74f;p=AGL%2Fdocumentation.git 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 81bc630..17f238d 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 @@ -55,7 +55,7 @@ AGL provides a number of pre-built ready-made images of various versions. - Login into AGL : ```sh - Automotive Grade Linux 9.99.4+snapshot qemux86-64 ttyS1 + Automotive Grade Linux 11.0.0+snapshot qemux86-64 ttyS1 qemux86-64 login: root ``` @@ -75,6 +75,9 @@ AGL provides a number of pre-built ready-made images of various versions. ### 2. Virtual Box (Emulation) +**NOTE :** Please note [https://www.virtualbox.org/ticket/19873](https://www.virtualbox.org/ticket/19873) as this affects the VMs resolution. +The AGL demo images do require 1920x1080. The instructions below have been adapted. + 1. Download the [compressed vbox disk image](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.wic.vmdk.xz). 2. Install and set up [Virtual Box](https://www.virtualbox.org/wiki/Linux_Downloads). @@ -95,7 +98,12 @@ AGL provides a number of pre-built ready-made images of various versions. ![vbox-step-4](images/vbox-4.png) - Go to `Storage`, and change the attribute to `Type : AHCI` and click on `OK`. ![vbox-step-5](images/vbox-5.png) - - Click on `Start`. + - Next go to `Display` and change the attribute to 'VMSVGA' for the graphics driver. Change the graphics memory to be at least 64MB. + - **Important:**: Open a new terminal window and execute this command: + ```sh + VBoxManage setextradata agl-demo VBoxInternal2/EfiGraphicsResolution 1920x1080 + ``` + - Return to the UI and click on `Start`. - For troubleshooting, you can refer [here](https://lists.automotivelinux.org/g/agl-dev-community/message/8474). ### 3. x86 physical system @@ -152,7 +160,7 @@ AGL provides a number of pre-built ready-made images of various versions. $ xz -v -d agl-demo-platform-crosssdk-qemuarm.ext4.xz ``` -7. Launch QEMU with vinagre (for scaling), remove `- snapshot \` if you want to save changes to the image files : +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 ) > /tmp/vinagre.log 2>&1 & @@ -169,7 +177,7 @@ AGL provides a number of pre-built ready-made images of various versions. - Login into AGL : ```sh - Automotive Grade Linux 9.99.4+snapshot qemux86-64 ttyS1 + Automotive Grade Linux 11.0.0+snapshot qemux86-64 ttyS1 qemux86-64 login: root ``` @@ -265,7 +273,7 @@ AGL provides a number of pre-built ready-made images of various versions. - Login into AGL : ```sh - Automotive Grade Linux 9.99.4+snapshot qemux86-64 ttyS1 + Automotive Grade Linux 11.0.0+snapshot qemux86-64 ttyS1 qemux86-64 login: root ```