This is an old revision of the document!


PaperTiny

Firmware

erase the chip:

  $ sudo avrdude -p t85 -c stk500v2 -P /dev/ttyACM0  -e

burn the bootloader:

  $ sudo avrdude -p t85 -c stk500v2 -P /dev/ttyACM0 -U flash:w:teenyriot-usbtiny.hex:i
  

ATtiny Projects:

Technical Details: