管理员
unread,Jul 29, 2008, 9:19:34 AM7/29/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avrub
I have add a special function in avrub: when enter bootloader, set
flag in eeprom; after update successfully, clear flag. If update fail,
it will not leave bootloader mode, it will enter bootloader again.
Only when update successfully, it will jump to user's application.
This function is useful when you use bootloader remotely. I call this
function as 'safe update mode'.
I have start to test this function, and it will be available soon.