-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi,
This is using the following built image 3.8.0-rc5-bone1 using the build_kernel.sh script
pwm interface doesn't show up in /dev/ or /sys/class/pwm
dmesg shows
[ 0.461436] platform 48300200.ehrpwm: alias tbclk already exists
[ 0.461640] ehrpwm 48300200.ehrpwm: unable to select pin group
[ 0.462654] platform 48302200.ehrpwm: alias tbclk already exists
[ 0.462843] ehrpwm 48302200.ehrpwm: unable to select pin group
[ 0.463655] platform 48304200.ehrpwm: alias tbclk already exists
[ 0.463841] ehrpwm 48304200.ehrpwm: unable to select pin group
Full dmesg is here http://pastebin.com/r84aJmLs
A quick grep of the .config shows that the pwm code should be building into the kernel
CONFIG_PWM_TIEHRPWM=y
CONFIG_PWM_TIPWMSS=y
Edit:
Also the ain interfaces aren't showing up in /sys/devices/platform
Thanks,
Greg