Problems with serialport AppImage on Linux (Rasperry Pi 3)
-
HI I want to connect the rodeostat to Rasperry Pi 3 (Linux). After downloading the AppImage and making it executable I keep getting the cannot execute binary file: Exec format error’.
Is there a way to fix this?
-
let me read a little and will try to help you
-
The current AppImage binary is built for x86-64 whereas the rpi is ARM. So in order to get this to work you will need to rebuild the serialport-bridge AppImage from source for ARM. This can be done on the raspberry pi itself. The source code for the serialport-bridge can be found here https://bitbucket.org/iorodeo/serialport-bridge You should be able to rebuild the package using "npm build". I have tried this, but I think it should work.
-
@Will-Dickson Hi I tried with npm but I got an error ELIFECYCLE errno 1.