Intel logo

Shell Access - Mac

computer icon with command prompt

If you need to configure your IoT board, you will need to remotely connect to the Intel® Edison or Intel® Galileo. Once connected to your Intel® IoT board, you have access to the Linux-based Yocto operating system running on the board.

You can then execute special Linux commands such: changing the hostname and password, setting up Wi-Fi, or flashing new firmware.

Identify the “usbserial” device name

Use the ls /dev/tty.* command in Terminal to find the device name of the “usbserial” connection. You will need the exact device name for use in Establish a serial connection next.

Animated gif: using Terminal to find the USB device name

View detailed instructions »

Establish a serial connection

Use the Screen utility in Terminal to gain command line access of your IoT board. For example: screen /dev/tty.usbserial-A102GW3T 115200.

Animated gif: using Screen utility to connect to IoT board

View detailed instructions »

Configure a password to enable SSH

You must enable SSH in order to work with the Intel® XDK and Eclipse over Wi-Fi. Setting a password on your Intel® Edison by running configure_edison --password will enable SSH.

screen shot of password setup

View detailed instructions »

You are now logged into your IoT board and can run shell commands.

Continue to the next step in the START HERE guide »