You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pio pkg install -t tool-avrdude solved it for me. Evidently atmelmegaavr hard-codes this value somewhere, and if you're using a chip that doesn't required avrdude, it errors out. Installing the tool fixes that error.
Hello, I am trying to burn a bootloader to my DigiSpark board (ATTINY85).
When running the following command :
platformio.exe run --target bootloader --environment digispark-tiny
, I get aKeyError : 'tool-avrdude'
The error comes from _packages.py file the
self.packages
member dictionary does not contain the key "tool-avrdude':Which is called in fuse.py line 479:
I do have a tool-avrdude folder like
C:\Users\UserName\.platformio\packages\tool-avrdude
Any help is welcome thanks
The text was updated successfully, but these errors were encountered: