Using tinyDino with Arduino

To burn bootloader use one from here.

To boards.txt file add:

atmega88.name=ATmega88

atmega88.upload.protocol=arduino
atmega88.upload.maximum_size=7168
atmega88.upload.speed=19200

atmega88.build.mcu=atmega88
atmega88.build.f_cpu=8000000L
atmega88.build.core=arduino
atmega88.build.variant=standard

And in all of the c files in hardware/cores/arduino replace #if defined(AVR_ATmega168) with #if defined(AVR_ATmega168) || (AVR_ATmega88)

Leave a Reply

Your email address will not be published. Required fields are marked *