Intel logo
  1. Open a new Terminal window.

  2. Make sure your IoT board has the microswitch set to device mode and plug in the device mode micro-USB cable from your Intel® Edison to your computer.

    Wait one minute for the Intel® Edison to finish booting up.

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

    Refer to Device mode micro-USB cable for full assembly instructions.

  3. Use the ifconfig command to forward connections to the IP address “192.168.2.2” through “usb0” which should be the USB cable. You may be prompted for your user password.

    sudo ifconfig usb0 192.168.2.2

    Can’t see usb0?

    Try this command first:

    sudo ifconfig usb0 up

If you type the ipconfig command, you should see “192.168.2.2” for the usb0 entry:

usb0 entry in Terminal

See Once connected… for what you can do now.