Intel logo
  1. Connect a micro-USB cable to the UART/serial micro-USB port of the Intel® Edison expansion board, and the other end to your computer.

    Micro-USB cable being plugged into the bottom micro-USB connector

    Refer to UART/serial micro-USB cable for more detailed cable connection information.

  2. Open a new Terminal window.

  3. Connect to the USB serial device using Screen.

    sudo screen /dev/ttyUSB0 115200

    • “115200” indicates the baud rate. Always use 115200.

    • You may be asked for your root password. Type in your root password and press Enter.

  4. When you see a blank screen, press the Enter key.

    For Intel® Edison boards running older firmware: You may need to press the Enter key twice.

  5. Once connected you will see a login prompt.

    Type in “root” for the username and press Enter.

    Login prompt

Don’t see a “usbserial” device listed?

For more info on using Screen such as quitting, read Using Screen »