Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Installing Intel® Edison pre built image

Bruno Bottazzini edited this page Mar 11, 2016 · 7 revisions
Downloading

1- Access and select the image for Intel® Edison: https://github.com/solettaproject/meta-soletta/releases/latest

Image installation

0- Uncrompress image

1- You have now two options using Intel® Flash Utility Tool or using the Script

Intel® Flash Utility Tool

1- Follow the instruction for the Utility tool in the site: https://software.intel.com/en-us/articles/flash-tool-lite-user-manual

Flash with script

1- Connect micro-usb cable in Intel® Edison

2- Run the following script as root and follow its instructions:

Linux:

    sudo ./flashall.sh

Windows:

Follow the instructions of the following site: http://www.intel.com/support/edison/sb/CS-035286.htm

More information can be found : https://github.com/solettaproject/soletta/wiki/Edison-Instructions#yocto

Booting Image

1- To access Intel® Edison via SERIAL

1.1- On Linux: https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-linux

1.2 - On Windows: https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-windows

2- To access Intel® Edison via SSH (Easier if you are going to use Soletta Dev-App)

2.1 - For Linux and Windows can be found here: https://software.intel.com/en-us/connecting-to-intel-edison-board-using-ethernet-over-usb

Accessing Soletta Dev-App

1- Connect your Intel® Edison into a network

2- Get galileo IP address running the command

    ifconfig -a

3- In a web browser type: http://EDISON_IP_ADDRESS:8080

About Soletta Dev-App project

https://github.com/solettaproject/soletta-dev-app/wiki

Clone this wiki locally