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
With AP's improved Ethernet support we have more flight controllers connected via Ethernet to companion computers. It would be very convenient for users (and potentially companies with fleets of AP vehicles) if we could support over-the-air (OTA) updates by allowing the flight controller's firmware to be updated over ethernet.
I discussed this with @tridge and he said that this is already possible for AP_Periph devices so much of the code is already there. We need to be careful though because this will involve updating the bootloader and we need to ensure we don't run out of space
The text was updated successfully, but these errors were encountered:
It seems like a good idea, but also raises security questions. I'd think OTA might need to at least have an option to require signed firmware, which should probably be the default unless explicitly turned off.
With AP's improved Ethernet support we have more flight controllers connected via Ethernet to companion computers. It would be very convenient for users (and potentially companies with fleets of AP vehicles) if we could support over-the-air (OTA) updates by allowing the flight controller's firmware to be updated over ethernet.
I discussed this with @tridge and he said that this is already possible for AP_Periph devices so much of the code is already there. We need to be careful though because this will involve updating the bootloader and we need to ensure we don't run out of space
The text was updated successfully, but these errors were encountered: