On Sun, Nov 4, 2018, 3:25 PM Paul Knox-Kennedy <paul.knox.kennedy@gmail.com wrote:
I'm trying to get access to the gpio device on an RPIB+ using a non root, non privileged container. AFAICT, I should map /dev/gpiochip0 using --device, but when I do this, the device appears with broken permissions, group, user (all ?).

Maybe this applies to you? <https://blog.oless.xyz/post/fedorarpigpio/#sudo-and-how-to-use-the-gpiochip-device-as-unprivileged-user>

I've not tested it on Fedora IoT, nor with an unprivileged container. But I bet that it is a privileges issue on gpiochip0 device file in the base system.

Ciao,
A.