im trying to burn the Bootloader on my Arduino UNO to use a s programmer for attiny85 but this is where in stuck.
im new to this but this is the main reason I got the uno is to program the attiny85 for led
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): unknown response=0x12
Failed chip erase: uploading error: exit status 1
thanks! got it to work when I used that sheet and an updated URL now getting this
In file included from /Users/luisrodriguez/Documents/Arduino/libraries/FastLED/src/FastLED.h:79:0,
from /private/var/folders/9y/6ftsq28x2cbdcqx8y762ns280000gn/T/.arduinoIDE-unsaved2024610-33867-14fyj3j.c1bi/sketch_jul10a/sketch_jul10a.ino:6:
/Users/luisrodriguez/Documents/Arduino/libraries/FastLED/src/fastspi.h:157:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sketch uses 4576 bytes (55%) of program storage space. Maximum is 8192 bytes.
Global variables use 139 bytes (27%) of dynamic memory, leaving 373 bytes for local variables. Maximum is 512 bytes.
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): unknown response=0x12
Failed programming: uploading error: exit status 1