From 6634ab3ca1a721c6f8ef77094303825f5080c8d6 Mon Sep 17 00:00:00 2001 From: Min Yang Date: Wed, 23 Nov 2022 23:06:51 +0800 Subject: [PATCH] docs: modify getting-started.rst 1.modify the board inspector name 2.add sudo before reboot (user: acrn) Signed-off-by: Min Yang --- doc/getting-started/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index f3ac6d03e..bd0a833da 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -349,7 +349,7 @@ Generate a Board Configuration File .. code-block:: bash - reboot + sudo reboot #. Run the Board Inspector to generate the board configuration file. This example uses the parameter ``my_board`` as the file name. The Board Inspector @@ -359,7 +359,7 @@ Generate a Board Configuration File .. code-block:: bash cd ~/acrn-work - sudo board_inspector my_board + sudo acrn-board-inspector my_board .. note::