# recovery-scripts **Repository Path**: hanhai-modules/recovery-scripts ## Basic Information - **Project Name**: recovery-scripts - **Description**: 来自黑芝麻智能科技(bstai)瀚海(hanhai)的FOTA 更新脚本, 运行在recovery模式,可实现文件系统的FOTA升级 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: release-open-source - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project Overview This project implements a fota runtime. safety, uboot, tc397, rk3399 can only be used on BST huashan or wudang series chip. boot, recovery,system module can use used on ext4 filesystem. ## Usage ### partition partition name need to same as below。 boot1 is backup partition of boot, recovery1 is backup partition of recovery, backup is rootfs backup partition. cache partition for fota log, and status. userdata partition for fota temp data. | name | size(MB) | | --------- | -------- | | boot | 256 | | boot1 | 256 | | recovery | 256 | | recovery1 | 256 | | Cache | 128 | | rootfs | 3G | | backup | 1.5G | | userdata | auto | init scripts(filename:init) will mount partion automatically by partition name. # requisite: - python3 ## License container-manager is licensed under [Apache-2.0](LICENSE)