-
-
Notifications
You must be signed in to change notification settings - Fork 172
Running as root #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
use: |
But you should exec (one time) |
Neither, it's a user error 😄 You need to remember So everything you put into You need to use the path of the |
Oh thank you! I am quite new to Linux so thanks for the explanation. Works fine :) |
I'm currently trying to build a own library to communicate with the GPIOs to use UART and PWM. I am using the wiringPi library because it supports both interfaces. The problem is that wiringPi needs root permission to initialize PWM. I already searched for other solutions to run wiringPi without root but didn't find a lot.
So I just came to the point to run flutter-pi as root which doesn't seem to work.
I was extra confused when I read this in README.md at the Fixing the GPU permissions part:
So is this a problem of flutter-pi or is there something wrong with my machine?
The text was updated successfully, but these errors were encountered: