Solution: Add udev rule and script, and code delay.
There must be a minimum delay between exporting the GPIO, which triggers the
creation of new entries under sysfs, and setting the direction and further
operations on the GPIO, for the udev rules to be applied.
Problem: Need privileges to access GPIO sysfs
Solution: Add udev rule and script, and code delay. There must be a minimum delay between exporting the GPIO, which triggers the creation of new entries under sysfs, and setting the direction and further operations on the GPIO, for the udev rules to be applied.
Signed-off-by: Arnaud Quette ArnaudQuette@Eaton.com
Problem: Need a way to test GPO without actual device
Solution: Install the GPOTEST template too
Signed-off-by: Arnaud Quette ArnaudQuette@Eaton.com