-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install on Rasperry Pi 2 B #26
Comments
I can install spi-device without problems using Node.js v14.20.1 and node-gyp v5.1.0 on a Raspberry Pi 2 Model B Rev 1.1 with ARMv7 Processor rev 5 (v7l) with Rasbian 10 (buster). Here is the output of
And here is the output of a few command showing the system setup:
Note that the Node.js v14.20.1 binaries that I used are from node-v14.20.1-linux-armv7l.tar.gz which can be found at https://nodejs.org/dist/v14.20.1/ I would imagine that the problems that you are having are related to your system setup. |
@pow4all I upgraded to kernel 5.10.103-v7+ which is the kernel you're using and
I'll go ahead and close this issue as it doesn't appear to be related to spi-device. As already mentioned above, I would imagine that the problems that you are having are related to your system setup. |
Hi!
I try to install a node-red package (see here). The install fails when installing
spi-device
with following error messages:My harware is a Raspberry Pi 2 Model B Rev 1.1 with ARMv7 Processor rev 5 (v7l) with Rasbian 10 (buster).
Node version is v14.20.1
Is there any chance to fix this somehow?
Thanks!
The text was updated successfully, but these errors were encountered: