Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug #15113] safemode misdetects fuse changes on old AVRs #46

Closed
avrs-admin opened this issue Dec 10, 2021 · 1 comment
Closed

[bug #15113] safemode misdetects fuse changes on old AVRs #46

avrs-admin opened this issue Dec 10, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@avrs-admin
Copy link

Joerg Wunsch
Wed 30 Nov 2005 11:06:48 PM UTC

When trying to program an AT90S8515 and AT90S8535, I get
safemode warnings like:

avrdude: safemode: fuse changed! Was 0, and is now ff
Would you like this fuse to be changed back? [y/n] n

Ignoring the warning shows that everything is actually OK.

This issue was migrated from https://savannah.nongnu.org/bugs/?15113

@avrs-admin avrs-admin added the bug Something isn't working label Dec 10, 2021
@avrs-admin
Copy link
Author

Colin O Flynn <c_oflynn>
Tue 17 Jan 2006 08:18:36 PM UTC

Ooops, finally got my hands on some hardware to test this.

It was a tiny error, of "safemode_fuse" vs. "safemodeafter_fuse".

Fixed in CVS.

Index: main.c

RCS file: /sources/avrdude/avrdude/main.c,v
retrieving revision 1.111
diff -r1.111 main.c
1389c1389
<                            &safemodeafter_efuse, &safemode_fuse, pgm, p, verbose) != 0) {

                            &safemodeafter_efuse, &safemodeafter_fuse, pgm, p, verbose) != 0) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant