Skip to content

Commit e3ac408

Browse files
jeevantelukulapraneethbajjuri
authored andcommitted
fix(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 <[email protected]>
1 parent 7e9fa9b commit e3ac408

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/linux/Demo_User_Guides/TI_Apps_Launcher_User_Guide.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -475,6 +481,7 @@ Finally, run:
475481

476482
.. code:: console
477483
484+
cd /root/ti-apps-launcher/
478485
cmake -B build -S . -DRT_BUILD=0 # if target is RT image, make -DRT_BUILD=1
479486
make -C build
480487

0 commit comments

Comments
 (0)