watterott / ATmega328PB-Testing

Atmel/Microchip ATmega328PB support for Arduino IDE
https://learn.watterott.com
76 stars 61 forks source link

avrdude Linux support #7

Closed woo2 closed 7 years ago

woo2 commented 7 years ago

The avrdude binary for linux is missing from this repo. Installation fails because arduino needs a local copy. I am using a current version of Arch Linux with avrdude 6.3 installed system wide.

Am I doing something wrong? I added the avrdude binary here. Dependencies were not statically linked against it, so it won't work on everyone's system. I will rebuild it and submit a pull request when ready.

awatterott commented 7 years ago

Currently everything is only for Windows, but Arduino.cc is working on a new toolchain including avrdude 6.3. Further infos here: https://github.com/arduino/Arduino/pull/5021

awatterott commented 7 years ago

Arduino IDE 1.6.10 includes gcc 4.9.2 and avrdude 6.3.