avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #35474] Feature request: print fuse values in safemod


From: Joerg Wunsch
Subject: [avrdude-dev] [bug #35474] Feature request: print fuse values in safemode output.
Date: Wed, 08 Feb 2012 15:45:57 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.19) Gecko/2010071610 Firefox/3.0.19

Update of bug #35474 (project avrdude):

                Severity:              3 - Normal => 1 - Wish               

    _______________________________________________________

Follow-up Comment #1:

Well, I've been comtemplating to disable safemode for all
but the simple bitbang programmers.  Actually, it should
have been enabled only for this type of programmers in the
first place, because they were risky of accidentally
mis-programming fuses upon running them at a too high
SPI clock.  Any other programmers are not affected by this
phenomenon, and don't benefit from safemode in any way.

Safemode is already generally disabled for all AVR32, Xmega,
and AVRtiny (ATtiny10 & friends) devices, because it does not
make sense there.

I think you should rather tackle that down by inserting the
required actions into your Makefile, like:


$ avrdude -qq -p m1284p -P usb -c jtag2 -U efuse:r:-:h -U hfuse:r:-:h -U
lfuse:r:-:h
0xff
0x98
0x62


I'll keep the bug report open by now, perhaps other users or
developers would like to comment on this as well.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?35474>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]