diff options
Diffstat (limited to 'docs/RPi_microcontroller.md')
-rw-r--r-- | docs/RPi_microcontroller.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index b05c3e8f..591d2864 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -63,10 +63,10 @@ following the instructions in ## Optional: Identify the correct gpiochip -On Rasperry and on many clones the pins exposed on the GPIO belong to the first gpiochip. They can therefore be used on klipper simply by referring them with the name `gpio0..n`. +On Rasperry Pi and on many clones the pins exposed on the GPIO belong to the first gpiochip. They can therefore be used on klipper simply by referring them with the name `gpio0..n`. However, there are cases in which the exposed pins belong to gpiochips other than the first. For example in the case of some OrangePi models or if a Port Expander is used. In these cases it is useful to use the commands to access the _Linux GPIO character device_ to verify the configuration. -To install the _Linux GPIO character device - binary_ on a debian based distro like octopi run: +To install the _Linux GPIO character device - binary_ on a debian based distro like OctoPi run: ``` sudo apt-get install gpiod ``` |