Hello everyone,
I’m attempting to install Ignition 8.1.45 on an Ubuntu 22.04 LTS machine with an ARM 64-bit (Raspberry Pi–based) industrial computer. I downloaded the official ARM version (Ignition-linux-aarch-64-8.1.45.zip
), unzipped it as instructed, and tried to start it. However, I’m encountering the following errors in my system logs:
Jan 31 22:51:29 ubuntu systemd[1]: Starting Ignition-Gateway...
Jan 31 22:51:29 ubuntu ignition.sh[9085]: Starting Ignition-Gateway...
Jan 31 22:51:29 ubuntu ignition.sh[9160]: /usr/local/bin/ignition/ignition.sh: 1: eval: /usr/local/bin/ignition/./ignition-gateway: Exec format error
Jan 31 22:51:44 ubuntu ignition.sh[9085]: Waiting for Ignition-Gateway..................
Jan 31 22:51:44 ubuntu ignition.sh[9085]: WARNING: Ignition-Gateway may have failed to start.
Jan 31 22:51:44 ubuntu systemd[1]: Ignition-Gateway.service: Control process exited, code=exited, status=1/FAILURE
Jan 31 22:51:44 ubuntu systemd[1]: Ignition-Gateway.service: Failed with result 'exit-code'.
Jan 31 22:51:44 ubuntu systemd[1]: Failed to start Ignition-Gateway.
The logs aren’t very detailed beyond the Exec format error
, so I’m looking for advice. Has anyone else run into this issue or found a solution/workaround on a similar setup?
Thanks in advance for your help!