We need to mount the folder under /sys/devices/platform/soc/3f200000.gpio/gpio corresponding to a GPIO pin only when the pin is actually exported. Similarly, the folder needs to be unmounted when the pin is unexported.
These are the first functionalities that come into my mind and that should be (easily?) implementable if this feature is implemented:
- if an application on a virtual rasp exports a pin, this should not be visible on other virtual rasps running on the same physical rasp
- a virtual rasp could be forbidden to export a pin
- a pin on a virtual rasp is not mapped to the corresponding physical pin but rather it is mapped on a (dummy) unconnected pin
We need to mount the folder under /sys/devices/platform/soc/3f200000.gpio/gpio corresponding to a GPIO pin only when the pin is actually exported. Similarly, the folder needs to be unmounted when the pin is unexported.
These are the first functionalities that come into my mind and that should be (easily?) implementable if this feature is implemented: