From e4ecc312986768262717f06d5903f5a5a80814ef Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 16 Dec 2021 01:40:20 +0000 Subject: [PATCH] update en/release-notes/OpenHarmony-v2.2-beta2.md. Signed-off-by: duangavin123 --- en/release-notes/OpenHarmony-v2.2-beta2.md | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/en/release-notes/OpenHarmony-v2.2-beta2.md b/en/release-notes/OpenHarmony-v2.2-beta2.md index 717fa464a6..20d10400d4 100644 --- a/en/release-notes/OpenHarmony-v2.2-beta2.md +++ b/en/release-notes/OpenHarmony-v2.2-beta2.md @@ -61,11 +61,12 @@ The feature updates for the mini system and small system are as follows: -## Source Code Acquisition +## Source Code Acquisition -**Method 1 \(recommended\)** -Use the **repo** tool to download the source code over SSH. \(You must have registered an SSH public key for access to Gitee.\) +### Acquiring Source Code Using the repo Tool + +**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have registered an SSH public key for access to Gitee.) ``` repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-repo-verify @@ -73,9 +74,7 @@ repo sync -c repo forall -c 'git lfs pull' ``` -**Method 2** - -Use the **repo** tool to download the source code over HTTPS. +**Method 2**: Use the **repo** tool to download the source code over HTTPS. ``` repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v2.2-Beta2 --no-repo-verify @@ -83,11 +82,26 @@ repo sync -c repo forall -c 'git lfs pull' ``` + +### Acquiring Source Code from Image Sites + +**Table 2** Sites for acquiring source code + +| Source Code | Version | Site | SHA-256 Checksum | +| -------- | -------- | -------- | -------- | +| Full code (for mini, small, and standard systems) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/code-v2.2-beta2_20210730.tar.gz.sha256) | +| Standard system solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/standard-2.2-Beta2.tar.gz.sha256) | +| Hi3861 solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_pegasus-2.2-Beta2.tar.gz.sha256) | +| Hi3518 solution (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_aries-2.2-Beta2.tar.gz.sha256) | +| Hi3516 solution-LiteOS (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus-2.2-Beta2.tar.gz.sha256) | +| Hi3516 solution-Linux (binary) | 2.2 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.2-Beta2/hispark_taurus_linux-2.2-Beta2.tar.gz.sha256) | +| Release Notes | 2.2 | [Download](https://gitee.com/openharmony/docs/blob/master/en/release-notes/OpenHarmony-v2.2-beta2.md) | - | + ## What's New This release provides the following new and enhanced features based on OpenHarmony 2.0 Canary. -**Table 2** New and enhanced features +**Table 3** New and enhanced features

Subsystem

@@ -250,7 +264,7 @@ This release provides the following new and enhanced features based on OpenHarmo ## Resolved Issues -**Table 3** **Resolved issues** +**Table 4** **Resolved issues**

Issue No.

-- GitLab