Replies: 3 comments 5 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. |
3 replies
|
See https://github.com/Optiboot/optiboot/wiki/HowOptibootWorks |
0 replies
|
Nice work. This bootloader was easy to use. Here is an example of how to write firmware without Arduino IDE from another processor |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions