Please suggest the issue and help with the solution.
Thank You.
Dennis Lee Bieber
unread,
Mar 20, 2019, 12:55:35 PM3/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beagl...@googlegroups.com
On Wed, 20 Mar 2019 05:07:32 -0700 (PDT), gupta niks
<gupta.ni...@gmail.com> declaimed the
following:
>
>I'm using Adafruit_BBIO python library for GPIO Input. Cape Universal.dtb
>is disabled.
>Output works fine but INput throws the error. *ValueError: Set gpio mode
>failed, missing file or invalid permissions.*
>Below is dts for the gpio input
>
The library (based upon source) relies upon using sysfs access to the
pins. I would presume (I don't read device trees; they are mysteries to me)
cape-universal creates all the needed entries for all sysfs manipulation.
If your custom DT doesn't provide the same, anything could happen.