Update README_TMEP.md

This commit is contained in:
aiminick 2019-10-04 12:40:51 +08:00 committed by GitHub
parent de1c54fe32
commit f8a6edffe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -1247,3 +1247,25 @@ tmpfs tmpfs 103M 0 103M 0% /run/user/0
----
## 5.更新及升级
### 5.1系统更新
系统更新请使用系统自带的工具或命令,例如 "apt update; apt upgrade"
### 5.1更新内核及固件
下载内核和固件更新包,解压并进入更新包目录,执行一下命令:
```
cd ./upkg
sudo sh ./sys_upgrade
```
待完成后,重启即可。
#### 注意:
**2.0正式版暂时不支持从其他任何版本升级而来,需要全新安装。**
----