Skip to content

Conversation

@jeevantelukula
Copy link
Collaborator

Add a how to develop guide with different UI frameworks including slint and flutter in the Demo Applications section for AM62x/AM62P.

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) syntax error near unexpected token `newline'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) `./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:87: (INFO/1) Duplicate implicit target name: "overview".
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:100: (INFO/1) Duplicate implicit target name: "build instructions".

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) syntax error near unexpected token `newline'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) `./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:88: (INFO/1) Duplicate implicit target name: "overview".
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:101: (INFO/1) Duplicate implicit target name: "build instructions".

@github-actions
Copy link

New warnings found with rstcheck:

source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) syntax error near unexpected token `newline'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) `./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:88: (INFO/1) Duplicate implicit target name: "overview".
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:101: (INFO/1) Duplicate implicit target name: "build instructions".

Comment on lines +12 to +13
See the :ref:`TI-Apps-Launcher-User-Guide-label` documentation for more information about Qt-based demos.
This guide provides a brief overview of Flutter and Slint, along with instructions on how to build and run demos for each.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really be directing people here? We already have a Qt overview and listed demos under the graphics section.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to highlight current QT based out of box demos here for comparison.

Add a how to develop guide with different UI frameworks
including slint and flutter in the Demo Applications
section for AM62x/AM62P.

Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

New warnings found with rstcheck:

source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) syntax error near unexpected token `newline'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:33: (ERROR/3) (bash) `./oe-layertool-setup.sh -f configs/processor-sdk/<oeconfig-file>'
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:90: (INFO/1) Duplicate implicit target name: "overview".
source/linux/Demo_User_Guides/GUI_Frameworks_User_Guide.rst:103: (INFO/1) Duplicate implicit target name: "build instructions".

Copy link
Member

@StaticRocket StaticRocket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slint will need to be added to the vocabulary as a part of this series since it was not previously mentioned anywhere else.

https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#vale-grammar-spelling-and-prose-checking

Also, those duplicate implicit targets should be avoided. Makes refs and permalinks messy.

Comment on lines +58 to +60
Please refer to the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to
find the correct :file:`<oeconfig-file>` for the SDK release. The ``<machine>`` variable should
be set to your target device as in :ref:`Build_Options`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Please refer to the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to
find the correct :file:`<oeconfig-file>` for the SDK release. The ``<machine>`` variable should
be set to your target device as in :ref:`Build_Options`.
See the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to
find the correct :file:`<oeconfig-file>` for the SDK release. Ensure the ``<machine>`` variable is
set to your target device as in :ref:`Build_Options`.

#. **Configure and build the SDK:**
The following commands will set up the necessary flutter layers(`meta-flutter <https://layers.openembedded.org/layerindex/branch/master/layer/meta-flutter/>`__) and build the image.

.. code-block:: bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. code-block:: bash
.. code-block:: console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants