-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce:
- Install Arduino 1.8.9.
- Install ATTinyCore 1.2.5 using the Boards Manager Installation instructions on GitHub.
- Using the following settings on the Arduino Tools menu and an Adafruit USBtinyISP programmer, upload a sketch to an ATtiny85:
Board: ATtiny25/45/85
Chip: ATtiny85
Clock: 1MHz (internal)
B.O.D. Level: B.O.D. Disabled
Save EEPROM: EEPROM retained
Timer 1 Clock: CPU
LTO: Disabled
Programmer: USBtinyISP (ATTinyCore)
- Upload succeeds, see attached verbose upload output (upload-ok.txt, attached)
- Using the Boards Manager, install Arduino megaAVR Boards by Arduino version 1.8.3.
- Retry step (3) above; upload fails, see attached output (upload-err.txt, attached)
- Note that in upload-err.txt, avrdude runs from a different location than in upload-ok.txt. Yet the avrdude referenced in upload-err.txt can be used successfully from the command line (see cmdline.txt, attached).
- Remove Arduino megaAVR Boards and the ATtiny upload works again.
upload-ok.txt
upload-err.txt
cmdline.txt
Edit: This issue does not occur if a USBasp programmer is used.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working