Thanks Robert. I probably would not need SPI or I2C, as I'd implement my own library. Which is really very easy, as nodejs has a filesystem class object.
I'll give this a go later as we're busy out doors taking care of spring things today . . . On Tue, May 3, 2016 at 12:17 PM, Robert Nelson <[email protected]> wrote: > > > On Mon, May 2, 2016 at 7:49 PM, William Hermans <[email protected]> wrote: > >> By "installling" I mean I'll be compiling my own Nodejs 4.x from source, >> and creating a package. >> > > There's only one deb* package in the base install that can't handle nodejs > v4.x. > > bb-bonescript-installer-beta > > remove that, then just change: > > /etc/apt/sources.list > > deb https://deb.nodesource.com/node_0.12 jessie main > #deb-src https://deb.nodesource.com/node_0.12 jessie main > > to > > deb https://deb.nodesource.com/node_4.x jessie main > #deb-src https://deb.nodesource.com/node_4.x jessie main > > then > > apt-get update ; apt-get upgrade > > * v4.x fixes: > > spi: https://github.com/jadonk/bonescript/pull/126 > > i2c: something like: > > > https://github.com/RobertCNelson/bonescript/commit/4a3027d846f4350c7840030d8d9a6872f84da037 > > i2c was used in ii2.js so that needs to be rewritten... > > 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/CAOCHtYhFQOWVKOixHZDCbEOasms3yxXCtNWDRwGbdt_QHgVnmg%40mail.gmail.com > <https://groups.google.com/d/msgid/beagleboard/CAOCHtYhFQOWVKOixHZDCbEOasms3yxXCtNWDRwGbdt_QHgVnmg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CALHSORpu%3DBePUKFw2es41LWsKOyDqwOrdBUod3MafhnyuoT0rA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
