(06-28-2019, 09:51 AM)TheSupercomputer Wrote: Trying to install ats on new install of lxde aarach64 upgraded to 0.8.3 but I'm getting following error:
All packages that are named in the repository are installed and up to date, because I don't find any answer with the error-code here in the Forum with the search tool, I#ll try to ask here now.
Hello TheSupercomputer,
What is the output of:
Code:
uname -a
Also, if you stop the service, and run it manually, what is the output:
Code:
systemctl stop ats
ats --test
It coud be also a kernel requirement..
But first, please post the output of commands above.
Best Regards,
(06-06-2019, 01:10 AM)tikonen Wrote: Hi again,
Got the pwm1 working with aarch64 distro version and kernel rockpro64 4.4.167-1197-rockchip-ayufan-ga7ca17f30176. I can do echo 0-255 to sysfs /sys/class/hwmon/hwmon0/pwm1 and speed changes accordingly.
Also install with luarocks works fine now.
Btw, there seems to be a small glitch in the installer as it fails this if there are more than one lua version installed.
Hello tikonen,
Indeed,
'luarocks' has 'lua5.1' vm has a primary dependency..
I updated, the installation process, in that way, when you install 'luarocks', it will not use lua5.1 has default, it already have lua5.3 as default..

Code:
apt-get install lua5.3 lua5.3-dev gcc make
update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 1
update-alternatives --install /usr/bin/luac luac /usr/bin/luac5.3 1
apt-get install luarocks
thanks for your observation,
I had detected it in the past..., but forgot to update the instructions, sorry for that

Best Regards,