You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
The install script needs to build the right kernel tree, so it can take several minutes to complete. To speed this up you can install it manually with the tutorial linked above.
28
+
The build script needs to build the right kernel tree, so it can take several minutes to complete. To speed this up you can build it manually with the tutorial linked above.
29
+
30
+
For a permanent installation (Raspberry Pi):
31
+
32
+
* copy `gpio-reflect.ko` to `/lib/modules/$(uname -r)/kernel/drivers`
33
+
* add `gpio-reflect` to `/etc/modules`
34
+
* create the file `/etc/modprobe.d/gpio-reflect.conf`
35
+
* add the options to the file in the form: `options gpio-reflect param1=value1 param2=value2...`
0 commit comments