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
{{ message }}
This repository was archived by the owner on May 24, 2025. It is now read-only.
Hello,
At try burn bootloader to Attiny85@16MHZ (internal PLL; 4V3 BOD):
avrdude: Device signature = 0x1e930b
avrdude: erasing chip
avrdude: reading input file "{bootloader.unlock_bits}"
avrdude: invalid byte value ({bootloader.unlock_bits}) specified for immediate mode
avrdude: read from file '{bootloader.unlock_bits}' failed
I'm using a Nano board v3.0 as Arduino ISP (Arduino ISP version 04m3) from samples code menu.
The code from https://github.com/damellis/attiny/tree/ide-1.6.x works fine, but has not 16MHZ PLL.
Thank you!