On Tue, Jul 11, 2017 at 2:49 PM, Clark Briggs <
clark....@ata-e.com> wrote:
> Robert,
> Thanks.
> I have spent a good bit of time with the robotics cape through working with James Strawson. He has constructed a very good set of aps and library for newbies to use. Those are his main constituents, IMHO.
> I have been using his board without his code base with his help. He and I differ on certain value judgements, like using mmap for I/O access. So...
Yeah, i'd like to rip all those mmap calls out of the library, and
just access them thru kernel userspace. ;)
> If I'm not using his libraries and want to start capemgr and manually export and use BBB I/O and robotics cape I/O, how to do that?
> I tried using systemctl to start capemgr.service but don't see any results but don't know where its gripes would get posted.
It's not a service file, it's the device tree binary:
https://github.com/RobertCNelson/dtb-rebuilder/blob/4.4-ti/src/arm/am335x-boneblack-roboticscape.dts#L19
Change:
#include "am335x-bone-common-no-capemgr.dtsi"
to:
#include "am335x-bone-common.dtsi"