Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit c3185d7

Browse files
authored
added some infos
1 parent b7feb21 commit c3185d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ For a permanent installation (Raspberry Pi):
4444
* add `gpio-reflect` to `/etc/modules`
4545
* create the file `/etc/modprobe.d/gpio-reflect.conf`
4646
* add the options to the file in the form: `options gpio-reflect param1=value1 param2=value2...`
47-
* run `sudo depmod -a`
47+
* run `sudo depmod -a` (very imnportant even if you use the default options!)
4848
* try to run `sudo modprobe gpio-reflect`
4949
* `sudo reboot`
50-
* run `lsmod |grep gpio` to see if it worked
50+
* run `lsmod |grep gpio` to see if it worked (you can also use `dmesg`)
5151

5252

5353
## Usage
5454

55-
After inmodding the module a device appears under /dev/gpio-reflect.
55+
After insmodding the module a device appears under /dev/gpio-reflect.
5656
This device can be used as a regular file.
5757

5858
Only one process at a time can access it, the others have to wait. But any action can be interrupted with ctrl+c.

0 commit comments

Comments
 (0)