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
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use