You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to update my Arduino Opta using OTA/OTEthernet. This library seems capable to do it securely since there are obviously source files related to this. However, I can't seem to find any documentation or examples regarding this functionality. If someone could provide further insights in how it's done I'd highly appreciate it!
Also thanks for everyone working on this project. The Arduino community is outstanding.
The text was updated successfully, but these errors were encountered:
Hi @lukas-schwab,
thanks for your interest in this project. There is some work going on about secure OTA using mcuboot. Please take a look at this PR: arduino/ArduinoCore-mbed#640
Pay attention: if you mess up the keys you will not able to boot any sketch an you need a way to erase your flash (swd or other) to restore standard functionality.
I suggest you to take a look at this document first and to test secure featurs of the bootloader locally before try an OTA:
I want to update my Arduino Opta using OTA/OTEthernet. This library seems capable to do it securely since there are obviously source files related to this. However, I can't seem to find any documentation or examples regarding this functionality. If someone could provide further insights in how it's done I'd highly appreciate it!
Also thanks for everyone working on this project. The Arduino community is outstanding.
The text was updated successfully, but these errors were encountered: