I'm rusting on this git stuff with remote repo's, but I think I've just put in a pull request with the fix.
--Mark On Wednesday, May 25, 2016 at 3:07:55 PM UTC-4, robert nelson wrote: > > > > On Wed, May 25, 2016 at 1:52 PM, Mark Yoder <[email protected] > <javascript:>> wrote: > >> Hmmmm.. the pwm path appears to have changed for the 4.4 kernel. >> Bonescript uses >> >> */sys/devices/platform/ocp/48304000.epwmss/48304200.ehrpwm/pwm/pwmchip6*, >> but the new 4.4 kernel path is >> >> */sys/devices/platform/ocp/48304000.epwmss/48304200.pwm/pwm/pwmchip6* >> (the ehr is missing). >> >> A quick hack is to edit : >> */usr/local/lib/node_modules/bonescript/src/hw_mainline.js* and remove >> the *ehr* from line 95. >> > > This got changed in: > > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/am33xx.dtsi?id=dce2a6524963f58e7fd0b8888b2d3791c150f42c > > and then backported to ti's v4.4.x branch.. > > Since the 0.5.0 branch of bonescript became v4.4.x-ti + with: > > > https://github.com/jadonk/bonescript/commit/afc63224575b014b8661ada52d553ac78140e6b6 > > This should pwm change would be safe to push in.. > > 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/8d6b004d-0ab5-40de-a6e0-1bf8c59ded28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
