Arduino UNO burn Bootloader error

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

arduino uno have already bootloader.
to turn uno in a programator use sketch Arduino As ISP from examples menu

You may follow the steps of the attached file to proram your ATtiny85 using Arduino UNO as an ISP Programmer.
ProgrammingATtiny85.pdf (242.4 KB)

I uploaded the example uno isp without any issues. Though when I go to upload a sketch I get the error “programmer is needed” am I missing step here?

Please, see the attached file of post #3.

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