Skip to content

Commit 6448b30

Browse files
yogeshhegdeStaticRocket
authored andcommitted
fix(Demo): Update build from sources section of Display Cluster Demo
After QT6 migration the Display Cluster Demo can no longer be compiled. Update the outdated documentation. Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
1 parent cfdf186 commit 6448b30

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,19 @@ Building Display Cluster wic image from Yocto
5555

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

58-
Building the Linux Demo binary from sources
59-
-------------------------------------------
58+
Building the Display Cluster Demo from source
59+
---------------------------------------------
6060

6161
#. The source code for Display Cluster demo is available as part of the `ti-apps-launcher <https://github.com/TexasInstruments/ti-apps-launcher>`__.
62+
#. Display Cluster Demo does not require building the source code.
63+
#. The demo can run provided that the app source code and Qt 6's ``qmlscene`` utility are present.
6264

65+
#. To start the demo, issue the following command
6366
.. code-block:: console
6467
65-
host# git clone https://github.com/TexasInstruments/ti-apps-launcher
66-
67-
#. 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>`.
68-
69-
#. Prepare the environment for cross compilation.
70-
71-
.. code-block:: console
72-
73-
host# source <path-to-linux-installer>/linux-devkit/environment-setup
74-
75-
#. Compile the sources
76-
77-
.. code-block:: console
78-
79-
[linux-devkit]:> cd <path-to-ti-apps-launcher-sources>
80-
[linux-devkit]:> qmake ../ti-demo.pro ; make
81-
82-
#. Transfer the generated :file:`ti-demo` binary to the target and run it.
68+
qmlscene --fullscreen apps/auto_cluster.qml
8369
8470
Building the MCU Firmware from sources
8571
--------------------------------------
8672

8773
#. 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>`__
88-
89-

0 commit comments

Comments
 (0)