Labs

Labs

Board Connection with Development Workstation

You have already set up your board and connected the board to your host system. This includes assembling your board, installing the appropriate drivers (if your host system has Windows*), and flashing your firmware.

Connect Development Workstation with Intel® Edison / Intel® Galileo and launch your Serial Communication Application

Serial Communication

  • Settings 8N1

  • Speed 115200

Windows

PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers.

Windows USB Serial Driver. So Intel Edison can be recognized as a COM port, please install this driver and this driver

Use Putty as your Serial Communication Application

Linux

user@workstation:~$ dmesg
[11940.538090] ftdi_sio 6-1:1.0: FTDI USB Serial Device converter detected
[11940.538137] usb 6-1: Detected FT232RL
[11940.538139] usb 6-1: Number of endpoints 2
[11940.538142] usb 6-1: Endpoint 1 MaxPacketSize 64
[11940.538144] usb 6-1: Endpoint 2 MaxPacketSize 64
[11940.538147] usb 6-1: Setting MaxPacketSize 64
[11940.540185] usb 6-1: FTDI USB Serial Device converter now attached to ttyUSB0
user@workstation:~$ sudo minicom -D /dev/ttyUSB0 115200

Use screen or minicom as your Serial Communication Application

OS X

In the Terminal window, enter the command: ls /dev/cu.usbserial- [Setting up a serial terminal on a system with Mac OS X*](https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-mac-os-x)

Use screen as your Serial Communication Application

Intel® Edison Bootloader

Connect your Intel Edison development board to your Development Workstation using the registered COM / TTY device, boot up and interrupt the booting process in the boot loader phase by hitting any key

Intel® Galileo Bootloader

Connect your Intel Galileo development board to your Development Workstation using the registered COM / TTY device and boot up

Last updated