Hi, i have digispark attiny85 board. I tried to upload new bootloader (by dragging hex file to micronucleus.exe), but i think i uploaded wrong one. I wanted to upload micronucleus-1.11-entry-jumper-pb0-upgrade, but i uploaded micronucleus-1.11-entry-ext-reset-upgrade
After pluggin in digispark to pc i dont hear any sound, but when i connect gnd with p5 i hear this 'new device plug in' sound and i got error that device is unkown. I can't upload sketch.
I tried to upload new bootloader again, i dragged hex into exe file again. Program asked me for plug device, so i have done that and connected gnd with p5. Nothing happened.
Then i tried to upload new sketch via arduino isp.
A programmer is required to upload
Then i found second method, where burn_attiny85_bootloader.exe and t85_default.hex are added to main arduino folder. After using this exe file i got error:
C:\Windows\system32>"C:\Users\WildeWile\AppData\Local\Programs\arduino-ide\hardware\tools\avr/bin/avrdude" -C"C:\Users\WildeWile\AppData\Local\Programs\arduino-ide\hardware\tools\avr/etc/avrdude.conf" -v -pattiny85 -cstk500v1 -PCOM9 -b19200 -Uflash:w:"C:\Users\WildeWile\AppData\Local\Programs\arduino-ide\t85_default.hex":i -U lfuse:w:0xe1:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m
System nie może odnaleźć określonej ścieżki. /// System can't find this file
Press any key to continue . . .
What more can i do?