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
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]>
3. You will see the updated values of FPS & Score metrices getting populated in the table.
278
-
278
+
279
279
.. ifconfig:: CONFIG_sdk in ('j7_foundational')
280
280
281
281
3. The image below is captured while running the `glmark2` with **GPU Load Level as 3**.
@@ -294,7 +294,7 @@ Launching the Seva Store
294
294
295
295
Seva Store is not supported on AM62xSIP due to it's memory constraints.
296
296
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.
298
298
299
299
2. Refer :ref:`Seva Store - User Guide <Seva-Store-label>` to know more about Seva Store.
300
300
@@ -313,13 +313,13 @@ Launching the Chromium Browser
313
313
Chromium Browser is not supported on AM62xSIP due to it's memory constraints.
314
314
315
315
1. |__SDK_FULL_NAME__| now supports GPU Accelarated Chromium Browser. Click on the Chromium button on the left panel.
316
-
316
+
317
317
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.
318
318
319
319
.. ifconfig:: CONFIG_part_variant in ('AM62X')
320
320
321
321
.. Image:: /images/chromium-browser-am62x.png
322
-
:height:400
322
+
:height:400
323
323
324
324
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
325
325
@@ -464,6 +464,12 @@ Then, add the following line in :file:`CMakeLists.txt`:
464
464
add_compile_definitions(SOC_AM62_LP=1) # if target is AM62x-LP
465
465
add_compile_definitions(SOC_AM62P=1) # if target is AM62P
466
466
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
+
467
473
Then, pull TI's debian-arm64 Docker image and run it:
468
474
469
475
.. code:: console
@@ -474,7 +480,7 @@ Then, pull TI's debian-arm64 Docker image and run it:
474
480
Finally, run:
475
481
476
482
.. code:: console
477
-
483
+
cd /root/ti-apps-launcher/
478
484
cmake -B build -S . -DRT_BUILD=0 # if target is RT image, make -DRT_BUILD=1
0 commit comments