ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Re: sudo access, you can create a gpio group and add yourself to it:

sudo addgroup gpio

sudo usermod -a -G gpio <YOUR USER>

vi /etc/udev/rules.d/90-gpiomem.rules, add:

SUBSYSTEM=="exynos-gpiomem", GROUP="gpio", MODE="0660" `

Got this from https://wiki.odroid.com/troubleshooting/gpiomem#rootless_gpio_accessdevgpiomem