From 4795074d4cea0ce20a40081d7bfe370d2c2653e9 Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Wed, 16 Jul 2025 09:45:30 +0530 Subject: [PATCH] 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 --- .../Edge_AI_Gallery_User_Guide.rst | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst b/source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst index 38e5dad8f..eb06ec80d 100644 --- a/source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst +++ b/source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst @@ -139,27 +139,3 @@ The edge AI gallery launches on Linux startup. Follow the below instructions to .. ifconfig:: CONFIG_part_variant in ('J784S4') 13. For more information on edge AI software stack, refer `Edge AI Documentation `_ - -Building the edge AI gallery ----------------------------- - -The edge AI gallery application is enabled by default in yocto for |__PART_FAMILY_DEVICE_NAMES__| Linux and RT-Linux. - -The source code is available at `edgeai-gui-app `__ and can be recompiled with the following steps - -1. To setup the environment, from the root of the SDK installation directory, source `environment-setup` script. - :: - - $ source linux-devkit/environment-setup - -2. Go to the root of edgeai-gui-app repository and run the following command to build the application. - :: - - $ qmake; make - -3. Copy the compiled binary to /usr/bin directory of the device - :: - - $ scp edgeai-gui-app root@:/usr/bin/ - -