Last Updated: February 25, 2016
·
536
· tralamazza

Fedora + ino

ino is this awesome command line tool for arduino, you should use it.
The current version 0.34 has problems detecting a config file (avrdude.conf) when you try to upload your project via ino upload, to fix simply create the symlink:

> sudo su -
> mkdir -p /usr/share/arduino/hardware/tools
> ln -s /etc/avrdude/avrdude.conf /usr/share/arduino/hardware/tools/avrdude.conf