did you ever get to find a proper way to do this without this workaround? On Tuesday, 11 July 2017 at 09:44:14 UTC+2 [email protected] wrote:
> Well I did a little workaround and made a script that will init the GPIO > via sysfs in the way I want at system start. But I don“t need to set the > pinmux via the overlay for that as far as i know. > echo "61" > /sys/class/gpio/export #set gpio61 P8_26 > echo "out" > /sys/class/gpio/gpio61/direction #set gpio61 as output > echo "1" > /sys/class/gpio/gpio61/value #set gpio61 to high > > The fragment@1 I mentioned seems to affect > /sys/kernel/debug/pinctrl > But I still dont understand what it actually does. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e56468de-41fc-47e0-8708-672b317d83f7n%40googlegroups.com.
