aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-11-09 17:43:48 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-11-09 17:43:48 +0530
commita21b2bccf8e570863392dd82a0622abd50e532ad (patch)
tree166d0f039911f18f7b92fa02db0244879ce84ec6
parentf33dfe7ee633e5ac747eebdb2c6f69027bfb2f27 (diff)
rdn1edge: fix incorrect reference to pinned-rdn1edgex2 manifest
The rdn1edge user guide incorrectly refers to the manifest pinned-rdn1edgex2.xml for RD-N1-Edge dual-chip platforms. For the dual-chip platforms, pinned-rdn1edge.xml is used. So fix this incorrect reference to the manifest file. Change-Id: I71c66e07a62c19a8eb69c898a7b459daa82cd9a0 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--docs/rdn1edge/user-guide.rst17
1 files changed, 2 insertions, 15 deletions
diff --git a/docs/rdn1edge/user-guide.rst b/docs/rdn1edge/user-guide.rst
index 8cb4ff3..9b7d5f3 100644
--- a/docs/rdn1edge/user-guide.rst
+++ b/docs/rdn1edge/user-guide.rst
@@ -102,19 +102,13 @@ This section explains how to sync the software stack.
- For obtaining the latest *stable* software stack, use the following commands
to sync:
- - For RD-N1-Edge:
+ - For RD-N1-Edge or RD-N1-Edge dual-chip
::
repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m pinned-rdn1edge.xml -b refs/tags/<RELEASE_TAG>
repo sync -j $(nproc) --fetch-submodules --force-sync
- - For RD-N1-Edge-Dual:
-
- ::
-
- repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m pinned-rdn1edgex2.xml -b refs/tags/<RELEASE_TAG>
- repo sync -j $(nproc) --fetch-submodules --force-sync
Note: The RELEASE_TAG can be found in the release notes, if obtained. If
a release note is not available, or if a RELEASE_TAG is not known, see the
@@ -123,20 +117,13 @@ This section explains how to sync the software stack.
- For obtaining the software stack with latest *upstream updates* but which
might not have been fully validated, use the following commands to sync:
- - For RD-N1-Edge:
+ - For RD-N1-Edge or RD-N1-Edge dual-chip
::
repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m rdn1edge.xml -b master
repo sync -j $(nproc) --fetch-submodules --force-sync
- - For RD-N1-Edge-Dual:
-
- ::
-
- repo init -u https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms-manifest.git -m rdn1edgex2.xml -b master
- repo sync -j $(nproc) --fetch-submodules --force-sync
-
This will download the RD-N1-Edge or RD-N1-Edge-Dual software stack into the
``rdn1edge`` folder.