Skip to content

Commit 33282a5

Browse files
committed
fix(Demo_User_Guides): Fix instructions for building EdgeAI GUI App
* fix Compiling EdgeAI GUI App section to drop references of ti-apps-launcher & instead use edgeai-gui-app. Also, drop RT_BUILD flag which is not applicable for EdgeAI GUI App. * Fixes 7706ef6 Signed-off-by: Chirag Shilwant <[email protected]>
1 parent d3b7449 commit 33282a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/linux/Demo_User_Guides/Edge_AI_Gallery_User_Guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ Then, pull TI's debian-arm64 Docker image and run it:
163163
.. code:: console
164164
165165
docker pull ghcr.io/texasinstruments/debian-arm64:latest
166-
docker run -it -v ${EDGEAI_GUI_APP_REPO}:/root/ti-apps-launcher ghcr.io/texasinstruments/debian-arm64 bash
166+
docker run -it -v ${EDGEAI_GUI_APP_REPO}:/root/edgeai-gui-app ghcr.io/texasinstruments/debian-arm64 bash
167167
168168
Finally, run:
169169

170170
.. code:: console
171171
172-
cmake -B build -S . -DRT_BUILD=0 # if target is RT image, make -DRT_BUILD=1
172+
cmake -B build -S .
173173
make -C build
174174
175175
The compiled binary should be ``build/edgeai-gui-app``.
@@ -182,7 +182,7 @@ Copy the compiled binary to the :file:`/usr/bin` of the target:
182182
183183
.. note::
184184

185-
This is a quick and easy way to compile ti-apps-launcher during
185+
This is a quick and easy way to compile EdgeAI GUI App during
186186
development, but it is a good idea to validate with Yocto builds
187187
often. There is a possibility that compiler mismatch could present
188188
issues in the run up to production.

0 commit comments

Comments
 (0)