i think you should respect lowercase/uppercase i see on the first 2 lines pololu written with lowercase p , but the last line is written with uppercase p not sure if will work but you can try
I only have programmers.txt in the Arduino directory.
I have a boards.txt in both Arduino and Tiny directory
Now I have tried to copy the programmers.txt to the Tiny directory, but it dos not make any difference.
What makes me suspicious about the avrdude.conf is that if I change the type to one of the predetermined type (by this i mean one of the types mentioned in the top of avrdude.conf ) fex. stk500v2 then i get another message
avrdude: stk500v2_command(): command failed
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
It is not necessary to modify the avrdude.conf file. I suggest restoring the original. Once you are able to program the target processor then try modifying the avrdude.conf file to include a pololu option.
I finally solved the problem, so now i'm a happy man ,but on the other hand i feel stupid for wasting your time, but i think i would share my experience:
What i did was quit simple:
I deleted all the programmers.txt and boards.txt files, made a new installation of arduino-022 and copyed the files (boards snd programmers) where they belong, and then made the nessesary changes.
So the problem was that i had mixed the files up
Now i have a fading RGB Led and a 3-wire LCD working on the attiny85. My next project will be a 2-wire LCD with capacity measurement.