dj-nitehawk / Hybrid-Inverter-Monitor

Monitoring application for hybrid inverters using the Voltronic communication protocol & JK BMS via USB port.
MIT License
82 stars 23 forks source link

illegal instruction #20

Closed jmcastillejo closed 1 year ago

jmcastillejo commented 1 year ago

when I run the program on a raspberry pi zero it gives the error illegal instruction.

Saentist commented 1 year ago

Any log from manual run? Do you run it as SuperUser?

jmcastillejo commented 1 year ago

In superuser give same error how exec manual run? I exec sudo ./InverterMon.Server

dj-nitehawk commented 1 year ago

try the linux-arm 32 bit binaries: https://github.com/dj-nitehawk/Hybrid-Inverter-Monitor/releases/download/v1.17/linux-arm.zip

if that doesn't work, i'm afraid you need a device that has a ARMv7 cpu. this app is written using .net 7.0 which requires ARMv7 or newer. i believe the pi zero is ARMv6 :-(