mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 07:20:55 +00:00
doc: Remove modprobe msr in gsg
modprobe msr has been added to board_parse.py in PR #6692. Remove modprobe msr in gsg and board_inspector docs Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
This commit is contained in:
parent
b41ff11a9c
commit
bd02de15b0
@ -329,12 +329,6 @@ Generate a Board Configuration File
|
||||
disk="/media/$USER/"$(ls /media/$USER)
|
||||
cp -r "$disk"/board_inspector ~/acrn-work
|
||||
|
||||
#. On the target, load the ``msr`` driver, used by the Board Inspector:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo modprobe msr
|
||||
|
||||
#. Run the Board Inspector tool ( ``board_inspector.py``)
|
||||
to generate the board configuration file. This
|
||||
example uses the parameter ``my_board`` as the file name.
|
||||
|
@ -28,12 +28,6 @@ a board configuration file.
|
||||
#. Make sure the target system is set up and ready to run the Board Inspector,
|
||||
according to :ref:`gsg-board-setup` in the Getting Started Guide.
|
||||
|
||||
#. Load the ``msr`` driver, used by the Board Inspector:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo modprobe msr
|
||||
|
||||
#. Run the Board Inspector tool (``board_inspector.py``) to generate the board
|
||||
configuration file. This example assumes the tool is in the
|
||||
``~/acrn-work/`` directory and ``my_board`` is the desired file
|
||||
|
Loading…
Reference in New Issue
Block a user