-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi!
I have a few questions regarding the PicoBootSerial bootloader, and possibly integrating it with Avrdude, which by the way has migrated over to Github and seems to be reasonably active again.
First, I'll assume that PicoBootSerial is intended to be used on microcontrollers that have no bootloader section like ATtiny13, ATtiny25/45/85, and ATtiny24/44/84, and not on "ATmegas"?
Are other clock frequencies and baud rates supported than 230400 baud @ 8 MHz? The ATtiny13 is the weird one here, with an internal oscillator that runs at 9.6 MHz.
I'd love to give this bootloader a try on some ATtinys. If this turns out to be a reliable bootloader, that "just works", I see no reason why PicoBootSerial couldn't be "officially" added to Avrdude as a supported programmer option.