gepd / Stino

A Sublime Text Plugin for Arduino
Other
33 stars 10 forks source link

Unable to upload on linux mint #22

Closed happilymarrieddad closed 8 years ago

happilymarrieddad commented 8 years ago

Hi, I've been unable to upload on Linux Mint. It says I'm missing the avrdude.conf.. I figured out the answer but I thought I would post on here in case someone else has the same problem. I just used this command to find it and the other command to cp and fix it. If you already know the location of your avrdude.conf then obviously you don't need to find it lol!

find * -name avrdude.conf
sudo cp /usr/share/arduino/hardware/tools/avrdude.conf /usr/share/arduino/hardware/tools/avr/etc/avrdude.conf