gpio operate without sudo
#1
Board used rock64 OS Bionic minimal 0.7.11.Issue :Gpio script have been executing properly with sudo as per guidence in my project. But while using GPIO script, python modules has not been imported (Example numpy etc).this python module have been installed by pip command.Please help on this
#2
(04-10-2019, 07:28 PM)mohammed ismayil Wrote: Board used rock64 OS Bionic minimal 0.7.11.Issue :Gpio script have been executing properly with sudo as per guidence in my project. But while using GPIO script, python modules has not been imported (Example numpy etc).this python module have been installed by pip command.Please help on this
#3
(04-11-2019, 07:45 AM)mohammed ismayil Wrote:
(04-10-2019, 07:28 PM)mohammed ismayil Wrote: Board used rock64 OS Bionic minimal 0.7.11.Issue :Gpio script have been executing properly with sudo as per guidence in my project. But while using GPIO script, python modules has not been imported (Example numpy etc).this python module have been installed by pip command.Please help on this

Hi, you can make sudo without password  Wink

remove sudo password for user "username":

Code:
usermod -aG  sudo username
echo -e "# No sudo password for username user\nusername ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/90-username
exit
Credits


Possibly Related Threads…
Thread Author Replies Views Last Post
  +LTS/SOPINE GPIO Python developer needed barucha 1 4,908 03-20-2018, 03:30 PM
Last Post: JohnyBlaze999
  Default GPIO PIN state after boot Artyom 13 21,899 11-12-2016, 06:38 AM
Last Post: Traveler

Forum Jump:


Users browsing this thread: 3 Guest(s)