I can't get the Bus Pirate to program my ATTiny2313a. I don't know much about this, so I'm providing my log and source. All I want to do is make my ATTiny2313a run a "Blinking LED" program until I can figure out how to do this better.
I prepared a source package here: http://www.mediafire.com/file/0e77xr5u8 ... Pirate.zip (http://www.mediafire.com/file/0e77xr5u8bmurrs/BusPirate.zip) . It contains everything I've been trying.. make file set up for bus pirate, Arduino Mega ISP, AVRDude SVN, blinking_led C code, blinking LED arduino code, and make files. If you uncompress this on Linux, you should just have to run "make install" and it will attempt to use the Bus Pirate as a programmer.
I don't know if it helps, but here is my log: http://pastebin.com/a2xAq9rZ (http://pastebin.com/a2xAq9rZ) It seems to detect the chip, but it won't program. When it attempts to program, it does this:
Detecting BusPirate...
avrdude: buspirate_send_bin():
0x23 0x0a
avrdude: Send: # [23] . [0a]
avrdude: Recv: . [ff]
avrdude: buspirate_readline():
BusPirate is not responding. Attempting reset.
avrdude: buspirate_send_bin():
0x00
avrdude: Send: . [00]
avrdude: buspirate_send_bin():
0x0f
avrdude: Send: . [0f]
avrdude: ser_recv(): programmer is not responding
BusPirate is back in the text mode
I have tried 3 separate ATTiny2313's and I feel like I've tried everything and nothing is working.