Arduino IDE

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 14: Line 14:
  
 
See also:
 
See also:
[http://www.arduino.cc/playground/Linux/Fedora]
+
http://www.arduino.cc/playground/Linux/Fedora

Revision as of 19:57, 26 March 2010

To use the Arduino IDE on Fedora 12 you must do a few things:

$ yum install uisp avr-libc avr-gcc-c++ rxtx avrdude

$ cd <path to arduino>/lib 
$ rm librxtxSerial.so RXTXcomm.jar 
$ ln -s /usr/share/java/RXTXcomm.jar 
$ ln -s /usr/lib/rxtx/librxtxSerial.so
$ cd <path to arduino>/hardware/tools
$ rm avrdude
$ ln -s /usr/bin/avrdude

See also: http://www.arduino.cc/playground/Linux/Fedora

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox