In using the tiny AVR programmer to program using Arduino 1.0, I normally get the following error while trying to upload the simple blink program: avrdude: verification error, first mismatch at byte 0x0080
0x3b != 0xff
avrdude: verification error; content mismatch
If the mismatch occurs at byte 0x100 or higher, the program runs. How do I resolve this problem? I have also tried Arduino 1.0.4. I am selecting UStinyISP as the programmer.