xiuos/APP_Framework/Applications/ota
Liu_Weichao dbca22a1a6 feat support PRIV_SHELL_CMD_FUNCTION to fit heterogeneous OS 2022-09-26 17:04:04 +08:00
..
Kconfig 1.repair the separate compile error;2.modify ota init task 2021-11-09 16:12:07 +08:00
Makefile add application bin ota function by 4G adapter,this function need save the app bin to sdcard and startup the app from sdcrad 2021-11-05 17:30:00 +08:00
README.md 1.add an API of finding the first user task in xiuos task manage list; 2.add restart application after ota 2021-11-10 17:31:39 +08:00
ota.c add a tip 2021-11-30 10:34:08 +08:00
ota_server.c feat support PRIV_SHELL_CMD_FUNCTION to fit heterogeneous OS 2022-09-26 17:04:04 +08:00

README.md

OTA README

xiuos当前的ota功能允许应用bin文件可以通过4G实现远程的bin文件更新限制1、bin文件存放在设备SD卡并且应用从SD卡启动2、暂且支持4G实现3、暂时只支持aiit终端;4、只支持xiuos内核

文件说明

名称 说明
ota.c xiuos设备OTA代码
ota_server.c pc服务端的实例代码供参考

使用说明

xiuos的应用bin文件更新依赖上层的adapter框架因此需要在menuconfig同时配置以下选项 1、ota开关APPLICATION_OTA打开 2、adapter的4G功能开关 3、拆分的应用启动SEPARATE_COMPILE开关从SD卡启动的配置开关APP_STARTUP_FROM_SDCARD。