Changeset 3fde1f7 in avrstuff for kbd/pcw2hid/README.md


Ignore:
Timestamp:
Jan 3, 2024, 9:42:22 PM (5 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/README.md

    r029735c r3fde1f7  
    1515
    1616- Finalize keymap
     17
     18Programming the device
     19======================
     20
     21Connect the board to the STK500 programmer ISP6 connector, make sure the clock is running, if not,
     22connect the crystal from the STK500 to the board crystal outermost pin.
     23
     24    pushd code ; make fuse ; popd
     25    pushd bootloader ; make avrdude ; popd
     26
     27Then connect the board by USB. It should be in DFU mode
     28
     29    pushd code ; make flash ; popd
     30
     31Disconnect and reconnect the board, it should still be in DFU mode
     32
     33Finally connect the keyboard to the board and reconnect it, this time it should show up as keyboard.
Note: See TracChangeset for help on using the changeset viewer.