<div dir="ltr">
<h2 id="gmail-:1x" class="gmail-hP" tabindex="-1">[PATCH] doc improvements is related to ticket <a href="https://devel.rtems.org/ticket/4187">https://devel.rtems.org/ticket/4187</a> which can then be closed<br></h2></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 2 Dec 2020 at 13:46, Robin Mueller <<a href="mailto:robin.mueller.m@gmail.com">robin.mueller.m@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
 user/start/sources.rst | 9 +++++++++<br>
 user/start/tools.rst   | 9 ++++++++-<br>
 2 files changed, 17 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/user/start/sources.rst b/user/start/sources.rst<br>
index 8c40aa0..fddc439 100644<br>
--- a/user/start/sources.rst<br>
+++ b/user/start/sources.rst<br>
@@ -86,12 +86,21 @@ You can clone the Git repository to get all versions of RTEMS including the<br>
 development head.  Release branches in Git are kept stable however they may<br>
 differ from a release's source archive.<br>
<br>
+For this Quick Start guide, we will switch to the RTEMS 5 branches because the <br>
+master branch does not contain the version 5 `rtems-sparc` build set.<br>
+If you wich to build with the master branch instead, it is recommended to<br>
+replace the version number 5 with version 6 everywhere it is used in the Quick Start guide.<br>
+<br>
 .. code-block:: none<br>
<br>
     mkdir -p $HOME/quick-start/src<br>
     cd $HOME/quick-start/src<br>
     git clone git://<a href="http://git.rtems.org/rtems-source-builder.git" rel="noreferrer" target="_blank">git.rtems.org/rtems-source-builder.git</a> rsb<br>
+    git checkout origin/5<br>
+    git checkout -b 5<br>
     git clone git://<a href="http://git.rtems.org/rtems.git" rel="noreferrer" target="_blank">git.rtems.org/rtems.git</a><br>
+    git checkout origin/5<br>
+    git checkout -b 5<br>
<br>
 The :file:`rsb` repository clone contains the :ref:`RTEMS Source Builder (RSB)<br>
 <RSB>`.  We clone it into :file:`rsb` to get shorter paths during the tool<br>
diff --git a/user/start/tools.rst b/user/start/tools.rst<br>
index baa2387..e0fe10d 100644<br>
--- a/user/start/tools.rst<br>
+++ b/user/start/tools.rst<br>
@@ -20,7 +20,14 @@ The tool suite for RTEMS and the RTEMS sources are tightly coupled.  For<br>
 example, do not use a RTEMS version 5 tool suite with RTEMS version 4.11<br>
 sources and vice versa.<br>
<br>
-Build and install the tool suite:<br>
+The available build sets can be displayed with:<br>
+<br>
+.. code-block:: none<br>
+    <br>
+    cd $HOME/quick-start/src/rsb/rtems<br>
+    ../source-builder/sb-set-builder --list-bsets<br>
+       <br>
+Build and install the version 5 tool suite for the SPARC architecture:<br>
<br>
 .. code-block:: none<br>
<br>
-- <br>
2.29.2<br>
<br>
</blockquote></div>