Skip to content

Commit ad93a54

Browse files
jsuhaas22cshilwant
authored andcommitted
feat: linux: Drop "Building EdgeAI gallery" section
Up till 10.1 images, we used to support Qt toolchain for building edgeai-gui-apps in meta-arago-toolchain. However, this support is dropped now. Therefore remove the section on building edgeai-gui-apps from the docs. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
1 parent e59c73d commit ad93a54

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,3 @@ The edge AI gallery launches on Linux startup. Follow the below instructions to
139139
.. ifconfig:: CONFIG_part_variant in ('J784S4')
140140

141141
13. For more information on edge AI software stack, refer `Edge AI Documentation <https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/AM69A/10_01_00/exports/docs/common/sdk_overview.html>`_
142-
143-
Building the edge AI gallery
144-
----------------------------
145-
146-
The edge AI gallery application is enabled by default in yocto for |__PART_FAMILY_DEVICE_NAMES__| Linux and RT-Linux.
147-
148-
The source code is available at `edgeai-gui-app <https://git.ti.com/cgit/apps/edgeai-gui-app>`__ and can be recompiled with the following steps
149-
150-
1. To setup the environment, from the root of the SDK installation directory, source `environment-setup` script.
151-
::
152-
153-
$ source linux-devkit/environment-setup
154-
155-
2. Go to the root of edgeai-gui-app repository and run the following command to build the application.
156-
::
157-
158-
$ qmake; make
159-
160-
3. Copy the compiled binary to /usr/bin directory of the device
161-
::
162-
163-
$ scp edgeai-gui-app root@<ip-addr-of-device>:/usr/bin/
164-
165-

0 commit comments

Comments
 (0)