Skip to content
Snippets Groups Projects
Commit d092f948 authored by Francesco Pham's avatar Francesco Pham Committed by Stefan Schmidt
Browse files

docs: add ovmf arg to runqemu command


Adding ovmf to runqemu commands since we switched to GRUB+EFI as boot solution. 

Without this argument it does not boot properly and remains stuck in "Booting from Hard Disk..."

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent bd27507f
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -38,7 +38,7 @@ You can test the image built for the qemux86-64 target by issuing:
.. code-block:: console
$ runqemu qemux86-64 oniro-image-base wic
$ runqemu qemux86-64 oniro-image-base wic ovmf
After successful bootup, you will be dropped into a login shell:
......
......@@ -48,4 +48,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemux86-64 runqemu oniro-image-base wic
$ MACHINE=qemux86-64 runqemu oniro-image-base wic ovmf
......@@ -48,4 +48,4 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
.. code-block:: console
$ MACHINE=qemux86 runqemu oniro-image-base wic
$ MACHINE=qemux86 runqemu oniro-image-base wic ovmf
......@@ -84,7 +84,7 @@ Once the image is built, you can run a Qemu X86-64 instance using the provided s
.. code-block:: console
$ MACHINE=qemux86-64 runqemu oniro-image-base wic
$ MACHINE=qemux86-64 runqemu oniro-image-base wic ovmf
If the host has a VT-capable CPU, you can pass the ``kvm`` argument for better
performance. Check ``runqemu``'s help message for all available arguments.
......@@ -25,5 +25,5 @@ or via command line, e.g.:
You can also run generated qemu images with a command:
$ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic
$ runqemu qemux86-64 qemuparams="-nographic" oniro-image-base wic ovmf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment