-
-
Notifications
You must be signed in to change notification settings - Fork 895
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
NRF24 gateway depends on the deprecated GPIO Linux interface #1536
Comments
@aledomu thanks for reporting. Do you happen to know what the recommended replacement is? |
Looks like the spi_gpio kernel driver might be the way to go:
But I have no idea if this driver is available (and usable with normal user privileges) by default, nor how much work would be required to rewrite the MySensors code to use this driver. |
The current recommended interface is exposed through |
The gateway opens
/sys/class/gpio
when accessing GPIO ports. In distros where they follow upstream standards this makes the app unable to work. This interface was deprecated in Linux 4.8.The text was updated successfully, but these errors were encountered: