Hello
I am curious to what exactly the file /root/mira_rstout does.
It is ran from a script started on boot via the init_setup.sh, and executed in a infinite loop with the argument 1, with a delay of 0.2s
/root/rstboard.sh:
while [ 1 ]
do
/root/mira_rstout 1
sleep 0.2
done