node-pru
node-pru copied to clipboard
Node.js module to utilise the Programmable Realtime Units (PRUs) of the BeagleBone
``` debian@beaglebone:~/TEST1$ sudo npm install pru npm http GET https://registry.npmjs.org/pru npm http 304 https://registry.npmjs.org/pru > [email protected] install /home/debian/TEST1/node_modules/pru > node-gyp rebuild make: Entering directory `/home/debian/TEST1/node_modules/pru/build' CXX(target) Release/obj.target/pru/src/pru.o ../src/pru.cpp: In function...
I had to upgrade my BBB to the newest firmware version and I couldn't install this package. Debian version: Linux beaglebone 4.1.10-ti-r21 #1 SMP PREEMPT Fri Oct 9 00:16:27 UTC...
Angstrom for Beaglebone Black is still at version 0.8.22 of node.js. I had to make a few changes to build node-pru. These follow the guidelines from https://github.com/joyent/node/wiki/Api-changes-between-v0.8-and-v0.10 and should be...