diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst
index 95ccf69f057efa39509b2cdbc846e9b8bc830eaf..55b4394a1288838e59aba8cb1601290596f109d6 100644
--- a/docs/build-flavours/linux-flavour.rst
+++ b/docs/build-flavours/linux-flavour.rst
@@ -23,6 +23,7 @@ Supported machines (default in **bold**):
 * **qemux86-64**
 * qemux86
 * qemuarm64-efi
+* qemuarm-efi
 * seco-intel-b68 (SECO SBC-B68)
 * seco-imx8mm-c61-2gb (SECO SBC-C61 2GB DRAM)
 * seco-imx8mm-c61-4gb (SECO SBC-C61 4GB DRAM)
diff --git a/docs/hardware-support/virtual-boards/index.rst b/docs/hardware-support/virtual-boards/index.rst
index 9611c8b026228c3244a0aca1feba32db9bdac782..2f135ccfde13cf95419ae43cb3ae25e23cb94b36 100644
--- a/docs/hardware-support/virtual-boards/index.rst
+++ b/docs/hardware-support/virtual-boards/index.rst
@@ -15,3 +15,4 @@ This section details the support for virtual targets in |main_project_name|.
    qemux86-64
    qemux86
    qemuarm64-efi
+   qemuarm-efi
diff --git a/docs/hardware-support/virtual-boards/qemuarm-efi.rst b/docs/hardware-support/virtual-boards/qemuarm-efi.rst
new file mode 100644
index 0000000000000000000000000000000000000000..c7ea86e8e604469aea09d3d44a4e0732764a6809
--- /dev/null
+++ b/docs/hardware-support/virtual-boards/qemuarm-efi.rst
@@ -0,0 +1,53 @@
+.. SPDX-FileCopyrightText: Huawei Inc.
+..
+.. SPDX-License-Identifier: CC-BY-4.0
+
+.. include:: ../../definitions.rst
+
+Qemu ARM 32bit
+##############
+
+.. contents:: 
+   :depth: 4
+
+Overview
+********
+
+|main_project_name| supports running the software stack into an virtual
+environment using Qemu.
+
+Building an Oniro image
+=======================
+
+To clone the source code, perform the procedure in: :ref:`Setting up a repo
+workspace <RepoWorkspace>`.
+
+Building a Linux image
+======================
+
+Build Steps
+-----------
+
+1. Source the environment with proper template settings, flavour being *linux*
+   and target machine being *qemuarm-efi*. Pay attention to how relative
+   paths are constructed. The value of *TEMPLATECONF* is relative to the
+   location of the build directory *./build-oniro-linux*, that is going to be
+   created after this step:
+
+.. code-block:: console
+
+   $ TEMPLATECONF=../oniro/flavours/linux . ./oe-core/oe-init-build-env build-oniro-linux
+
+2. You will find yourself in the newly created build directory. Call *bitbake*
+   to build the image. For example, if you are using *oniro-image-base*
+   run the following command:
+
+.. code-block:: console
+
+   $ MACHINE=qemuarm-efi bitbake oniro-image-base
+
+Once the image is done, you can run the Qemu using the provided script wrapper:
+
+.. code-block:: console
+
+   $ MACHINE=qemuarm-efi runqemu oniro-image-base nographic slirp