[fedora-arm] Re: Fedora LiveUSB station - brainstorming

2017-04-10 Thread Till Maas
Hi, this is awesome. I also started to think about something similar myself - just a device to be able to let people write their USB device with. My main criteria for a system that can be used by visitors was that it supports USB3 to make flashing at as fast as possible. I found the ODROID-XU4

[fedora-arm] Re: Raspberry Pi 3 B Gpio

2017-04-10 Thread Peter Robinson
On Mon, Apr 10, 2017 at 1:44 PM, Richard Ryniker wrote: >>Yes, there's python3-libsoc which should support the RPi. > > libsoc uses the old, deprecated sysfs interface to access GPIO resources > from user space. I wrote a Python module to use the newer, file > descriptor

[fedora-arm] Re: Raspberry Pi 3 B Gpio

2017-04-10 Thread Richard Ryniker
>Yes, there's python3-libsoc which should support the RPi. libsoc uses the old, deprecated sysfs interface to access GPIO resources from user space. I wrote a Python module to use the newer, file descriptor ioctl interface. See: http://ryniker.org/raspberrypi/Fedora/gpiofd.py I welcome