Uploading Blink - Galileo Quark SoC X1000 Getting Started Manual

Table of Contents

Advertisement

Last, but not least, to update the board firmware go to Help > Firmware Update. Then click Yes to
proceed.
The software will attempt to communicate with your board, and read the current version of the
firmware. On the next window that pops up, select Yes to acknowledge that you'd like to upgrade the
firmware, and the process will begin.
While the progress bar zooms across your screen, make sure you don't unplug either power or
USB from the Galileo. As the pop-up says, the update procedure will take about five minutes. A
Target Firmware Upgraded Successfully pop-up will appear after the update completes.

Uploading Blink

As always, the first program to be uploaded to a board is the "Hello, world" of microcontrollers -
Blink.
To open the Blink example, go to the File > Examples > 01.Basics > Blink.
language:c
/*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain.
*/
// Pin 13 has an LED connected on most Arduino boards.
Page 13 of 20

Advertisement

Table of Contents
loading

Table of Contents