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:
jackwhich
2022-01-25 11:47:28 +08:00
committed by David Kinder
parent b41ff11a9c
commit bd02de15b0
2 changed files with 0 additions and 12 deletions

View File

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