I'm bit stuck here and hoping community can help.
I'm trying to program attiny84a with my Mega2560
I have taken following steps:
Programmed my Mega with Arduino ISP, programmer AVR ISP
Connected mega to attiny like this:
ATTINY (pin)--------MEGA
slave reset ( 4 )-------53
MOSI ( 7)------------51
MISO ( 8 )------------50
SCK ( 9 )-------------52
I also connected heartbeat and error led
Changed led pin in blink program = 0
Programmed using "ATtiny84 (internal 1MHz clock)" board option and "Arduino as ISP" for prigrammer.
Got error: "avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84" twice but nothing else.