Steps to build and run INTEGRITY test application on RTA device extract multi.zip to: /home/qt/integrity_toolchain/apps/ghs_apps_proc/ extract integrity_test_app.zip to: /home/qt/work build qt test app: set environment variables by running env.sh script (or do it some other RTA way :D like how it's set when building Qt) >cd work >cd integrity_test_app >source env.sh create shadow build folder for the test app >mkdir shadow >cd shadow >/home/qt/RTA/qt5/6.2.0/Src/qtbase/bin/qt-cmake ../ cmake was missing from the machine?!?, installed with: >sudo snap install cmake --classic build the app with: >cmake --build . build Dynamic Download project with Multi: >/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/multi/multi /home/qt/work/integrity_test_app/Multi_project/ -build myproject & I used HP PDU to power on INTEGRITY RTA device pool board "integrity-qc8155p-1" that device *SHOULD* get same ip with DHCP but currently is not, I checked the ip and got 10.204.0.26 this time then run Multi to deploy and run the test app on the device: >/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/multi/multi /home/qt/work/integrity_test_app/Multi_project/rel/bin/myproject -connect="rtserv2 10.204.0.26" -p /home/qt/work/integrity_test_app/Multi_project/multi_commands once it's run it creates rta_integrity_results.txt file that has Multi output containing MD5 checksums of demo screenshots less rta_integrity_results.txt |grep OK should print 4 lines of success :D