Skip to content

Running Bulldog on Kernel 3.16 WITHOUT capemanager #7

Description

@hannes76

Hello,
I am running BBB with kernel 3.16 which does not support capemanager anymore.
When I tried to run your samples I got the the following error:

java.lang.ArrayIndexOutOfBoundsException: 0
        at org.bulldog.beagleboneblack.sysfs.BBBSysFs.getCapeManager(BBBSysFs.java:23)
        at org.bulldog.beagleboneblack.sysfs.BBBSysFs.getCapeManagerSlots(BBBSysFs.java:27)
        at org.bulldog.beagleboneblack.sysfs.BBBSysFs.readSlots(BBBSysFs.java:51)
        at org.bulldog.beagleboneblack.sysfs.BBBSysFs.getSlotNumber(BBBSysFs.java:31)
        at org.bulldog.beagleboneblack.BeagleBoneBlack.isHdmiEnabled(BeagleBoneBlack.java:298)
        at org.bulldog.beagleboneblack.BeagleBoneBlack.createPins(BeagleBoneBlack.java:137)
        at org.bulldog.beagleboneblack.BeagleBoneBlack.<init>(BeagleBoneBlack.java:31)
        at org.bulldog.beagleboneblack.BeagleBoneBlackBoardFactory.createBoard(BeagleBoneBlackBoardFactory.java:17)
        at org.bulldog.core.platform.Platform.createBoard(Platform.java:13)
        at abfuelltest.AbfuellTest.main(AbfuellTest.java:25)

... so it looks like you are using the capemanager.

Is this correct? Is it possible to use Bulldog with neuer kernels?

Thank you,
Best regards,
Hannes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions