Galileo Quark SoC X1000 시작하기 매뉴얼 - 페이지 13
{카테고리_이름} Galileo Quark SoC X1000에 대한 시작하기 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Galileo Quark SoC X1000 20 페이지.
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