diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index d25bc384f..d9efcc659 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -14,26 +14,27 @@ Intel Apollo Lake NUC (APL) and Intel Kaby Lake NUC (KBL), described in :ref:`hardware`, are currently supported for ACRN development: - We can enable the serial console on `KBL - `__ - (NUC7i5DNHE), but this is not supported on APL (NUC6CAYH). + `__ + (NUC7i7DN), but this is not supported on APL (NUC6CAYH). Connecting to the serial port ============================= -If you don't need a serial console you can ignore this section. If you're -using a KBL NUC and you need a serial console, you'll need to prepare -an RS232 cable to connect to the KBL NUC serial port header, as shown -below: +If you don't need a serial console you can ignore this section. + +Neither the APL or KBL NUCs present an external serial port interface. +However, the KBL NUC does have a serail port header you can +expose with a serial DB9 header cable. You can build this cable yourself, +referring to the `KBL NUC product specification +`__ +as shown below: + .. figure:: images/KBL-serial-port-header.png :align: center - KBL Serial port header details - -You can refer to the `'Technical Product Specification' -`__ -for details + KBL serial port header details .. figure:: images/KBL-serial-port-header-to-RS232-cable.jpg @@ -43,6 +44,20 @@ for details `_ +Or you can `purchase +`_ +such a cable. + +You'll also need an `RS232 DB9 female to USB cable +`__, +or an `RS232 DB9 female/female (NULL modem) cross-over cable +`__ +to connect to your host system. + +.. note:: + If you want to use the RS232 DB9 female/female cable, please choose + the ``cross-over`` type rather than ``straight-through`` type. + Firmware update on the NUC ========================== diff --git a/doc/getting-started/images/KBL-serial-port-header.png b/doc/getting-started/images/KBL-serial-port-header.png index 5fda638d7..b1b5d904d 100644 Binary files a/doc/getting-started/images/KBL-serial-port-header.png and b/doc/getting-started/images/KBL-serial-port-header.png differ