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

ARMv6 support? #21

Closed j-broo closed 1 year ago

j-broo commented 1 year ago

Any chance this could be built/modded to support ARMv6? I have an older Raspberry Pi and get an Illegal Instruction error trying to run the ARM build, so assume it's built for v7 or later.

j-broo commented 1 year ago
pi@raspberrypi:~ $ cat /proc/cpuinfo
processor       : 0
model name      : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS        : 697.95
Features        : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7
Hardware        : BCM2835
Revision        : 0010
Serial          : 0000000079c02fa2
Model           : Raspberry Pi Model B Plus Rev 1.2
pi@raspberrypi:~ $

I tried v1.17 and 1.11 mentioned in previous similar issues. No dice.

Is there any hope at all?

dj-nitehawk commented 1 year ago

i'm afraid not... pls see my answer here: https://github.com/dj-nitehawk/Hybrid-Inverter-Monitor/issues/20#issuecomment-1509492786