I am using my Arduino Uno as a programmer to program my ATtiny85. I uploaded the ArduinoISP sketch to my Uno. I double checked my wiring, did some googling, but I still can't figure out why I get this error:
avrdude: stk500_getsync(): not in sync: resp=0xff
when I run this command:
sudo avrdude -p t85 -c avrisp -P /dev/ttyACM0 -b 9600 -U flash:w:src.hex
Any suggestions? Thanks!
avrisptoarduino. \$\endgroup\$