[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] Safemode default behaviour change
From: |
Colin O'Flynn |
Subject: |
[avrdude-dev] Safemode default behaviour change |
Date: |
Mon, 14 Mar 2005 20:05:04 -0400 |
User-agent: |
KMail/1.7.1 |
Hello,
I had a proposal about changing the safemode default behaviour.
Instead of automatically changing the fuses, perhaps it should ask if it
should revert the fuses.
The reason I mention this is I had a VERY sketchy programming setup, very
unreliable. However safemode read the fuses at the beginning of the run, and
all times they got reported as 0x00. At the end of the program attempt they
worked again, and read as their real values. But then they got changed to
0x00..
As soon as I saw safemode report that the fuses were read as 0x00 I new I was
screwed, as it is fairly easy to see that 0x00 is not a valid read pattern.
So if the user was asked what to do it could let them figure out that the
fuses shouldn't be changed. I guess I really have no one to blame but myself
for not using that behaviour originally, I just didn't think of it ;-)
Then there could be an option to not ask at all, and just change them back for
batch files.
Regards,
-Colin