From 2e79501e4d80e2e3fc95496915da6ba82e2835e0 Mon Sep 17 00:00:00 2001 From: yunzha4x Date: Mon, 22 Jul 2019 17:02:34 +0800 Subject: [PATCH] doc:udpate using_partition_mode_on_nuc nuc7i7bnh to nuc7i7dnb Signed-off-by: yunzha4x --- doc/tutorials/using_partition_mode_on_nuc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/using_partition_mode_on_nuc.rst b/doc/tutorials/using_partition_mode_on_nuc.rst index 35c5affd5..b8537a572 100644 --- a/doc/tutorials/using_partition_mode_on_nuc.rst +++ b/doc/tutorials/using_partition_mode_on_nuc.rst @@ -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: