avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Setting fuse bits with avrdude


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Setting fuse bits with avrdude
Date: Sun, 17 Sep 2006 17:09:19 +0200
User-agent: Mutt/1.5.11

As dlc wrote:

>   I'm tired of using my STK500/AVRstudio to set my fuse bits and
> avrdude to program the part.  I know that avrdude can set fuses
> since the man page talks about doing it (see -m option), but there
> is no -m option in the man pages.

No, the option is not -m but -U, and you use the memory format
"m".  So e. g. setting an ATmega16 to enable EESAVE looks like

avrdude ... -U hfuse:w:0x11:m

(The hfuse string can be abbreviated to hf.)
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

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