-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support for Raspberry Pi 5 #31
Comments
Hmm, strange that it wasn't built with character device GPIO support. It could be a bug with the GPIO cdev support tests in the c-periphery Makefile. Do you happen to have a log of the LuaRocks build? |
I ended up trying with different Lua versions to no avail. The following log is with Lua 5.4. LuaRocks log
It's clear that |
I'm having the same issue on rpi zero 2 |
I had the same issue on rpi zero 2 |
I'm having trouble getting this library to work on a Raspberry Pi 5. My understanding is that GPIO support has a few breaking changes on the Pi 5; this may or may not be related to my issue.
I've installed lua-periphery with luarocks and am using Lua 5.1. I'm on Bookworm and Linux kernel 6.6.
When using the sysfs GPIO mode I get the following error:
When attempting to use the character device GPIO mode (to target
/dev/gpiochip4
), I get the following error.Let me know if there's any further information I can provide or any additional tests to run. Thanks for the help!
The text was updated successfully, but these errors were encountered: