Changeset 3fde1f7 in avrstuff for kbd/pcw2hid/code


Ignore:
Timestamp:
Jan 3, 2024, 9:42:22 PM (6 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
02817db
Parents:
029735c
git-author:
PulkoMandy <pulkomandy@…> (06/08/2023 17:14:23)
git-committer:
PulkoMandy <pulkomandy@…> (03/01/2024 21:42:22)
Message:

pcw2hid: Fixup programming instructions

Use a very slow SCK clock for loading up the fuses
Use a somewhat slow clock for loading up the bootloader

This allows to get both of them loaded reliably.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/pcw2hid/code/makefile

    r029735c r3fde1f7  
    5353        avrdude -u -c $(PROG) -p $(MCU) -Uflash:w:$^
    5454
     55flip: $(TARGET).hex
     56        avrdude -u -c flip1 -p $(MCU) -Uflash:w:$^
     57
    5558fuse:
    56         avrdude -u -c $(PROG) -p $(MCU) -U efuse:w:0xf4:m -U hfuse:w:0xd9:m -U lfuse:w:0x5e:m
     59        avrdude -u -c $(PROG) -B 2000 -p $(MCU) -U efuse:w:0xf7:m -U hfuse:w:0xd8:m -U lfuse:w:0xef:m
Note: See TracChangeset for help on using the changeset viewer.