Skip to content

Commit

Permalink
Fix commandline tools
Browse files Browse the repository at this point in the history
  • Loading branch information
n.danilyuk committed Mar 7, 2023
1 parent 5b85d9c commit c0107b8
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions appsFeatures/command_line_tools/com_line_tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,21 +367,20 @@ To run the bode, you need to do 2 steps:

#. Load the FPGA image of streaming

.. code-block:: console
.. tabs::

.. tabs::
.. group-tab:: OS version 1.04 or older

.. group-tab:: OS version 1.04 or older
.. code-block:: shell-session
.. code-block:: shell-session
redpitaya> cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg
redpitaya> cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg
.. group-tab:: OS version 2.00

.. group-tab:: OS version 2.00
.. code-block:: shell-session
.. code-block:: shell-session
redpitaya> overlay.sh v0.94
redpitaya> overlay.sh v0.94
#. Launch a console application.

Expand Down Expand Up @@ -431,21 +430,19 @@ To run the LCR meter, you need to do 2 steps:

#. Load the FPGA image of streaming

.. code-block:: console
.. tabs::
.. tabs::

.. group-tab:: OS version 1.04 or older
.. group-tab:: OS version 1.04 or older

.. code-block:: shell-session
.. code-block:: shell-session
redpitaya> cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg
redpitaya> cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg
.. group-tab:: OS version 2.00
.. group-tab:: OS version 2.00

.. code-block:: shell-session
.. code-block:: shell-session
redpitaya> overlay.sh v0.94
redpitaya> overlay.sh v0.94
#. Launch a console application.
Expand Down Expand Up @@ -547,7 +544,7 @@ The configuration for streaming is automatically created and saved in the file:

.. note::

For streaming, two versions of clients are available - console and desktop for Linux and Windows operating systems. You can download them in the WEB streaming application on redpitai itself. You can also build a version from source files under Mac OS using :ref:`QT Creator <_comStreaming>`.
For streaming, two versions of clients are available - console and desktop for Linux and Windows operating systems. You can download them in the WEB streaming application on redpitai itself. You can also build a version from source files under Mac OS using :ref:`QT Creator <comStreaming>`.

.. |streaming app| raw:: html

Expand Down

0 comments on commit c0107b8

Please sign in to comment.