From 725f525f9fb9a5de451c054383a7ffc782330468 Mon Sep 17 00:00:00 2001 From: guoqingxz <1662563270@qq.com> Date: Wed, 24 Mar 2021 16:58:03 +0800 Subject: [PATCH] Update doc/tutorials/using_partition_mode_on_nuc.rst Co-authored-by: Geoffroy Van Cutsem --- doc/tutorials/using_partition_mode_on_nuc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/using_partition_mode_on_nuc.rst b/doc/tutorials/using_partition_mode_on_nuc.rst index 5316df053..ac82b565b 100644 --- a/doc/tutorials/using_partition_mode_on_nuc.rst +++ b/doc/tutorials/using_partition_mode_on_nuc.rst @@ -161,7 +161,7 @@ Update ACRN Hypervisor Image .. code-block:: none - $ make hypervisor BOARD_FILE=whl-ipc-i7 SCENARIO_FILE=logical_partition RELEASE=0 + $ make hypervisor BOARD=whl-ipc-i7 SCENARIO=logical_partition RELEASE=0 .. note:: The ``acrn.bin`` will be generated to ``./build/hypervisor/acrn.bin``.