Skip to content

Arduino and AVR compilation tools for BeagleBone (currently command-line only)

Notifications You must be signed in to change notification settings

bewest/ArduinoOnBeagleBone

 
 

Repository files navigation

ArduinoOnBeagleBone

Arduino and AVR compilation tools for BeagleBone (currently command-line only)

This will give you the command-line tools needed to compile AVR programs and Arduino sketches. In this way it is similar to WinAVR for Windows and CrossPack for Mac OS X.

Specifically, the versions of the tools created are:

  • avr binutils-2.22
  • avr gcc-4.5.3
  • avr-libc-1.8.0
  • avrdude 5.11.1

arduino on beaglebone

Quickstart

  1. Get & install the tools tarball with:
    # cd /
    # wget http://cloud.github.com/downloads/todbot/ArduinoOnBeagleBone/avrtools-arduino-beaglebone-20120630.tar.gz
    # tar xvzf avrtools-arduino-beaglebone-20120630.tar.gz
    # . /usr/local/avr/arduino-setup
  1. Go into your sketch directory and start compiling
    # cd ~/sketches/MyAwesomSketch
    # ln -s $AVRDIR/arduino.mk Makefile
    # make
    # make upload
    # make monitor

More Info

For details on how to use this package, see: "using-beaglebone-avr-arduino-tools.txt"

For details on how these tools were compiled, see: "building-beaglebone-avr-arduino-tools.txt"

About

Arduino and AVR compilation tools for BeagleBone (currently command-line only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published