[PATCH] command correction to perform tests
Robin Mueller
robin.mueller.m at gmail.com
Wed Dec 2 14:02:23 UTC 2020
---
The old command seems to be incosistent with the rest of the quick
start guide. I was able to run tests for both RTEMS5 (released build)
and RTEMS 6 ( git clone) with the following commands.
user/start/bsp-test.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/user/start/bsp-test.rst b/user/start/bsp-test.rst
index 9243f5d..af6194a 100644
--- a/user/start/bsp-test.rst
+++ b/user/start/bsp-test.rst
@@ -9,19 +9,19 @@ Test a Board Support Package (BSP)
==================================
You built a BSP with tests in the previous section. We built the
-``sparc/erc32`` BSP in :file:`$HOME/quick-start/src/rtems`.
+``sparc/erc32`` BSP in :file:`$HOME/quick-start/rtems/${RTEMS_VERSION}/sparc-rtems${RTEMS_VERSION}/erc32`.
You should run the RTEMS test suite on your target hardware. The RTEMS Project
provides some support to do this, see the :ref:`Testing <Testing>` chapter for
the details.
On the ``sparc/erc32`` BSP we selected for this quick start chapter this is
-easy. Just run this command:
+easy. Just run this command and replace sparc-rtems:
.. code-block:: none
- cd $HOME/quick-start/src/rtems
- rtems-test --rtems-bsp=erc32-sis build/sparc/erc32
+ cd $HOME/quick-start/rtems/${RTEMS_VERSION}/sparc-rtems${RTEMS_VERSION}/erc32
+ rtems-test --rtems-bsp=erc32-sis tests
This command should output something like this (omitted lines are denoted by
...). In this output the base directory :file:`$HOME/quick-start` was replaced
--
2.29.2
More information about the devel
mailing list