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

******************************
PSH KERNEL VERSION: b0182b2b
                WR: 20104000
******************************

SCU IPC: 0x800000d0  0xfffce92c

PSH miaHOB version: TNG.B0.VVBD.0000000c

microkernel built 11:24:08 Feb  5 2015

******* PSH loader *******
PCM page cache size = 192 KB 
Cache Constraint = 0 Pages
Arming IPC driver ..
Adding page store pool ..
PagestoreAddr(IMR Start Address) = 0x04899000
pageStoreSize(IMR Size)          = 0x00080000

*** Ready to receive application *** 

U-Boot 2014.04 (Dec 19 2015 - 23:30:32)
Watchdog enabled
DRAM:  980.6 MiB
MMC:   tangier_sdhci: 0
In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  1 

< Enter Enter Enter ... to Cancel Boot Loader Execution >

Intel® Galileo Bootloader

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

Last updated