diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-02-02 18:51:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-03 11:23:03 +0000 |
commit | 0e8b966ec0e042a7d2c7d7375ec71afb36b3083e (patch) | |
tree | 6c89d1d138ff429c1fd3e3d869cb6bf9d2ad0d4a | |
parent | a166530ebd948adcd211970d0a1bd20f189e9d01 (diff) |
Adapt instructions for VirtualBoxkoi_11.0.0koi_10.93.1koi/11.0.0koi/10.93.111.0.010.93.1
This is due to https://www.virtualbox.org/ticket/19873?cversion=0&cnum_hist=4
Adapt the documentation to deal with the resolution issue.
Bug-AGL: SPEC-3731
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I6ff56593d1064d44dc5ab972d8e3475003a91f36
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25987
-rw-r--r-- | docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md | 9 |
1 files changed, 7 insertions, 2 deletions
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 fc1eb44..9f467e7 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 @@ -75,7 +75,8 @@ AGL provides a number of pre-built ready-made images of various versions. ### 2. Virtual Box (Emulation) - **NOTE :** Please see https://jira.automotivelinux.org/browse/SPEC-3731 . +**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/release/koi/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.wic.vmdk.xz). @@ -98,7 +99,11 @@ AGL provides a number of pre-built ready-made images of various versions. - Go to `Storage`, and change the attribute to `Type : AHCI` and click on `OK`. ![vbox-step-5](images/vbox-5.png) - Next go to `Display` and change the attribute to 'VMSVGA' for the graphics driver. Change the graphics memory to be at least 64MB. - - Click on `Start`. + - **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 |