Programming Arduino without Arduino IDE

Discussion in 'Application & Utilities' started by jozefjozef, Jun 10, 2014.

  1. jozefjozef

    jozefjozef New Member

    Joined:
    Jun 9, 2014
    Messages:
    3
    Likes Received:
    0
    Hello,

    is it possible to program Arduino without using Arduino IDE and GUI applications?
    I am using udoo through network and i need to program Arduino from console.

    I am using Arch Linux with 3.0.35-9 Kernel.
     
  2. fetcher

    fetcher Member

    Joined:
    Mar 9, 2014
    Messages:
    166
    Likes Received:
    20
    There is a command-line programming tool called 'bossac' that comes bundled with the Arduino IDE, but doesn't require a GUI.
    This forum thread from February talks about how it, also gives an example of clearing & reseting the Arduino SAM3X chip by toggling GPIO pins on the i.MX6 side:

    http://www.udoo.org/forum/debian-jessie-rootfs-with-gpu-vpu-t693-30.html

    I haven't yet tried this myself, though.
     

Share This Page