avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Creating batch files for programming AVRs


From: apeter
Subject: Re: [avrdude-dev] Creating batch files for programming AVRs
Date: Thu, 17 Apr 2003 17:28:24 +0200 (MEST)

> As Joerg said, these occupy their own memory regions.  For now, you
> could create a single byte file for each fuse byte to be programed and
> then use the command line like this, for example:
> 
>       avrdude -p ... -c ... -f r -m hfuse -i hfuse.bin
> 
> Where hfuse.bin is a file 1 byte long that contains your fuse bit
> settings that you want.
> 
> Repeat the above for the other fuse bits.

Ok, that's what I assumed ;-) I thought there would be an easier way with
direct Byte values, e.g. 
        avrdude -p ... -c .... -m hfuse 0xd9 or something else

or even better a file containing all fuse settings...

Thanks

Alexander

-- 


+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!





reply via email to

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