Update 3-otaupdate.md (#2)
* Update 3-otaupdate.md * Update 3-otaupdate.md
This commit is contained in:
@@ -2,23 +2,29 @@
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# ota在线升级
|
||||
# 从老版本系统一键升级到20221001最新版本
|
||||
|
||||
从20220808版开始,我们支持了ota在线无损升级功能
|
||||
|
||||
## 旧版首次升级
|
||||
## mv100
|
||||
|
||||
```bash
|
||||
bash <(curl https://www.ecoo.top/ota.sh)
|
||||
bash <(curl https://ecoo.top/mv100_upgrade.sh)
|
||||
```
|
||||
|
||||
## 新版升级
|
||||
## mv200
|
||||
|
||||
```bash
|
||||
nasupdate
|
||||
bash <(curl https://ecoo.top/mv200_upgrade.sh)
|
||||
```
|
||||
|
||||
## mv300
|
||||
|
||||
```bash
|
||||
bash <(curl https://ecoo.top/mv300_upgrade.sh)
|
||||
```
|
||||
|
||||
|
||||
## 注意
|
||||
|
||||
- ota升级的细节,一般会在社区发布帖子进行公布,请自行留意更新。
|
||||
- ota升级原则上是修复或新增系统的某些功能,不会影响现有系统使用中的程序和用户数据。
|
||||
- ota升级原则上是修复或新增系统的某些功能,不会影响现有系统使用中的程序和用户数据。
|
||||
|
||||
Reference in New Issue
Block a user