Skip to content

Commit 96154ad

Browse files
authored
docs: hal_gpio explain the purpose and detination location of the rules file.
1 parent 7e33f97 commit 96154ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/drivers/hal_gpio.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ If "access denied" messages are returned on loading the driver, try the followin
116116
sudo groupadd gpio
117117
----
118118

119-
. Create a file called `90-gpio-access` with the following contents (this is copied from the Raspbian install)
119+
. Then to setup permissions for the "gpio" group, create a file called `90-gpio-access` in the `/etc/udev/rules.d/`
120+
directory with the following contents (this is copied from the Raspbian install)
120121
+
121122
----
122123
SUBSYSTEM=="bcm2835-gpiomem", GROUP="gpio", MODE="0660"

0 commit comments

Comments
 (0)