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

Installing Intel® Galileo Gen2 pre built image

Bruno Bottazzini edited this page May 4, 2016 · 8 revisions
Downloading

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

Image installation
  • If pendrive use /dev/sdb
  • If sdcard use /dev/mmcblk0

These path may be different depending Linux distro. Run lsblk to find out the rightful path.

0- Extract the tar file

1- Run: xzcat ostro-image-intel-quark.dsk.xz | sudo dd of=/dev/sdb bs=512k

This may take several minutes

Booting Image

1- Put the mico sd-card/pendrive in Intel® Galileo Gen2

2- Folow this tutorial to configure your FTDI cable: https://software.intel.com/en-us/get-started-galileo-linux-step2#gen2

2.1 - Access serial console on Linux: https://software.intel.com/en-us/blogs/2014/03/15/start-serial-console-on-galileo-using-linux-w-usb-uart-ftdi-cable

2.2 - Access serial console on Windows: https://software.intel.com/en-us/articles/getting-started-with-the-intel-galileo-board-on-windows

Accessing Soletta Dev-App

1- Connect your galileo in a network

2- Get galileo IP address running the command

    ifconfig -a

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

About Soletta Dev-App project

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

Clone this wiki locally