diff options
author | Matt Porter <mporter@konsulko.com> | 2017-07-24 12:34:39 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-07-24 12:34:39 -0400 |
commit | d5e555c84a8426b461b356bc4fe1087771a7f2cf (patch) | |
tree | 6e1c1e6804872f4d8b50d4915663ec5b8f5e1a0e /getting-started/machines/qemu.md | |
parent | 73c0f5ec57ccb5f310c61e210fef28b192fc06d4 (diff) |
getting-started: qemu: fix formatting
Fix some formatting since the in-tree markdown parser differs in
behavior from that used to generate docs.automotivelinux.org
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'getting-started/machines/qemu.md')
-rw-r--r-- | getting-started/machines/qemu.md | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/getting-started/machines/qemu.md b/getting-started/machines/qemu.md index a4729cf..6214955 100644 --- a/getting-started/machines/qemu.md +++ b/getting-started/machines/qemu.md @@ -17,7 +17,6 @@ Decompress the **agl-demo-platform-qemux86-64.vmdk.xz** image to prepare it for ### Linux - ```bash cd tmp/deploy/images/qemux86-64 xz -d agl-demo-platform-qemux86-64.vmdk.xz @@ -36,16 +35,19 @@ Download [7-Zip](http://www.7-zip.org/) and select **agl-demo-platform-qemux86-6 Note: if an AGL crosssdk has been created, it will contain a qemu binary for the host system. This SDK qemu binary has no graphics support and cannot currently be used to boot an AGL image. *Arch*: + ```bash sudo pacman -S qemu ``` *Debian/Ubuntu*: + ```bash sudo apt-get install qemu-system-x86 ``` *Fedora*: + ```bash sudo yum install qemu-kvm ``` @@ -53,6 +55,7 @@ sudo yum install qemu-kvm #### Boot Boot the **agl-demo-platform-qemux86-64.vmdk** image in qemu with kvm support: + ```bash qemu-system-x86_64 -enable-kvm -m 2048 \ -hda agl-demo-platform-qemux86-64.vmdk \ @@ -74,15 +77,16 @@ Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) #### Boot Boot the **agl-demo-platform-qemux86-64.vmdk** image in VirtualBox: - * Start VirtualBox - * Click **New** to create a new machine + +* Start VirtualBox +* Click **New** to create a new machine * Enter **AGL QEMU** as the *Name* * Select **Linux** as the *Type* * Select **Other Linux (64-bit)** as the *Version* * Set *Memory size* to **2 GB** * Click **Use an existing virtual hard disk file** under *Hard disk* - * Navigate to and select the **agl-demo-platform-qemux86-64.vmdk** image - * Ensure that the newly created **AGL QEMU** machine is highlighted and click **Start** + * Navigate to and select the **agl-demo-platform-qemux86-64.vmdk** image +* Ensure that the newly created **AGL QEMU** machine is highlighted and click **Start** ### VMWare Player @@ -93,22 +97,23 @@ Download and install [VMWare Player](https://www.vmware.com/products/player/play #### Boot Boot the **agl-demo-platform-qemux86-64.vmdk** image in VMWare Player: - * Start VMWare Player - * Select **File** and **Create a New Virtual Machine** + +* Start VMWare Player +* Select **File** and **Create a New Virtual Machine** * Select **I will install the operating system later** and click **Next** * Select **Linux** as the *Guest Operating System*, **Other Linux 3.x kernel 64-bit** as the *Version*, and click **Next** * Enter **AGL QEMU** as the *Name* and click **Next** * Leave *disk capacity settings* unchanged and click **Next** * Click **Finish** - * Select/highlight **AGL QEMU** and click **Edit virtual machine settings** +* Select/highlight **AGL QEMU** and click **Edit virtual machine settings** * Select/highlight **Memory** and click **2 GB** * Select/highlight **Hard Disk (SCSI)** and click **Remove** * Click **Add** - * Select **Hard Disk** and click **Next** - * Select **SCSI (Recommended)** and click **Next** - * Select **Use an existing virtual disk** and click **Next** - * Browse and select the **agl-demo-platform-qemux86-64.vmdk** image - * Click **Finish** - * Click **Keep Existing Format** + * Select **Hard Disk** and click **Next** + * Select **SCSI (Recommended)** and click **Next** + * Select **Use an existing virtual disk** and click **Next** + * Browse and select the **agl-demo-platform-qemux86-64.vmdk** image + * Click **Finish** + * Click **Keep Existing Format** * Click **Save** - * Ensure that the newly created **AGL QEMU** machine is highlighted and click **Power On** +* Ensure that the newly created **AGL QEMU** machine is highlighted and click **Power On** |