hunting/utils/UpgradeBase
2024-06-15 08:36:44 +08:00
..
include Add build and hal and utils. 2024-06-15 08:36:44 +08:00
src Add build and hal and utils. 2024-06-15 08:36:44 +08:00
CMakeLists.txt Add build and hal and utils. 2024-06-15 08:36:44 +08:00
README.md Add build and hal and utils. 2024-06-15 08:36:44 +08:00

1. 升级功能基类

1.1. 概述

  升级功能基类,用于升级功能模块,提供升级功能模块的通用方法。

1.2. 文件头定义

32字节头定义

打包时间6 版本号4 型号代码2 项目代码2 升级类型1 预留15 校验码尾2
---- ---- ---- ---- ---- ---- ----

升级类型说明

0x00仅仅应用程序 0x01烧录flash

1.3. 仅升级应用程序

  1. 插卡后检查sd卡是否存在升级文件
  2. 校验升级文件并拷贝到升级目录;