As Jason Pepas wrote: > I recently tried programming a "boarduino" (ie, an atmega168), and I > got an error message from avrdude which stated that the expected > device signature was 0x1e9406, and the actual device signature was > 0x1e9407.
0x1e9407 would be an ATmega165 or ATmega165P. This is a TQFP-64 device, rather than the TQFP-32 of the ATmega168. Are you sure about the '168? Strange though that we never added support for the 165 family. I opened a bug report for it so we don't forget about it by the next release. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
