avrdude-dev
[Top][All Lists]
Advanced

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

RE: [avr-gcc-list] Re: [avrdude-dev] [RFC] avrdude Feature RequestandCal


From: Tymm
Subject: RE: [avr-gcc-list] Re: [avrdude-dev] [RFC] avrdude Feature RequestandCall for Volunteers
Date: Sat, 10 Mar 2007 12:30:45 -0700 (MST)

btw for a quick hacked version you can do this with a script:

(code)

char lfuse __attribute__ ((section (".lfuse"))) = 0xf3;
...

(compile, etc)

% avr-objdump -s -j .lfuse --start-address=0 --stop-address=1 -z <elf file> | sed '/^ 0000 \([0-9a-z]\{2\}\).*/ {s//0x\1/;q;};d'

(returns 0xf3)

you can of course then currently script avrdude's terminal mode.

--

"Do not doubt that a small group of dedicated individuals can change
the world. Indeed, that is all that ever has." -- Margaret Mead




reply via email to

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