Last active
August 29, 2015 14:10
-
-
Save soldair/266490b190c486c11314 to your computer and use it in GitHub Desktop.
install avrdude 6.0.0 on raspi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-6.0.1.tar.gz | |
tar -xvf avrdude-6.0.1.tar.gz | |
sudo apt-get install build-essential flex bison libusb-dev libelf-dev libftdi-dev | |
cd avrdude-6.0.1 | |
./configure --enable-linuxgpio | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make sure to scp a copy of the new avrdude.conf from your arduino ide