Tag: boot
-
How to run a script on startup of Raspberry Pi
In this tutorial, I want to show you, how to simply execute any file on a startup. First of all place your file, which should be executed later on an accessible folder. I put my files always on the desktop. So that means my path is something like this: /home/pi/Desktop/start.py Now let’s create in the…