summaryrefslogtreecommitdiffstats
path: root/user/start
diff options
context:
space:
mode:
authorZainab Olalekan <zolaleka@uccs.edu>2023-07-18 15:25:26 -0500
committerJoel Sherrill <joel@rtems.org>2023-07-18 17:36:20 -0500
commita0b958e0ee93b7e6634661c38dd7ee4b35ce81c7 (patch)
tree3190d1e0c8810c4b6f5a8647c63ad5357b743508 /user/start
parentc-user: Update references to rtems_task_wake_after (diff)
downloadrtems-docs-a0b958e0ee93b7e6634661c38dd7ee4b35ce81c7.tar.bz2
user/bsp-build: Fix typo in BSP set builder command
changed bsp to arch/bsp
Diffstat (limited to 'user/start')
-rw-r--r--user/start/bsp-build.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst
index c62b6ba..962cd43 100644
--- a/user/start/bsp-build.rst
+++ b/user/start/bsp-build.rst
@@ -45,7 +45,7 @@ To build the BSP with all the tests run this command:
cd $HOME/quick-start/src/rsb/rtems
../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 \
- --target=sparc-rtems@rtems-ver-major@ --with-rtems-bsp=erc32 --with-rtems-tests=yes @rtems-ver-major@/rtems-kernel
+ --target=sparc-rtems@rtems-ver-major@ --with-rtems-bsp=sparc/erc32 --with-rtems-tests=yes @rtems-ver-major@/rtems-kernel
This command should output something like: