Skip to content

Commit d249aed

Browse files
feat(linux): Add incomplete ti-apps-launcher demo build steps
Few clarifying steps are missing for compiling the ti-apps-launcher from sources. Mention them for better clarity. Resolves SITSW-8146 Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
1 parent 7e9fa9b commit d249aed

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

source/linux/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ Launching the GPU Performance Demo
273273

274274
.. Image:: /images/ti-apps-launcher-gpu-performance.png
275275
:height: 400
276-
276+
277277
3. You will see the updated values of FPS & Score metrices getting populated in the table.
278-
278+
279279
.. ifconfig:: CONFIG_sdk in ('j7_foundational')
280280

281281
3. The image below is captured while running the `glmark2` with **GPU Load Level as 3**.
@@ -294,7 +294,7 @@ Launching the Seva Store
294294

295295
Seva Store is not supported on AM62xSIP due to it's memory constraints.
296296

297-
1. |__SDK_FULL_NAME__| now supports Seva Store. Seva Store is a TI developed demo gallery which allows users to download and install demos on the go. Developers can host their demos as Docker Images on any public Docker Registry and link them to Seva Design Gallery.
297+
1. |__SDK_FULL_NAME__| now supports Seva Store. Seva Store is a TI developed demo gallery which allows users to download and install demos on the go. Developers can host their demos as Docker Images on any public Docker Registry and link them to Seva Design Gallery.
298298

299299
2. Refer :ref:`Seva Store - User Guide <Seva-Store-label>` to know more about Seva Store.
300300

@@ -313,13 +313,13 @@ Launching the Chromium Browser
313313
Chromium Browser is not supported on AM62xSIP due to it's memory constraints.
314314

315315
1. |__SDK_FULL_NAME__| now supports GPU Accelarated Chromium Browser. Click on the Chromium button on the left panel.
316-
316+
317317
2. Click Launch button to launch the Chromium Browser. The Browser launches with `WebGL Aquarium <https://webglsamples.org/aquarium/aquarium.html>`__ as the first tab by default.
318318

319319
.. ifconfig:: CONFIG_part_variant in ('AM62X')
320320

321321
.. Image:: /images/chromium-browser-am62x.png
322-
:height: 400
322+
:height: 400
323323

324324
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
325325

@@ -464,6 +464,12 @@ Then, add the following line in :file:`CMakeLists.txt`:
464464
add_compile_definitions(SOC_AM62_LP=1) # if target is AM62x-LP
465465
add_compile_definitions(SOC_AM62P=1) # if target is AM62P
466466
467+
Then, install the QEMU user mode emulators for enabling cross-architecture execution on host system:
468+
469+
.. code:: console
470+
471+
sudo apt-get install qemu-user-static
472+
467473
Then, pull TI's debian-arm64 Docker image and run it:
468474

469475
.. code:: console
@@ -474,7 +480,7 @@ Then, pull TI's debian-arm64 Docker image and run it:
474480
Finally, run:
475481

476482
.. code:: console
477-
483+
cd /root/ti-apps-launcher/
478484
cmake -B build -S . -DRT_BUILD=0 # if target is RT image, make -DRT_BUILD=1
479485
make -C build
480486

0 commit comments

Comments
 (0)