ArduinoToBreadboard tutorial hardware configuration archive is not compatible with 1.6.5 #3521
Labels
Architecture: AVR
Applies only to the AVR microcontrollers (Uno, etc.)
Component: Documentation
Related to Arduino's documentation content
Milestone
The hardware configuration archive Breadboard1-5-x.zip linked in the Minimal Circuit section of www.arduino.cc/en/Tutorial/ArduinoToBreadboard doesn't work with Arduino IDE 1.6.5r2 etc.
The following changes need to be made to the archive:
atmega328bb.bootloader.tool=arduino:avrdude
to boards.txtatmega328bb.upload.tool=arduino:avrdude
atmega328bb.upload.protocol=stk500
toatmega328bb.upload.protocol=arduino
atmega328bb.bootloader.path=arduino:atmega
atmega328bb.bootloader.file=arduino:atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
The text was updated successfully, but these errors were encountered: