[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] PATCH: Print part id after signature
From: |
Martin Furter |
Subject: |
[avrdude-dev] PATCH: Print part id after signature |
Date: |
Thu, 24 Apr 2014 13:52:10 +0530 |
User-agent: |
Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.2.13) Gecko/20110216 Thunderbird/3.1.7 |
Hello,
avrdude is a really cool tool. Thank you all for writing it.
Since I have a random mix of atmega48/88/168 sometimes p or pa parts I
often see the following error message:
avrdude: Device signature = 0x1e930f
avrdude: Expected signature for ATmega168 is 1E 94 06
Double check chip, or use -F to override this check.
Attached is a patch (and a log message) which prints the part id after
the signature it read from the chip. The first line then looks like this:
avrdude: Device signature = 0x1e930f (probably m88p)
Please accept and commit my patch.
Thank you,
Martin
avrdude-print-part-id-2014-1.log.txt
Description: Text document
avrdude-print-part-id-2014-1.patch.txt
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avrdude-dev] PATCH: Print part id after signature,
Martin Furter <=