summaryrefslogtreecommitdiffstats
path: root/user/start
diff options
context:
space:
mode:
authorIda Delphine <idadelm@gmail.com>2021-03-20 19:54:55 +0100
committerGedare Bloom <gedare@rtems.org>2021-03-25 08:41:11 -0600
commit0a9288cb65e2359a92906305cf6afea19b40784b (patch)
treeb1b306777b09c082304794046f56cdf4dd344df4 /user/start
parentprefixes: Update installation prefix (diff)
downloadrtems-docs-0a9288cb65e2359a92906305cf6afea19b40784b.tar.bz2
sourses: Update source download command
Diffstat (limited to 'user/start')
-rw-r--r--user/start/sources.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/start/sources.rst b/user/start/sources.rst
index 8c40aa0..669505d 100644
--- a/user/start/sources.rst
+++ b/user/start/sources.rst
@@ -10,7 +10,7 @@ Obtain the Sources
==================
You have considered and chosen a suitable installation prefix in the previous
-section. We have chosen :file:`$HOME/quick-start/rtems/5` as the installation
+section. We have chosen :file:`$HOME/quick-start/rtems/6` as the installation
prefix. We will show how to use a released version of RTEMS and then as an
alternative we will show you using the :ref:`RSB Git repository
<QuickStartSources_Git>`. Consider using a Git clone if you wish to make
@@ -114,7 +114,7 @@ the sources to build the ERC 32 BSP before building run the following commands:
.. code-block:: none
cd $HOME/quick-start/src/rsb/rtems
- ../source-builder/sb-set-builder --source-only-download 5/rtems-sparc
+ ../source-builder/sb-set-builder --source-only-download 6/rtems-sparc
This command should output something like this (omitted lines are denoted by
``...``):