Two parts:
Is it possible to write an Arduino Bootloader for a Tiny AVR?
Is it worthwhile to write a Arduino Bootloader for an Tiny AVR? (more subjective, contingent on 1)
Regards, Vic
Answer
It's not worthwhile to write a new one. There are plenty of existing serial bootloaders for the Tiny AVR and it would be pretty trivial to port the actual Arduino bootloader. It's not even necessary to speak the same protocol to work with the Arduino environment. The Arduino IDE can be configured to upload to any programmer supported by avrdude.
No comments:
Post a Comment