Reading Boot log

Linux Host Users

Under BIOS settings , make sure to enable Console Redirection in Serial Port Console Redirection

  1. Install the minicom software on your host device.

    sudo apt install minicom
  2. Connect the serial cable as shown in the below picture from the target device to the host device.

    SerialLogReadUART
  3. To open minicom , run the below command

    NOTE: Modify the ttyUSB0 based on your serial connection.

    sudo minicom -D /dev/ttyUSB0
    Screenshot 2024-11-28 160038

Windows Host Users

  1. Install the PuTTY software on your host device.

  2. Connect the serial cable as shown in the above picture from the target device to the host device.

  3. Launch the PuTTY software.

  4. Under the Serialconnection choose the following,

    • Serial line: COM3 (edit to match the system as necessary)

    • Speed: 115200

    • Click Only on clean exit

    • Click Open

      Screenshot 2024-11-28 160921 Screenshot 2024-11-28 161037