
Path: <Hello World App Dir>/build/<preset>
Installation
- Install the runtime components to a dedicated folder (from inside the build-directory):
cmake --install . --component HWSRC_Runtime --prefix install/gcc7_linux_x86_64
- The command creates a folder
install/gcc7_linux_x86_64
and places all runtime dependencies in it, including those from the AMSR stack. The folder has the same layout as on the target device. - Change to the
install
directory cd install/gcc7_linux_x86_64
Run the application
sudo ./sbin/amsr_em_daemon -a ./opt -m ./etc/machine_exec_config.json -l ./etc/logging_config.json
In the terminal / CLI log you can find the message that is defined in the application.cpp.
Next step in the tutorial: Learn about the app