-
Notifications
You must be signed in to change notification settings - Fork 124
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
fs error #200
Comments
Same here with RPi5 Node v18.19.0 |
Workaround: #199 |
It seems that Raspberry OS kernel addresses GPIO pins yet by another numbering scheme. cat /sys/kernel/debug/gpio You must use the number after gpio-[number] |
ok looks just to be offset by 512 |
Looks like every GPIO library when run on new kernel will have this issue. At the same time seems like the whole community is perplexed what actually happened. Did you manage to find any official explanation how to prepare for this change and why it was introduced? |
On Raspbian Bullseye it works, on Raspbian Bookworm it's broken. |
The library needs to look for the |
I opened a PR to lookup the base address and add that automatically to the address you pass |
i am using a Pi 2 model B
The text was updated successfully, but these errors were encountered: