Replies: 3 comments 3 replies
-
If you are asking about the avrdude protocol then its
If you want to flash using another MCU then probably looking at avrdude implementation of arduino programmer is a way to go. |
Beta Was this translation helpful? Give feedback.
-
See https://github.com/Optiboot/optiboot/wiki/HowOptibootWorks |
Beta Was this translation helpful? Give feedback.
-
Nice work. This bootloader was easy to use. Here is an example of how to write firmware without Arduino IDE from another processor
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I would like to use the Optiboot bootloader on an ATTiny841 and make an update via the serial communication from another processor. A digital output of the other processor is used to control the reset Pin of the Tiny so there is no problem to enter the bootloader. Unfortunatly I have found no documentation of the protocol which must be used to update via serial line. Before I start with try and error, I would like to ask the Optiboot experts if there is a documentation about the protocol or/and an example how to update without Arduino IDE.
Thanks
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions