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 `__