In the utility config-pin, function config_pin(), case $2: "# GPIO with pull-up enabled"
for configuration state HIGH+, code line 989 is : MODE=gpio_pd;
Should that setting not be : MODE=gpio_pu; as in the other 3 pull-up enabled states above it?
Trying to initialize some GPIO pins at boot as pulled-up outputs via a systemd startup script, Ubuntu 18.04 on Beaglebone Black.
In the utility config-pin, function config_pin(), case $2: "# GPIO with pull-up enabled" for configuration state HIGH+, code line 989 is : MODE=gpio_pd;
Should that setting not be : MODE=gpio_pu; as in the other 3 pull-up enabled states above it?
Trying to initialize some GPIO pins at boot as pulled-up outputs via a systemd startup script, Ubuntu 18.04 on Beaglebone Black.