I am getting some success with the Rpi and want to get my application to run automatically at startup.
I wonder if there is a way to permanently assign sudo rights to pi so the program works without me having to go into terminal?
It's this 'no access to /dev/mem' bit that's bugging me... I've got it to work using sudo python test2.py but surely there is a way to configure pi to have admin rights at start up.
Thank you