[beagleboard] Re: 2017-03-19 images published on beagleboard.org/latest-images

2017-04-10 Thread Brian Cooke
+2, Brian Cooke wrote: > > For some reason I can't manage to boot a BBB after flashing Debian 8.7 > (Jessie) 2017-03-19 onto an SD card. > The following command was used to flash the SD card: > > xz -dkc bone-debian-8.7-iot-armhf-2017-03-19-4gb.img.xz > /dev/sdc >

[beagleboard] Re: 2017-03-19 images published on beagleboard.org/latest-images

2017-04-02 Thread Brian Cooke
For some reason I can't manage to boot a BBB after flashing Debian 8.7 (Jessie) 2017-03-19 onto an SD card. The following command was used to flash the SD card: xz -dkc bone-debian-8.7-iot-armhf-2017-03-19-4gb.img.xz > /dev/sdc Has something related to flashing/booting changed compared to

[beagleboard] Re: i2c-bus - A new Node.js I2C module

2015-09-02 Thread Brian Cooke
This is an odd place for a question about the Raspberry Pi :) A guess would be that i2c-bus, which is a native addon, was installed with one version of Node.js but is being run with another version of Node.js. Reinstall i2c-bus and try again. -- For more options, visit

[beagleboard] PMW on P8.13 and P8.19 on Debian 8.1 / Linux 4.1.2-ti-r4

2015-07-26 Thread Brian Cooke
On a BeagleBone Black running Debian 8.1 / Linux 4.1.2-ti-r4 https://rcn-ee.com/rootfs/bb.org/testing/2015-07-19/lxqt-4gb/, I'd like to be able to enable PWM on P8.13 and P8.19 using two different device tree overlays rather that a single overlay. The two overlays currently being used are show

Re: [beagleboard] PMW on P8.13 and P8.19 on Debian 8.1 / Linux 4.1.2-ti-r4

2015-07-26 Thread Brian Cooke
The goal is to update a tool called bot-io https://github.com/fivdi/bot-io to function with the 4.1 kernel. Among other things, bot-io allows pins to be configured to use drivers that beaglebone-universal-io doesn't support like gpio-keys and gpio-leds, so beaglebone-universal-io can't be used.

Re: [beagleboard] i2c-bus - A new Node.js I2C module

2015-01-20 Thread Brian Cooke
There is one more thing: - i2c-bus is io.js and Node.js compatible - tested with io.js 1.0.2 on a BeagleBone Black running Ubuntu 14.04.1 LTS (GNU/Linux 3.14.26-ti-r43 armv7l) -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] i2c-bus - A new Node.js I2C module

2014-12-23 Thread Brian Cooke
I've written a new Node.js module called i2c-bus for accessing I2C devices on Linux boards like the BeagleBone Black. It can be found here on github: https://github.com/fivdi/i2c-bus -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] bot-io - A new Node.js module for ADC, GPIO, PWM, UARTs, ...

2014-12-23 Thread Brian Cooke
I've written a new module called bot-io for ADC, GPIO, PWM, UARTs, and more on the BeagleBone Black. It can be found here on github: https://github.com/fivdi/bot-io -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] i2c-bus - A new Node.js I2C module

2014-12-23 Thread Brian Cooke
Kridner wrote: Can you describe any advantages it has over node-i2c? On Tue, Dec 23, 2014 at 5:08 AM, Brian Cooke bdsc...@gmail.com javascript: wrote: I've written a new Node.js module called i2c-bus for accessing I2C devices on Linux boards like the BeagleBone Black. It can