Skip to content

Commit 5543450

Browse files
cshilwantVeeruPrudhvi
authored andcommitted
fix: Switch to role-file
Switch to role :file: [0] for all references of files or directory [0]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-file Signed-off-by: Chirag Shilwant <[email protected]>
1 parent 4fe1623 commit 5543450

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

source/devices/AM62AX/edgeai/getting_started.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,15 @@ firmly to keep the connector cable in place.
9696
.. note::
9797

9898
By default IMX219 is disabled. After connecting the camera you can enable it
99-
by specifying the dtb overlay file in
100-
``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as below,
99+
by specifying the dtb overlay file in :file:`/run/media/BOOT-mmcblk1p1/uEnv.txt` as below,
101100

102101
``name_overlays=ti/k3-am62x-sk-csi2-imx219.dtbo ti/k3-am62a7-sk-edgeai.dtbo``
103102

104103
Reboot the board after editing and saving the file. Dtb files can be found
105104
under /boot/dtb/ti.
106105

107106
Config file to run analytics pipeline with IMX219 camera is present under
108-
``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml``. Please refer
107+
:file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`. Please refer
109108
:ref:`pub_edgeai_sample_apps` to use the file.
110109

111110
Please refer :ref:`pub_edgeai_camera_sources` to know how to list all the cameras
@@ -131,7 +130,7 @@ required:
131130
mv /opt/imaging/imx219/linear/dcc_2a_10b_1920x1080.bin /opt/imaging/imx219/linear/dcc_2a.bin
132131
mv /opt/imaging/imx219/linear/dcc_viss_10b_1920x1080.bin /opt/imaging/imx219/linear/dcc_viss.bin
133132
134-
- Set the input format in the ``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`` as ``rggb10``
133+
- Set the input format in the :file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml` as ``rggb10``
135134

136135
.. _pub_edgeai_fusion_mini:
137136

@@ -171,7 +170,7 @@ firmly to keep the connector cable in place.
171170
``source /opt/edgeai-gst-apps/scripts/setup_cameras_v3link.sh``
172171

173172
Config file to run analytics pipeline with IMX219 camera is present under
174-
``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml``. Please refer
173+
:file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`. Please refer
175174
:ref:`pub_edgeai_sample_apps` to use the file.
176175

177176

@@ -282,7 +281,7 @@ https://learn.sparkfun.com/tutorials/terminal-basics/tera-term-windows
282281

283282
.. _pub_edgeai_getting_started_init_script:
284283

285-
As part of the linux systemd ``/opt/edgeai-gst-apps/init_script.sh`` is executed
284+
As part of the linux systemd :file:`/opt/edgeai-gst-apps/init_script.sh` is executed
286285
which does the below,
287286

288287
- This sets up necessary environment variables.

source/devices/AM62AX/edgeai/pi_hdr_programming.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ TI GPIO Library packages. The libraries have the same API as the RPi.GPIO
1111
library for Raspberry Pi in order to provide an easy way to move applications
1212
running on the Raspberry Pi to the TI board.
1313

14-
TI GPIO Libraries are packaged under ``/opt`` directory. Run the below script
14+
TI GPIO Libraries are packaged under :file:`/opt` directory. Run the below script
1515
to build and install the gpio libraries
1616

1717
.. code-block:: bash
1818
1919
/opt/edgeai-gst-apps# ./scripts/install_ti_gpio_libs.sh
2020
2121
By default, the 40-pin header is not enabled on AM69A SK board. This can be enabled by
22-
specifying the dtb overlay file ``k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo`` in
23-
``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as given below.
22+
specifying the dtb overlay file :file:`k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo` in
23+
:file:`/run/media/BOOT-mmcblk1p1/uEnv.txt` as given below.
2424

2525
``name_overlays=ti/k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo ti/k3-am62a7-sk-edgeai.dtbo``
2626

0 commit comments

Comments
 (0)