-
Hi, I received new hardware for my integration.
I try to finish installation manually... I follow this to install de good version of NodeJs: In file install.sh: Then after a complete installation, the application don't start. I try to start manually, and have this issue:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Seems like the official support for ARMv6 was stopped with Node.js 12. However the core team still automatically creates those unofficial builds form ARMv6 that may still work. Thanks for the hint, I'll add a routine to install those automatically on ARMv6 devices, once we're sure that the rest of Open Rowing Monitor supports Raspberry Pi Zero W. I assume it could work, but we'll have to see how performant a Node.js application will run on this single core device. The permission issue in the install script should now be fixed, thanks for reporting. That error when launching Open Rowing Monitor looks like it has some problem to communicate with the Bluetooth Module of the device.
|
Beta Was this translation helpful? Give feedback.
Seems like the official support for ARMv6 was stopped with Node.js 12. However the core team still automatically creates those unofficial builds form ARMv6 that may still work.
Thanks for the hint, I'll add a routine to install those automatically on ARMv6 devices, once we're sure that the rest of Open Rowing Monitor supports Raspberry Pi Zero W. I assume it could work, but we'll have to see how performant a Node.js application will run on this single core device.
The permission issue in the install script should now be fixed, thanks for reporting.
That error when launching Open Rowing Monitor looks like it has some problem to communicate with the Bluetooth Module of the device.
Did you r…