Share

avrdude-gui

Tracker: Bugs

5 Programming of fuses - ID: 1160485
Last Update: Tracker Item Submitted ( nobody )

Programming fuses with v 0.2.0 won't work properly
without a workaround:

If I setup fuses directly the generated outputline is:

"avrdude" -p m8 -c stk200 -P lpt1 -U
flash:w:"myproject.hex":a -U lfuse:w:a4 -U hfuse:w:db
-U lock:w:00

This causes avrdude to try to open the files "a4", "db"
and "00"

I have to patch this with entry values like "0xaf:m" in
the fuse mask - so the :m format spec and the 0x is
missing in the generation of the command line

"avrdude" -p m8 -c stk200 -P lpt1 -U
flash:w:"myproject.hex":a -U lfuse:w:0xa4:m -U
hfuse:w:0xdb:m -U lock:w:0x00:m

Cheers

apeter


Nobody/Anonymous ( nobody ) - 2005-03-10 09:16

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.