mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-07 19:24:34 +00:00
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:
parent
0b3fedee86
commit
90c987b600
@ -33,9 +33,7 @@ Steps for Using Zephyr as User VM
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ cd samples/hello_world
|
$ cd samples/hello_world
|
||||||
$ mkdir build && cd build
|
$ west build -p auto -b acrn .
|
||||||
$ cmake -DBOARD=acrn ..
|
|
||||||
$ make
|
|
||||||
|
|
||||||
This will build the application ELF binary in ``samples/hello_world/build/zephyr/zephyr.elf``.
|
This will build the application ELF binary in ``samples/hello_world/build/zephyr/zephyr.elf``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user