mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 22:08:07 +09:00
config: Warn Beaglebone PRU users that pinmux settings are not updated
The Beaglebone hardware prevents the PRU from updating the pinmux board settings. As a result, the PRU can't directly change the pin direction or change the pullup resistor settings. Warn the Beaglebone users of this limitation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
# THIS FILE HAS NOT BEEN TESTED - PROCEED WITH CAUTION!
|
# THIS FILE HAS NOT BEEN TESTED - PROCEED WITH CAUTION!
|
||||||
|
|
||||||
|
# NOTE: Klipper does not alter the input/output state of the
|
||||||
|
# Beaglebone pins and it does not control their pull-up resistors. In
|
||||||
|
# order to set the pin state one must use a "device tree overlay" or
|
||||||
|
# use the config-pin program.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
|
|||||||
@@ -4,6 +4,13 @@
|
|||||||
# install the micro-controller code a second time for a "Linux
|
# install the micro-controller code a second time for a "Linux
|
||||||
# process".
|
# process".
|
||||||
|
|
||||||
|
# NOTE: Klipper does not alter the input/output state of the
|
||||||
|
# Beaglebone pins and it does not control their pull-up resistors.
|
||||||
|
# Typically the correct settings are automatically applied when the
|
||||||
|
# Beaglebone detects the Replicape board, but if changes are needed
|
||||||
|
# they must be specified in a "device tree overlay" or via the
|
||||||
|
# config-pin program.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
|
|||||||
Reference in New Issue
Block a user