From ea556b591b3896e6bae20ddbb652caf516679a8c Mon Sep 17 00:00:00 2001 From: Yogesh Hegde Date: Thu, 26 Feb 2026 17:02:40 +0530 Subject: [PATCH] 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 --- .../Display_Cluster_User_Guide.rst | 30 +++++-------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst b/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst index aadeb4ea0..863f48314 100644 --- a/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst +++ b/source/linux/Demo_User_Guides/Display_Cluster_User_Guide.rst @@ -55,35 +55,19 @@ Building Display Cluster wic image from Yocto #. To build the display cluster wic image, please refer :ref:`Processor SDK - Building the SDK with Yocto ` -Building the Linux Demo binary from sources -------------------------------------------- +Building Display Cluster Demo from sources +------------------------------------------ #. The source code for Display Cluster demo is available as part of the `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. + #. 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 `. - - #. Prepare the environment for cross compilation. - - .. code-block:: console - - host# source /linux-devkit/environment-setup - - #. Compile the sources - - .. code-block:: console - - [linux-devkit]:> cd - [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 `__ - - + #. Please refer to the `MCU+ SDK Documentation `__