HiLetGo USBtinyISP programmer - Debian

Hardware info on main page.

Local links

eb - HP EliteBook 9470m Debian,

History

2022-03-12: I created this page.

2022-03-10: eb - I connected the USBtinyISP programmer to this Debian laptop, and tested it out. connected to an Arduino Uno

tingo@kg-elitebook:~$ avrdude -c usbtiny -p m328p

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0x1e950f (probably m328p)

avrdude: safemode: Fuses OK (E:FD, H:DE, L:FF)

avrdude done.  Thank you.

another

tingo@kg-elitebook:~$ avrdude -c usbtiny -p m328p

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0x1e950f (probably m328p)

avrdude: safemode: Fuses OK (E:FD, H:D6, L:FF)

avrdude done.  Thank you.

connected to an usbasp programmer (ATmega 8A) with jumper J2 closed

tingo@kg-elitebook:~$ avrdude -c usbtiny -p m8

avrdude: AVR device initialized and ready to accept instructions

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

avrdude: Device signature = 0x1e9307 (probably m8)

avrdude: safemode: Fuses OK (E:FF, H:D9, L:9F)

avrdude done.  Thank you.

here is what happens if jumper J2 is open

tingo@kg-elitebook:~$ avrdude -c usbtiny -p m8

avrdude: initialization failed, rc=-1
         Double check connections and try again, or use -F to override
         this check.


avrdude done.  Thank you.