You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,27 +139,3 @@ The edge AI gallery launches on Linux startup. Follow the below instructions to
139
139
.. ifconfig:: CONFIG_part_variant in ('J784S4')
140
140
141
141
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
0 commit comments