doc: simplify the command to build Zephyr for ACRN

Simplify the build command using the west tool.

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
Shiqing Gao 2021-12-03 16:47:06 +08:00 committed by David Kinder
parent 0b3fedee86
commit 90c987b600
1 changed files with 1 additions and 3 deletions

View File

@ -33,9 +33,7 @@ Steps for Using Zephyr as User VM
.. code-block:: none
$ cd samples/hello_world
$ mkdir build && cd build
$ cmake -DBOARD=acrn ..
$ make
$ west build -p auto -b acrn .
This will build the application ELF binary in ``samples/hello_world/build/zephyr/zephyr.elf``.