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:
parent
e41d6c1c9e
commit
6634ab3ca1
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue