On Friday, February 5, 2016 at 4:13:34 PM UTC-6, Drew Fustini wrote:
>
> I noticed that the Raspberry Pi kernel adopted /dev/gpiomem to provide a 
> way for non-root users to access GPIO:
>
>
> The poor man's way is to make the executable file be owned  by root, and 
then set the S bit so it takes execute permissions from the file owner.
You do this with :

sudo chown root:root filename
sudo chmod u+s filename

This requires a valid root user to be set up.


Jon

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to