Hello!
Letās move on with the Intel Galileo series of posts:
- [GALILEO] HowTo: Perform a firmware update to an Intel Galileo
- [GALILEO] HowTo: install Intel Galileo drivers in Windows10
- [GALILEO] HowTo: Create a SD bootable to work on Intel Galileo and VisualStudio
- [GALILEO] Connecting Windows10 and IntelĀ Galileo
- [#GALILEO] HowTo: Configure credentials in #Windows10 to access the Intel Galileo as a networkĀ resource
In today’s postĀ I’ll create a basicĀ āhello worldā forĀ Intel Galileo. As usual with this boards, this sample is try to make the LED in pin 13 to Blink š
So, we openĀ Visual Studio 2013 and create a new projectĀ āVisual C++ \\ Windows for IoT \\ Galileo Wiring Appā
Once theĀ project is created, it already has inside all the stuff to make the led bonk. However, before we try to deploy this app, a nice check is good to validate if everything is fine.
Visual Studio will try to connect and deploy the compiled app, so a couple ofĀ configurations are required. In the projcet properties, the value forĀ Remote Server Name, must be replaces with the name of the deviceĀ (you can also put here the device IP Address). You can also check theĀ [Working Directory] property, it defines the location where VS will deploy / copy the compiled app.
Now let’s move to security. By defaultĀ Windows authentication is defined. Unless you create a bootable SD with no authentication, do not change this one.
When you start the deploy, VS will ask for user and password.
And once you put all correct values, you can access the remote file system of the device, and you will see the deplooyed app in the directoryĀ [C.\Temp\] .
Saludos @ Home
/El Bruno






Leave a comment