by Dkuriloff » Sun May 20, 2012 11:44 am
avrdude version 5.11.1, URL: <http://savannah.nongnu.org/projects/avrdude/>
Emily-Kuriloffs-MacBook-Air:~ emilykuriloff$
I got the latest version of avrdude as above
parts listed are:
m168p = ATMEGA168P [/usr/local/CrossPack-AVR-20120217/etc/avrdude.conf:8655]
m168 = ATMEGA168 [/usr/local/CrossPack-AVR-20120217/etc/avrdude.conf:8467]
when I try to load a hex file I get this:
Emily-Kuriloffs-MacBook-Air:~ emilykuriloff$ avrdude -c usbtiny -P usb -p m168
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
with the -F command I get this:
Emily-Kuriloffs-MacBook-Air:~ emilykuriloff$ avrdude -c usbtiny -P usb -p m168 -F
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 ATMEGA168 is 1E 94 06
avrdude done. Thank you.
I tried to type in the m168a and got this
Emily-Kuriloffs-MacBook-Air:~ emilykuriloff$ avrdude -c usbtiny -P usb -p m168a
avrdude: AVR Part "m168a" not found.
any help here?