Skip to content

Commit 777bfd2

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. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
1 parent 7e9fa9b commit 777bfd2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

source/linux/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ 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')
@@ -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)