Skip to main content
Specify AVR Boards versions that are not backwards compatible(1.6.13 is backwards compatible because it uses AVRDUDE 6.0.1)
Source Link
per1234
  • 4.3k
  • 2
  • 24
  • 44

This issue occurs when using Arduino IDE 1.6.8 or older with Arduino AVR Boards 1.6.12 or newer1.6.14. There are two solutions:

  1. Upgrade your Arduino IDE to 1.6.9 or newer by downloading and installing the appropriate file from https://www.arduino.cc/en/Main/Software.

  2. Downgrade your Arduino AVR Boards version to 1.6.11 or older(or 1.6.13) via Tools > Board > Boards Manager...

I submitted a pull request to fix this backwards compatibility issue and it was merged by the Arduino developers so this issue will no longer occur with Arduino AVR Boards 1.6.15 and up. It explains the cause of the issue: https://github.com/arduino/Arduino/pull/5427

This issue occurs when using Arduino IDE 1.6.8 or older with Arduino AVR Boards 1.6.12 or newer. There are two solutions:

  1. Upgrade your Arduino IDE to 1.6.9 or newer by downloading and installing the appropriate file from https://www.arduino.cc/en/Main/Software.

  2. Downgrade your Arduino AVR Boards version to 1.6.11 or older via Tools > Board > Boards Manager...

I submitted a pull request to fix this backwards compatibility issue and it was merged by the Arduino developers so this issue will no longer occur with Arduino AVR Boards 1.6.15 and up. It explains the cause of the issue: https://github.com/arduino/Arduino/pull/5427

This issue occurs when using Arduino IDE 1.6.8 or older with Arduino AVR Boards 1.6.12 or 1.6.14. There are two solutions:

  1. Upgrade your Arduino IDE to 1.6.9 or newer by downloading and installing the appropriate file from https://www.arduino.cc/en/Main/Software.

  2. Downgrade your Arduino AVR Boards version to 1.6.11 or older(or 1.6.13) via Tools > Board > Boards Manager...

I submitted a pull request to fix this backwards compatibility issue and it was merged by the Arduino developers so this issue will no longer occur with Arduino AVR Boards 1.6.15 and up. It explains the cause of the issue: https://github.com/arduino/Arduino/pull/5427

Source Link
per1234
  • 4.3k
  • 2
  • 24
  • 44

This issue occurs when using Arduino IDE 1.6.8 or older with Arduino AVR Boards 1.6.12 or newer. There are two solutions:

  1. Upgrade your Arduino IDE to 1.6.9 or newer by downloading and installing the appropriate file from https://www.arduino.cc/en/Main/Software.

  2. Downgrade your Arduino AVR Boards version to 1.6.11 or older via Tools > Board > Boards Manager...

I submitted a pull request to fix this backwards compatibility issue and it was merged by the Arduino developers so this issue will no longer occur with Arduino AVR Boards 1.6.15 and up. It explains the cause of the issue: https://github.com/arduino/Arduino/pull/5427