I received two clone mini's referenced in the subject line. I was unable to load a sketch with a known good CP2102 USB to TTL loader. That led me to this thread: http://forum.arduino.cc/index.php?topic=217246.0
When I try to reset the fuses per the above thread, it did not work and it appears I bricked the avr. The command was;
avrdude -F -p m328p -c USBasp -P USB -e -Ulock:w:0x3F:m -Uefuse:w:0x05:m -Uhfuse:w:0xD
A:m -Ulfuse:w:0xFF:m -B4
Now I cannot get the avr to respond. I tried terminal mode to see what I could discover and get:
C:\ARDUINO\HARDWARE\TOOLS\AVR\BIN>avrdude -F -p m328p -c USBasp -P USB -t
avrdude: warning: cannot set sck period. please check for usbasp firmware update.
avrdude: error: programm enable: target doesn't answer. 1
avrdude: initialization failed, rc=-1
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
avrdude> part
>>> part
AVR Part : ATMEGA328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 5 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
avrdude>
I suspect it is something to do with the SCK freq or the fuses, not really sure as I'm just starting out with Arduino and I've been having no issues with my non-clone UNO. I did test out my USBasp by erasing my UNO and then re-installing the bootloader. That went fine other than the warning avrdude: warning: cannot set sck period. please check for usbasp firmware update., it is a clean load. I've read that is a non-issue but now I'm not so sure I should ignore it.
FWIW, all the fuses read back as zeros...
Can any one see what I've done wrong ? (Other than buying a cheap clone )