docs: modify getting-started.rst

1.modify the board inspector name
2.add sudo before reboot (user: acrn)

Signed-off-by: Min Yang <minx.yang@intel.com>
This commit is contained in:
Min Yang 2022-11-23 23:06:51 +08:00 committed by David Kinder
parent e41d6c1c9e
commit 6634ab3ca1
1 changed files with 2 additions and 2 deletions

View File

@ -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::