tmk / HHKB_controller

Keyboard Controller Board for HHKB pro2 - KiCad project
Other
251 stars 41 forks source link

Rev.A: ICSP test #9

Closed tmk closed 10 years ago

tmk commented 10 years ago

silk

Should have mark to indicate direction 6P header

tmk commented 10 years ago

Read signature:

$ sudo avrdude -p m32u4 -c avrispmkII  -Pusb 

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587

avrdude: safemode: Fuses OK

avrdude done.  Thank you.
tmk commented 10 years ago

Program:

$ sudo make -f Makefile.rn42  program                                                                                                                                                                  avrdude -p atmega32u4 -P usb -c avrispmkII    -U flash:w:hhkb_rn42.hex 

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "hhkb_rn42.hex"
avrdude: input file hhkb_rn42.hex auto detected as Intel Hex
avrdude: writing flash (14890 bytes):

Writing | ################################################## | 100% 2.63s

avrdude: 14890 bytes of flash written
avrdude: verifying flash memory against hhkb_rn42.hex:
avrdude: load data flash data from input file hhkb_rn42.hex:
avrdude: input file hhkb_rn42.hex auto detected as Intel Hex
avrdude: input file hhkb_rn42.hex contains 14890 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 2.26s

avrdude: verifying ...
avrdude: 14890 bytes of flash verified

avrdude: safemode: Fuses OK

avrdude done.  Thank you.