/OTA-maker

A tool that can easily generate OTA incremental update packages

Primary LanguagePythonMIT LicenseMIT

OTA-maker

本工具可以根据输入自动生成OTA增量升级包
This tool can automatically generate OTA incremental upgrade package.

Requirements

  • x86_64 enviroment (Windows Or Linux)
  • Python 3
  • 安装 Python 3 的 bsdiff4 库
    (You need to install a extension library called bsdiff4 with pip before using this script.)
    pip3 install bsdiff4

Usage

makeota.py <OLD_ZIP> <NEW_ZIP> [OUT_PATH]

License

  • MIT

Note