layout | title | permalink |
---|---|---|
code |
Setup your Intel Galileo |
/SetupGalileo.htm |
Please make sure you've visited Setup Your PC before continuing with these instructions.
Please ensure that you are enrolled in the Windows Developer Program for IoT{:target="_blank"}.
This guide will show you how to install and run the Windows Developer Program for IoT on an Intel Galileo Gen1 or Gen2.
Please ensure that you are imaging your microSD card for a known reason. If you are experiencing a Windows problem, please visit Microsoft Connect{:target="_blank"} to file a bug, and the MS IoT team will respond.
Known reasons to image your microSD card include:
- Setting up a new Intel Galileo
- You are updating to a new version of the Microsoft Windows image supplied as part of the Windows Developer Program for IoT.
- You updated your Intel Galileo firmware, but did not update your Microsoft Windows image.
- Your Intel Galileo boots, but running sketches fails.
- You have a corrupted SD card.
Requirements:
- A microSD card reader or SD card reader with a microSD card adapter
- A 16gig or larger microSD card
Software Packages:
- apply-BootMedia.cmd{:target="_blank"}
Depending on which Intel Galileo generation you are using, download one of the following:
- Microsoft Windows Intel Galileo Gen 1{:target="_blank"}
- Microsoft Windows Intel Galileo Gen 2{:target="_blank"}
NOTE: : Please use the correct Windows image for the board you are using. They are not interchangable.
- Format the microSD card with the Fat32 file system.
- Open an Administrative command prompt:
- Open the Start screen
- type
cmd
- right click or tap and hold on
Command Prompt
, then selectRun as Administrator
- If you are running on Windows 7 please follow these instructions{:target="_blank"} before proceeding.
- In the command window, type the following:
cd /d %USERPROFILE%\Downloads
apply-bootmedia.cmd -destination {YourSDCardDrive} -image {.wimFile downloaded above} -hostname mygalileo -password admin
Intel has released Firmware version 1.0.3 which needs to be applied to your board before running Microsoft Windows.
Please follow the Intel's Getting Started Guide{:target="_blank"}. Once you've followed the firmware update instructions, you do not need to continue following the Getting Started guide as the instructions do not apply to Microsoft Windows running on the Intel Galileo board.
NOTE: : When extracting the Intel Galileo package, please extract into the root of your drive and make sure that the path does not contain spaces.
The Intel Galileo Gen 2 does not currently require a firmware update.
Connecting the Galileo directly to your computer will allow you to communicate with just your Galileo. Your computer will still have internet connectivity, and your computer will be able to communicate with your Galileo.
IMPORTANT NOTE: : Intel Galileo Gen1 and Gen2 use different power supplies. Please only use the 12 volt power supply with the Gen2 and a 5 volt power supply with Gen1.
- Connect one end of the network cable to the ethernet port on your Galileo
- Connect the other end of the network cable to your computer using a built in Ethernet port or a USB Ethernet adapter.
- Plug the power cord in
- You should see activity on the microSD light as it boots. The LED is circled in green in the following pictures.
NOTE: : Windows on Galileo can take about 2 minutes to boot. During this time you will see the microSD activity LED flashing rapidly. Once it stops flashing for a few seconds, the Galileo is fully booted.
The main reason you'll want to telnet into your Galileo is so that you can interact with your Galileo and gracefully shut it down.
On your desktop select Start->Run and type telnet mygalileo
.
When prompted by telnet, use the following username and password:
Username: Administrator
Password: admin
Before you unplug the power from the Galileo, it is advisable to gracefully shut it down. To do this:
- Telnet to the Galileo as described above
- Enter the following command to shutdown:
shutdown /s /t 0
After the microSD activity LED stops blinking, you may unplug the Galileo.
NOTE : If you do not shut the Galileo down, the next boot will take much longer. During this time, Windows will run a check disk on the SD card to verify the integrity of the file system. Please allow this to finish.
« Return to homepage{: .btn .btn-default} Continue to Samples »{: .btn .btn-default}