Skip to content

Commit

Permalink
fix: all possible title underline warnings
Browse files Browse the repository at this point in the history
Address all the current possible title underline warnings.

Signed-off-by: Randolph Sapp <[email protected]>
  • Loading branch information
StaticRocket committed Dec 15, 2024
1 parent 0d08d02 commit 6095c1e
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Connecting to Target and Loading/Running Program
The following GEL outputs should appear in the CCS Console view.

**OMAP-L138 LCDK:**

::

ARM9_0: Output: Target Connected.
Expand All @@ -131,6 +132,7 @@ The following GEL outputs should appear in the CCS Console view.
ARM9_0: Output: ---------------------------------------------

**C6748 LCDK:**

::

C674X_0: Output: Target Connected.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Yocto Layer Configuration
./oe-layertool-setup.sh -f configs/processor-sdk-linux/<Config File>
The Linux SDK package also has the above tool cloned at the top level. If you have it installed:

::

cd <SDK INSTALL DIR>/yocto-build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The APIs required to achieve scaling, overlaying and alpha-blending using the DS
Running the Test
----------------
In order for the users to run the video graphics test, please type the following commands on the EVM:

::

target # insmod /lib/modules/<kernel_version>/extra/galcore.ko baseAddress=0x80000000 physSize=0x80000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ properly configure the DPHY.
.. seealso:: `MIPI CSI-2 Kernel API reference <https://www.kernel.org/doc/Documentation/media/kapi/csi2.rst>`_

As you can see in the above link, typically the pixel rate is calculated as follows:

::

pixel_rate = link_freq * 2 * nr_of_lanes / bits_per_sample
Expand All @@ -210,6 +211,7 @@ therefore sensor dependent. This is also the most accurate method.
Alternatively, if you trust that your sensor is configured correctly for a
specific resolution/pixel format and frame interval then the pixel rate can
be calculated using this simplified formula:

::

pixel_rate = total horizontal width * total vertical lines * frame per second
Expand All @@ -218,6 +220,7 @@ Here total horizontal width and total vertical lines includes blanking.
This information is also sensor dependent or at least configuration dependent.

For example if we take a look at the ov5640 configuration for 1920x1080\@30 fps:

::

total horizontal width = 2500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ PTP with Transparent Clock (Switch mode)
Use the following ptp config file on the device that acts as the transparent clock:

**tc-ptp.cfg**

::

[global]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ M / (2^S \* D) = 5000 / (2^10 \* 3)
hence

M = 5000, S = 10, D = 3

|
Note 3: cpts driver keeps a table of M/S/D for some common frequencies
Expand Down
47 changes: 23 additions & 24 deletions source/linux/Foundational_Components_IPC64x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,31 +378,30 @@ rpmsg_char_close()
`All remote proc ids are defined in rproc_id.h <https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/tree/include/rproc_id.h>`__

The below table lists the device enumerations as defined in the rpmsg_char_library. The validiaty of the enumerations wrt AM64x is also specified.
::

+------------------+--------------------+---------+-----------------------------------+
| Enumeration ID | Device Name | Valid | Description |
+==================+====================+=========+===================================+
| R5F_MCU0_0 |N/A | No | R5F SS in MCU domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MCU0_1 |N/A | No | R5F SS in MCU domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN0_0 | 78000000.r5f | Yes | R5F Cluster0 Core0 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN0_1 | 78200000.r5f | Yes | R5F Cluster0 Core1 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN1_0 | 78400000.r5f | Yes | R5F Cluster1 Core0 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN1_1 | 78600000.r5f | Yes | R5F Cluster1 Core1 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C66_0 |N/A | No | C66 DSP |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C66_1 |N/A | No | C66 DSP |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C71_0 |N/A | No | C71 DSP |
+------------------+--------------------+---------+-----------------------------------+
| M4F_MCU0_0 | 5000000.m4f | Yes | M4F core in MCU Domain |
+------------------+--------------------+---------+-----------------------------------+
+------------------+--------------------+---------+-----------------------------------+
| Enumeration ID | Device Name | Valid | Description |
+==================+====================+=========+===================================+
| R5F_MCU0_0 | N/A | No | R5F SS in MCU domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MCU0_1 | N/A | No | R5F SS in MCU domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN0_0 | 78000000.r5f | Yes | R5F Cluster0 Core0 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN0_1 | 78200000.r5f | Yes | R5F Cluster0 Core1 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN1_0 | 78400000.r5f | Yes | R5F Cluster1 Core0 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| R5F_MAIN1_1 | 78600000.r5f | Yes | R5F Cluster1 Core1 in Main Domain |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C66_0 | N/A | No | C66 DSP |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C66_1 | N/A | No | C66 DSP |
+------------------+--------------------+---------+-----------------------------------+
| DSP_C71_0 | N/A | No | C71 DSP |
+------------------+--------------------+---------+-----------------------------------+
| M4F_MCU0_0 | 5000000.m4f | Yes | M4F core in MCU Domain |
+------------------+--------------------+---------+-----------------------------------+

.. note::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,14 @@ You can also check which PRU-ICSS an ethernet interface belongs to via command
line, e.g. eth2 on different platforms:

AM571x:

::

root@am57xx-evm:~# ls -l /sys/class/net/eth2 | grep device
lrwxrwxrwx 1 root root 0 Jun 10 11:29 device -> ../../../pruss1_eth

AM572x:

::

root@am57xx-evm:~# ls -l /sys/class/net/eth2 | grep device
Expand Down
7 changes: 7 additions & 0 deletions source/linux/Industrial_Protocols/PTP/_PTP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ boot using the PPS device tree file.
the relevant boot command (e.g. 'bootcmd', mmcboot' or 'netboot')

2. Set the device tree file to be used.

::

setenv fdtfile <PPS dtb>
Expand Down Expand Up @@ -432,6 +433,7 @@ configuration file:
(where eth2/eth3 are the slave interfaces used for the HSR/PRP interface)

HSR:

::

[global]
Expand Down Expand Up @@ -488,6 +490,7 @@ HSR:
fault_reset_interval 0

PRP:

::

[global]
Expand Down Expand Up @@ -552,6 +555,7 @@ configured using a configuration file similar to the one below:
(Note: only supported on PRU-ICSS ports using DualEMAC, and supports slave side only)

Telecom:

::

# Telecom Profile (G.8275.x) PTP Config File
Expand Down Expand Up @@ -1363,6 +1367,7 @@ Refer to the sample linuxptp BC configuration files bc.cfg, bc_hsr.cfg and bc_pr
as described below:

bc.cfg: BC with GMAC and four ICSS ports

::

[global]
Expand Down Expand Up @@ -1422,6 +1427,7 @@ bc.cfg: BC with GMAC and four ICSS ports
fault_reset_interval 0

bc_prp.cfg: BC with GMAC and two PRP ports:

::

[global]
Expand Down Expand Up @@ -1509,6 +1515,7 @@ bc_prp.cfg: BC with GMAC and two PRP ports:


bc_hsr.cfg: BC with GMAC and two HSR ports:

::

[global]
Expand Down
2 changes: 2 additions & 0 deletions source/linux/Industrial_Protocols/_SORTE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ print will be displayed on console:
:name: sorte-sample-log-from-am572x-idk

**Master**

::

root@am57xx-evm:~# pruss_app_sorte_master_am572x.out
Expand All @@ -156,6 +157,7 @@ print will be displayed on console:
sorte master: 2 SLAVE devices connected

**Slave**

::

root@am57xx-evm:~# pruss_app_sorte_slave_am572x.out
Expand Down
3 changes: 3 additions & 0 deletions source/linux/Industrial_Protocols_HSR_PRP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and PRU-ICSS ports are eth1/eth2):
(This acts as a 2 node ring for HSR, or a 2 node point-to-point for PRP)

2 ) Configure ports to have the same MAC address

::

ifconfig eth1 0.0.0.0 down && ifconfig eth2 0.0.0.0 down
Expand All @@ -26,6 +27,7 @@ and PRU-ICSS ports are eth1/eth2):
3 ) Configure offload feature, and create HSR/PRP interface

(for HSR)

::

ethtool -K eth1 hsr-rx-offload on && ethtool -K eth2 hsr-rx-offload on
Expand All @@ -34,6 +36,7 @@ and PRU-ICSS ports are eth1/eth2):
ifconfig hsr0 192.168.2.20

(for PRP)

::

ethtool -K eth1 prp-rx-offload on && ethtool -K eth2 prp-rx-offload on
Expand Down

0 comments on commit 6095c1e

Please sign in to comment.