mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 17:27:15 +08:00
bsp-howto: Fix grammar and improve coherence.
This commit is contained in:
parent
cbeaec94e1
commit
6baa2d628b
@ -209,7 +209,7 @@ Run the executable:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$HOME/quick-start/rtems/@rtems-ver-major@/bin/rtems-run --rtems-bsps=erc32-sis build/sparc-rtems@rtems-ver-major@-erc32/hello.exe
|
rtems-run --rtems-bsps=erc32-sis build/sparc-rtems@rtems-ver-major@-erc32/hello.exe
|
||||||
|
|
||||||
The output will be something close to:
|
The output will be something close to:
|
||||||
|
|
||||||
|
@ -99,16 +99,9 @@ If you have built a BSP with the RSB, you can move on to
|
|||||||
Manual BSP Build
|
Manual BSP Build
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
We manually build the BSP in four steps. The first step is to create a build
|
We manually build the BSP in four steps. The first step is to set your path.
|
||||||
directory. It must be separate from the RTEMS source directory. We use
|
Prepend the RTEMS tool suite binary directory to your ``$PATH`` throughout the
|
||||||
:file:`$HOME/quick-start/build/b-erc32`.
|
remaining steps. Run the command:
|
||||||
|
|
||||||
.. code-block:: none
|
|
||||||
|
|
||||||
mkdir -p $HOME/quick-start/build/b-erc32
|
|
||||||
|
|
||||||
The second step is to set your path. Prepend the RTEMS tool suite binary
|
|
||||||
directory to your ``$PATH`` throughout the remaining steps. Run the command:
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
@ -133,7 +126,7 @@ has not been correctly set. Check the contents of the path
|
|||||||
file cannot be found return to :ref:`QuickStartTools` and install the tools
|
file cannot be found return to :ref:`QuickStartTools` and install the tools
|
||||||
again.
|
again.
|
||||||
|
|
||||||
The first step is to configure the BSP. There are various BSP build
|
The second step is to configure the BSP. There are various BSP build
|
||||||
configuration options available. Some options are BSP-specific. Each section
|
configuration options available. Some options are BSP-specific. Each section
|
||||||
in the INI-style configuration file ``config.ini`` instructs the build system to
|
in the INI-style configuration file ``config.ini`` instructs the build system to
|
||||||
build a particular BSP variant (`sparc/erc32` in our case). We enable the build
|
build a particular BSP variant (`sparc/erc32` in our case). We enable the build
|
||||||
@ -179,7 +172,7 @@ by ``$BASE``.
|
|||||||
Checking for program 'xz' : $BASE/anaconda3/bin/xz
|
Checking for program 'xz' : $BASE/anaconda3/bin/xz
|
||||||
'configure' finished successfully (0.414s)
|
'configure' finished successfully (0.414s)
|
||||||
|
|
||||||
Building the BSP is the second step.
|
Building the BSP is the third step.
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user