<div dir="auto">Regarding this patch I focused just on the Manual BSP build section.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 20 Mar 2021, 7:55 pm Ida Delphine, <<a href="mailto:idadelm@gmail.com">idadelm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 user/start/bsp-build.rst | 10 +++++-----<br>
 1 file changed, 5 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst<br>
index 137b3ab..335962b 100644<br>
--- a/user/start/bsp-build.rst<br>
+++ b/user/start/bsp-build.rst<br>
@@ -11,7 +11,7 @@ Build a Board Support Package (BSP)<br>
 You installed the tool suite in your installation prefix, made ready the source<br>
 for two RTEMS source packages and if you are using a Git clone bootstrapped the<br>
 RTEMS sources in the previous sections.  We installed the tool suite in<br>
-:file:`$HOME/quick-start/rtems/5` and unpacked the source in<br>
+:file:`$HOME/quick-start/rtems/6` and unpacked the source in<br>
 :file:`$HOME/quick-start/src`.<br>
<br>
 You are now able to build :ref:`Board Support Packages (BSPs) <BSPs>` for all<br>
@@ -112,13 +112,13 @@ directory to your ``$PATH`` throughout the remaining steps. Run the command:<br>
<br>
 .. code-block:: none<br>
<br>
-    export PATH=$HOME/quick-start/rtems/5/bin:"$PATH"<br>
+    export PATH=$HOME/quick-start/rtems/6/bin:"$PATH"<br>
<br>
 Check your installed tools can be found by running:<br>
<br>
 .. code-block:: none<br>
<br>
-    command -v sparc-rtems5-gcc && echo "found" || echo "not found"<br>
+    command -v sparc-rtems6-gcc && echo "found" || echo "not found"<br>
<br>
 The output should be:<br>
<br>
@@ -128,7 +128,7 @@ The output should be:<br>
<br>
 If ``not found`` is printed the tools are not correctly installed or the path<br>
 has not been correctly set. Check the contents of the path<br>
-:file:`$HOME/quick-start/rtems/5/bin` manually and if :file:`sparc-rtems5-gcc`<br>
+:file:`$HOME/quick-start/rtems/6/bin` manually and if :file:`sparc-rtems6-gcc`<br>
 is present the path is wrong. If the file cannot be found return to<br>
 :ref:`QuickStartTools` and install the tools again.<br>
<br>
@@ -145,7 +145,7 @@ everything else.  For detailed information about the BSP build system, see<br>
     cd $HOME/quick-start/src/rtems<br>
     echo "[sparc/erc32]" > config.ini<br>
     echo "BUILD_TESTS = True" >> config.ini<br>
-    ./waf configure --prefix=$HOME/quick-start/rtems/5<br>
+    ./waf configure --prefix=$HOME/quick-start/rtems/6<br>
<br>
 The first invocation of ``./waf`` needs a bit of time (e.g. 10 seconds) since an<br>
 internal cache file is populated.  This command should output something like<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div>