Search code examples
arduinointel-galileo

Uninstall or stop Arduino Sketch on intel galileo Gen 2 board


I installed a simple arduino sketch from Arduino IDE to Intel Galileo Gen 2 board.

How do I stop and uninstall the sketch?

I used reset and reboot button, unplugged power supply but not much help.


Solution

  • Just upload a blank program.

    void setup() {
    
    }
    
    void loop() {
    
    }
    

    In your Arduino IDE, copy above code and press upload button. This will stop previously executing sketch.

    Make sure you are connected to Intel board via micro USB and appropriate serial port is selected tool