diff --git a/source/devices/AM62AX/edgeai/getting_started.rst b/source/devices/AM62AX/edgeai/getting_started.rst index e6ad419b1..0b0cbf3db 100644 --- a/source/devices/AM62AX/edgeai/getting_started.rst +++ b/source/devices/AM62AX/edgeai/getting_started.rst @@ -96,16 +96,17 @@ firmly to keep the connector cable in place. .. note:: By default IMX219 is disabled. After connecting the camera you can enable it - by specifying the dtb overlay file in - ``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as below, + by specifying the dtb overlay file in :file:`/run/media/BOOT-mmcblk1p1/uEnv.txt` as below, - ``name_overlays=ti/k3-am62x-sk-csi2-imx219.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` + .. code-block:: text + + name_overlays=ti/k3-am62x-sk-csi2-imx219.dtbo ti/k3-am62a7-sk-edgeai.dtbo Reboot the board after editing and saving the file. Dtb files can be found - under /boot/dtb/ti. + under :file:`/boot/dtb/ti`. Config file to run analytics pipeline with IMX219 camera is present under - ``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml``. Please refer + :file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`. Please refer :ref:`pub_edgeai_sample_apps` to use the file. Please refer :ref:`pub_edgeai_camera_sources` to know how to list all the cameras @@ -131,7 +132,7 @@ required: mv /opt/imaging/imx219/linear/dcc_2a_10b_1920x1080.bin /opt/imaging/imx219/linear/dcc_2a.bin mv /opt/imaging/imx219/linear/dcc_viss_10b_1920x1080.bin /opt/imaging/imx219/linear/dcc_viss.bin - - Set the input format in the ``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`` as ``rggb10`` + - Set the input format in the :file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml` as ``rggb10`` .. _pub_edgeai_fusion_mini: @@ -157,21 +158,23 @@ firmly to keep the connector cable in place. .. note:: After connecting the camera you can enable it by specifying the dtb overlay - file in ``/run/media/BOOT-mmcblk1p1/uEnv.txt``. Let's take an example of + file in :file:`/run/media/BOOT-mmcblk1p1/uEnv.txt`. Let's take an example of single IMX219 camera connected to Mini fusion board at Port 0. - ``name_overlays=ti/k3-am62x-sk-csi2-v3link-fusion.dtbo ti/k3-v3link-imx219-0-0.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` + .. code-block:: text + + name_overlays=ti/k3-am62x-sk-csi2-v3link-fusion.dtbo ti/k3-v3link-imx219-0-0.dtbo ti/k3-am62a7-sk-edgeai.dtbo Similarly for camera connected to other port, dtbo can be appended above. Reboot the board after editing and saving the file. Dtb files can be found - under /boot/dtb/ti. + under :file:`/boot/dtb/ti`. Run the script to setup the cameras. ``source /opt/edgeai-gst-apps/scripts/setup_cameras_v3link.sh`` Config file to run analytics pipeline with IMX219 camera is present under - ``/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml``. Please refer + :file:`/opt/edgeai-gst-apps/configs/imx219_cam_example.yaml`. Please refer :ref:`pub_edgeai_sample_apps` to use the file. @@ -247,7 +250,7 @@ You can also view the boot log by connecting the UART cable to your PC and use a serial port communications program. 4 serial ports will come up on your PC, you should connect to port 0 to get the boot logs -For Linux OS minicom** works well. +For **Linux OS minicom** works well. Please refer to the below documentation on 'minicom' for more details. https://help.ubuntu.com/community/Minicom @@ -282,7 +285,7 @@ https://learn.sparkfun.com/tutorials/terminal-basics/tera-term-windows .. _pub_edgeai_getting_started_init_script: -As part of the linux systemd ``/opt/edgeai-gst-apps/init_script.sh`` is executed +As part of the linux systemd :file:`/opt/edgeai-gst-apps/init_script.sh` is executed which does the below, - This sets up necessary environment variables. diff --git a/source/devices/AM62AX/edgeai/pi_hdr_programming.rst b/source/devices/AM62AX/edgeai/pi_hdr_programming.rst index 85300f122..3a77fba9d 100644 --- a/source/devices/AM62AX/edgeai/pi_hdr_programming.rst +++ b/source/devices/AM62AX/edgeai/pi_hdr_programming.rst @@ -11,7 +11,7 @@ TI GPIO Library packages. The libraries have the same API as the RPi.GPIO library for Raspberry Pi in order to provide an easy way to move applications running on the Raspberry Pi to the TI board. -TI GPIO Libraries are packaged under ``/opt`` directory. Run the below script +TI GPIO Libraries are packaged under :file:`/opt` directory. Run the below script to build and install the gpio libraries .. code-block:: bash @@ -19,10 +19,12 @@ to build and install the gpio libraries /opt/edgeai-gst-apps# ./scripts/install_ti_gpio_libs.sh By default, the 40-pin header is not enabled on AM69A SK board. This can be enabled by -specifying the dtb overlay file ``k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo`` in -``/run/media/BOOT-mmcblk1p1/uEnv.txt`` as given below. +specifying the dtb overlay file :file:`k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo` in +:file:`/run/media/BOOT-mmcblk1p1/uEnv.txt` as given below. -``name_overlays=ti/k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo ti/k3-am62a7-sk-edgeai.dtbo`` +.. code-block:: text + + name_overlays=ti/k3-am62a7-sk-rpi-hdr-ehrpwm.dtbo ti/k3-am62a7-sk-edgeai.dtbo Reboot the board after editing and saving the file.