Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Intel Galileo Networking Cookbook

You're reading from   Intel Galileo Networking Cookbook Over 50 recipes that will help you use the Intel Galileo board to build exciting network-connected projects

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher
ISBN-13 9781785281198
Length 174 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Marco Schwartz Marco Schwartz
Author Profile Icon Marco Schwartz
Marco Schwartz
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Installing and Configuring Linux FREE CHAPTER 2. Connecting External Sensors 3. Controlling Hardware Devices 4. Creating a Web Server 5. Hosting Applications on the Galileo Board 6. Local Network Monitoring 7. Cloud Data Monitoring 8. Building a Home Automation System Index

Using a simple Linux image

To really make use of the board and create exciting projects, we need to install a Linux image on our Galileo board. We will see that we have two options. The first one is the one we are going to see in this recipe—it is a simple Linux image, which is also simple to install. We will see how to install it in this guide.

Getting ready

First, you have to make sure that you have followed the recipe at the beginning of this chapter, so you should have your board ready to be use.

Then you can get the Linux image from the following location:

https://communities.intel.com/docs/DOC-22226

You will be redirected to a page that contains a table with all the available downloads for the Galileo board:

Getting ready

Simply click on the first link and wait until the image is downloaded onto your computer.

How to do it...

You are now ready to install the Linux image on your Galileo board. To do so, simply follow these steps:

  1. Unzip the contents of the file you just downloaded.
  2. Remove the micro SD card from the Galileo board.
  3. Insert the micro SD card into your computer.
  4. Format the SD card, if necessary, in the FAT32 format (if there are files on it already).
  5. Copy the contents of the Linux image to the SD card.
  6. Power down your Galileo board. You can also connect your board to your local network with the Ethernet cable at this point.
  7. Insert the SD card into your Galileo board again.
  8. Power the Galileo board up again.

The simple Linux image is now installed and running on your Galileo board.

How it works...

The Galileo board will now boot every time on this Linux image, allowing you to access all the functions and modules that we listed earlier.

There's more...

The Linux image that you just installed comes with many extras. This is a non-exhaustive list of all the features and modules that come with the Linux image:

  • Wi-Fi drivers
  • A Python interpreter
  • SSH (to access your board via Ethernet)
  • OpenCV (for image and video processing)
  • Video4Linux2 (to record videos)
  • Advanced Linux Sound Architecture (ALSA) drivers (to play sounds)
  • Node.js (to run servers and applications based on JavaScript)

See also

If you need an even more advanced image installed on your Galileo board, look at the following recipes to see how to install the Internet of Things (IoT) image.

You have been reading a chapter from
Intel Galileo Networking Cookbook
Published in: Aug 2015
Publisher:
ISBN-13: 9781785281198
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image