I've managed to get my board upgraded and running a sketch.
When I remove the power and then power up the sketch is 'lost' and is not running.
How do I get the sketch to run on power on?
I've managed to get my board upgraded and running a sketch.
When I remove the power and then power up the sketch is 'lost' and is not running.
How do I get the sketch to run on power on?
You have to run linux on the micro sd card. Download the image from the intel galileo support page.
In this way, the galileo enable the persistance of the sketch.
Maybe the board will start in 30sec but you will have the fully functionality of the linux on galileo.
Thanks. I've managed to boot into linux using the SD card.
I notice a /sketch/ folder but what do I have to do now? I created a test.ino file but nothing happens on reboot.
Whats the procedure to get a sketch running on boot up? And is there any document describing the steps?