-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Close within 30 daysIssue will be closed within 30 days unless requested to stay openIssue will be closed within 30 days unless requested to stay open
Description
When the latest package raspberrypi-bootloader:armhf 1.20150130-1 was installed, the gpio symbolic links in /sys/class/gpio/ moved from /sys/devices/virtual/ to /sys/devices/soc/20200000.gpio.
The permissions in /sys/devices/soc/20200000.gpio do not include the "x" bit, as as such nobody but root can use the gpio.
This has changed since the latest bootloader, and the only way I can fix this is on boot, as root, run
chmod -R +x /sys/devices/soc/20200000.gpio
Is there a better way to allow a non-root user to access the GPIO?
Metadata
Metadata
Assignees
Labels
Close within 30 daysIssue will be closed within 30 days unless requested to stay openIssue will be closed within 30 days unless requested to stay open