cdsteinkuehler / beaglebone-universal-io

Device tree overlay and support scripts for using most available hardware I/O on the BeagleBone without editing dts files or rebuilding the kernel
GNU General Public License v2.0
127 stars 54 forks source link

config-pin: adapt to kernel (4.1.x) changes... #32

Closed RobertCNelson closed 9 years ago

RobertCNelson commented 9 years ago

This gets thing working in 4.1.x

New directory: /sys/devices/platform/ocp/ocp:P9_15_pinmux/state

config-pin -a P9_15 1 config-pin -a P9_15 0

Kernel: https://github.com/RobertCNelson/bb-kernel/tree/am33x-v4.1

I tried doing it as loadable overlay, but that doesn't quite work yet, so i'm thinking:

dtb=am335x-boneblack-universal.dtb

Signed-off-by: Robert Nelson robertcnelson@gmail.com

cdsteinkuehler commented 9 years ago

Thanks for the help, Robert!