Browsing:

Tag: Linux Gripe

2018-12-15

Looking back at the post history, and it appears that I am quite the Chatty Cathy this month. Lots of progress being made.  First order of business: I screwed up the naming in a bunch of places.  Instead of referring to the expansion board as VSPB (Vic’s Serial and Power Board) I referred to it as VPSB (Vic’s Power Serial Board).  Well it’s easier to rename it than to change all of the references, so Read more…


2017-01-08

The Software So the next goal for this project was to get the BBB (Beagle Bone Black) to be able to drive digital output and to setup the reading of values from a 4-20mA current loop. Googling on configuring a GPIO pin to output with pull down resistors sent me down the rabbit hole of Device Tree overlays, kernel drivers, subsystems, SysFS, and so forth. Spent two days in the fuckery that is Linux documentation Read more…


2017-01-04

Got a chance to play with the Beagle Board. Installed the latest Debian Jessie IoT image[1]. Supposed to be an alternative distribution that removes all of the GUI stuff which sounds perfect for this project since all that this BBB is going to do is sit in a closet and pretend it’s a PLC. It’s certainly much more svelte than the default distribution with X11 and what not, but it’s still bloated in my opinion. Read more…