-
Notifications
You must be signed in to change notification settings - Fork 231
OTA updates
Jaume Olivé Petrus edited this page Oct 25, 2017
·
20 revisions
The OTA update mechanism allows a device to update itself based on data received via a network connection while the normal firmware is running.
OTA support in Lua RTOS requires to use an OTA enabled firmware.
By default latest firmware is obtained from https://ota.whitecatboard.org. You can customize Lua RTOS and change the default server to use your own server, this is done through Kconfig under the "Component config -> Lua RTOS -> OTA" category.
For security reasons only OTA servers with SSL enabled are supported.