openharmony刷机教程。OpenHarmony为开放原子开源基金会的一个孵化项目,目标是支持可在多种终端设备上运行。OpenHarmony是自主研发并且不兼容安卓的全领域下一代开源操作系统。许多人搞不懂openharmony如何用,下面小编带来openharmony刷机教程。
openharmony从代码仓库源码获取概述
首先注册码云gitee账号以及码云SSH公钥,之后安装git客户端和git-lfs并配置用户信息:
git config --global user.name “yourname”
git config --global user.email “your-email-address”
git config --global credential.helper store
安装码云repo工具,可执行一下命令:
curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 》 /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中
chmod a+x /usr/local/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
操作步骤
获取轻量系统/小型系统源码
通过repo下载获取OpenHarmony主干代码
repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
repo sync -c
repo forall -c ‘git lfs pull’
通过repo下载获取OpenHarmony release 分支代码
repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony_1.0.1_release --no-repo-verify
repo sync -c
repo forall -c ‘git lfs pull’
获取标准系统源码(2.0 Canary)
1.创建然后切换到OpenHarmony工作目录
mkdir OpenHarmony
cd OpenHarmony
2.repo初始化
repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
# 使用此命令初始化时,可能会因为网络慢的问题导致代码更新失败,可以尝试以下命令来初始化:
repo init -u https://gitee.com/openharmony/manifest.git -b ssh/master --no-repo-verify
3.更新代码
repo sync -c
4.更新二进制
repo forall -c ‘git lfs pull’
以上就是小编为大家带来的openharmony刷机教程,希望对你有所帮助。
本文综合自百度百科、gitee
责任编辑:haq
-
华为
+关注
关注
215文章
34236浏览量
250905 -
操作系统
+关注
关注
37文章
6658浏览量
123111 -
OpenHarmony
+关注
关注
25文章
3629浏览量
16031
发布评论请先 登录
相关推荐
评论