1012 B
1012 B
Usage
t3hs_frame_exporter will always start on system boot. If you need to stop application do
t3hs_frame_exporter_ctl stop
If you need to endlessly restart application and reload after every crash do
t3hs_frame_exporter_ctl enable && t3hs_frame_exporter_ctl start
You can check status with t3hs_frame_exporter_ctl status
Manuall build
mkdir build && cd build && cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain/toolchain.cmake .. && make
Manuall installation
- install built app as
/usr/bin/t3hs/t3hs_frame_exporter(don't forget to check execute permissions) - install control script as
/usr/bin/t3hs/t3hs_frame_exporter_ctl - copy config to
/etc/t3hs/frame_exporter/config.cfg - create symlimk
/etc/init.d/S99t3hs_frame_exporter->/usr/bin/t3hs/t3hs_frame_exporter_ctl - add
/usr/bin/t3hsto PATH:
echo 'export PATH="$PATH:/usr/bin/t3hs"' >> /etc/profile.d/t3hs_frame_exporter.sh
/oem/usr/bin/RkLunch.sh- remove starting rkipc