doc:udpate using_partition_mode_on_nuc nuc7i7bnh to nuc7i7dnb

Signed-off-by: yunzha4x <yunx.zhang@intel.com>
This commit is contained in:
yunzha4x 2019-07-22 17:02:34 +08:00 committed by David Kinder
parent a7b6fc74e5
commit 2e79501e4d
1 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ Update ACRN hypervisor Image
.. note::
Double check PCI devices BDF defined in the
``hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h``
``hypervisor/arch/x86/configs/nuc7i7dnb/pci_devices.h``
with the information reported by the ``lspci -vv`` command.
#. Clone the ACRN source code and configure the build options
@ -153,7 +153,7 @@ Update ACRN hypervisor Image
.. code-block:: none
$ make defconfig BOARD=nuc7i7bnh
$ make defconfig BOARD=nuc7i7dnb
$ make menuconfig
Updates the following configure item:
@ -178,7 +178,7 @@ Update ACRN hypervisor Image
The above command output should contain the ``GRUB`` keyword.
#. Check or update BDF information of PCI devices of each pre-launched VM;
Check it in the ``hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h``.
Check it in the ``hypervisor/arch/x86/configs/nuc7i7dnb/pci_devices.h``.
#. Build the ACRN hypervisor and copy the artifact ``acrn.32.out`` to the
``/boot`` directory: