Difference between revisions of "RISC FOTA"
From ESS-WIKI
Line 3: | Line 3: | ||
Our Workflow as below | Our Workflow as below | ||
− | [[File: | + | [[File:Flow2.png|600px|Flow2.png]] |
== WISE-OTA == | == WISE-OTA == | ||
=== Server === | === Server === | ||
+ | |||
+ | Here we can upload our update package and depoly to devices | ||
+ | |||
+ | [http://wise-ota.eastasia.cloudapp.azure.com/ http://wise-ota.eastasia.cloudapp.azure.com/] | ||
=== Client === | === Client === | ||
+ | |||
+ | Our devices need to install OTA agent by default, so that devices can connect to OTA server. | ||
=== OTA PACKAGE TOOL === | === OTA PACKAGE TOOL === | ||
+ | |||
+ | This software is a package tool for WISE-PaaS/OTA system. You can use this tool to generate an OTA package which can be identified by the WISE-PaaS/OTA system based on your original update resources. | ||
== Architecture == | == Architecture == |
Revision as of 10:00, 12 July 2017
Contents
Introduction
Our Workflow as below
WISE-OTA
Server
Here we can upload our update package and depoly to devices
http://wise-ota.eastasia.cloudapp.azure.com/
Client
Our devices need to install OTA agent by default, so that devices can connect to OTA server.
OTA PACKAGE TOOL
This software is a package tool for WISE-PaaS/OTA system. You can use this tool to generate an OTA package which can be identified by the WISE-PaaS/OTA system based on your original update resources.