Anybody knows how to install AVRDude (AVR Uploader/Downloader) on Ubuntu 14.10?
any help will be apreciated.
any help will be apreciated.
:~$ sudo apt-get install avrdude
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libftdi1
Suggested packages:
avrdude-doc
The following NEW packages will be installed:
avrdude libftdi1
0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
Need to get 292 kB of archives.
After this operation, 1,068 kB of additional disk space will be used.
Do you want to continue? [Y/n]
:~$ sudo apt-get install avrdude
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libftdi1
Suggested packages:
avrdude-doc
The following NEW packages will be installed:
avrdude libftdi1
0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
Need to get 292 kB of archives.
After this operation, 1,068 kB of additional disk space will be used.
Do you want to continue? [Y/n]
avrdude -c usbtiny -p atmega328p -U flash:r:blink.hex