Hello Robert,This is excellent news! I hope this fixes the installation issue I just reported for the BB xm, will give it a try when the deb become available.
Just a heads up, TI just landed two large changes to the v4.4.x tree today:https://github.com/RobertCNelson/ti-linux-kernel/compare/584991ea2c87ead7ce1e0ef145a9e66a4408a9d5...ee87bb1741b3e2f05a5ff46b1ad59ca82b8f2514remoteproc_pruss & sgxremoteproc_pruss: this should be compatible with v4.1.x-tisgx: the "modules" should build and enter the archive when the kernel *.deb get's built..
From there release notes, it needs wayland 1.9..jessie: 1.6.0stretch: 1.10Not a lot depends on wayland, so i think it would be a safe backport.. ;)
Regards,Looking forward to reading that guide when and if ones made. And watching a demo video ;)
--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjm%3Dy1fjSz%3DdoJHpVOTOoTVrp9-E4Ls9cTWubV-KJ26aQ%40mail.gmail.com.
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.
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.
Well, I better pull Pro GIt off the shelf and look up how to do it right...
Thanks..., but what did you do differently?
I have tested bonescript 0.5.0-beta7.
run:var b = require('bonescript');b.pinMode('P9_14', b.OUTPUT);b.analogWrite('P9_14', 0.7, 2000.0, printStatus);function printStatus(x) {console.log('x.value = ' + x.value);console.log('x.err = ' + x.err);}output:
Bonescript: initializedx.value = undefinedx.err = error updating PWM freq and value: undefined, Error: ENOENT, no such file or directory 'undefined/duty_cycle'PWM still now work.
在 2016年5月26日星期四 UTC+8上午3:42:30,robert nelson写道: