On Thu, Apr 27, 2017 at 4:50 PM, William Hermans <[email protected]> wrote: > > On Thu, Apr 27, 2017 at 2:46 PM, Robert Nelson <[email protected]> > wrote: >> >> On Thu, Apr 27, 2017 at 4:43 PM, William Hermans <[email protected]> >> wrote: >> > Still having issues with PWM ? >> >> Yeah i took a break from that, PWM was too painful.. >> >> Fixed an LCD and the v4.4.x-bone/v4.4.x-rt-bone u-boot overlay problem >> some users where having.. >> >> So let's try the pwm with v4.9.x ;) > > > At this very moment I'm in the process of re-writing an overlay for an > *ahem* undisclosed cape that just so happens to enable 6 channel PWM on the > board. After that, I have to write hardware test software for that same > board( test jig ). So maybe I'll be able to document all the udev rules I > have to make for that board. Maybe, because now I'm thinking I may not be > able to pull that off in a short amount of time. If I do though, I'll relay > that information to you.
yeah take the first two blocks: https://github.com/rcn-ee/repos/blob/master/bb-customizations/suite/jessie/debian/81-pwm-noroot.rules it's enough to let you do: debian@beaglebone:/sys/class/pwm/pwmchip3$ echo 0 > export debian@beaglebone:/sys/class/pwm/pwmchip3$ echo 0 > unexport but you have to be root to change pwm0/* after.. Regards, -- Robert Nelson https://rcn-ee.com/ -- 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/CAOCHtYj-m55bt5%3DxOHoQ%3DKXTY1q2V-EBHLLLcLa1GbB%3DoG9N%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
