Skip to content

Tracker Firmware

nrpatel edited this page Aug 3, 2012 · 5 revisions

Fuses for Revisions 0.2 and 0.3

avrdude -P usb -p atmega32u4 -c avrisp2 -v -U lfuse:w:0x62:m -U hfuse:w:0x99:m -U efuse:w:0xC3:m

For the efuse, only the 4 least significant bits matter; the high bits are not writable.

Clone this wiki locally