Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 7 additions & 23 deletions source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,35 +55,19 @@

#. To build the display cluster wic image, please refer :ref:`Processor SDK - Building the SDK with Yocto <building-the-sdk-with-yocto>`

Building the Linux Demo binary from sources
-------------------------------------------
Building Display Cluster Demo from sources

Check warning on line 58 in source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Headings] Use sentence-style capitalization in 'Building Display Cluster Demo from sources'. Raw Output: {"message": "[RedHat.Headings] Use sentence-style capitalization in 'Building Display Cluster Demo from sources'.", "location": {"path": "source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst", "range": {"start": {"line": 58, "column": 1}}}, "severity": "INFO"}
------------------------------------------

#. The source code for Display Cluster demo is available as part of the `ti-apps-launcher <https://github.com/TexasInstruments/ti-apps-launcher>`__.
#. Display Cluster Demo does not require building the source code.
#. Demo can be run as long as App source code and QT6 installed on the device with `qmlscene` utility.

Check warning on line 63 in source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'qmlscene'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'qmlscene'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst", "range": {"start": {"line": 63, "column": 89}}}, "severity": "WARNING"}

Check failure on line 63 in source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.TermsErrors] Use 'if' or 'provided that' rather than 'as long as'. Raw Output: {"message": "[RedHat.TermsErrors] Use 'if' or 'provided that' rather than 'as long as'.", "location": {"path": "source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst", "range": {"start": {"line": 63, "column": 24}}}, "severity": "ERROR"}

Check warning on line 63 in source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'be run' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'be run' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst", "range": {"start": {"line": 63, "column": 17}}}, "severity": "INFO"}
#. To start the demo, run command

.. code-block:: console

host# git clone https://github.com/TexasInstruments/ti-apps-launcher

#. Download and Install the Linux SDK from |__SDK_DOWNLOAD_URL__| following the steps mentioned at :ref:`Download and Install the SDK <download-and-install-sdk>`.

#. Prepare the environment for cross compilation.

.. code-block:: console

host# source <path-to-linux-installer>/linux-devkit/environment-setup

#. Compile the sources

.. code-block:: console

[linux-devkit]:> cd <path-to-ti-apps-launcher-sources>
[linux-devkit]:> qmake ../ti-demo.pro ; make

#. Transfer the generated :file:`ti-demo` binary to the target and run it.
qmlscene --fullscreen apps/auto_cluster.qml

Building the MCU Firmware from sources
--------------------------------------

#. Please refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_01_01_08/exports/docs/api_guide_am62px/group__DRV__DSS__MODULE.html>`__


#. Please refer to the `MCU+ SDK Documentation <https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/11_02_00_23/exports/docs/api_guide_am62px/group__DRV__DSS__MODULE.html>`__

Check warning on line 73 in source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Definitions] Define acronyms and abbreviations (such as 'MCU') on first occurrence if they're likely to be unfamiliar. Raw Output: {"message": "[RedHat.Definitions] Define acronyms and abbreviations (such as 'MCU') on first occurrence if they're likely to be unfamiliar.", "location": {"path": "source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst", "range": {"start": {"line": 73, "column": 29}}}, "severity": "INFO"}