ispysoftware / agent-install-scripts

Setup scripts for Agent DVR
GNU General Public License v3.0
25 stars 7 forks source link

armv6l support #42

Open eddiewastaken opened 5 months ago

eddiewastaken commented 5 months ago

The installer scripts seem to indicate support for ARMv6:

https://github.com/ispysoftware/agent-install-scripts/blob/52fdf8c60aa7cf561764753eefd04e19f523cefa/v2/linux_setup2.sh#L50

However, running the install script on a fresh Raspbian Lite Pi Zero W causes Illegal instruction when ./Agent is executed.

ispysoftware commented 5 months ago

What OS are you using on the PI? I think there's issues with the standard PI Oses (missing libraries) - you could try ubuntu

eddiewastaken commented 5 months ago

I've tried DietPi, Raspbian (Lite), Arch & Ubuntu. Can I ask if your armv6l builds are tested on an armv6l target (emulated or otherwise)? I'm interested if this is just me. Thanks!