I wrote and tested my script on the pi by powering it via micro USB. But I don't want there to be another power source for the pi, so I decided to use the 5V pin for power coming from the ESC. The pi boots and I can run the script manually, but it won't run the script on boot. It runs on boot when powered by the micro USB, but as soon as I switch to a 5V pin it doesn't run. What should I try?
Asked
Active
Viewed 53 times
1
-
1From [this](https://raspberrypi.stackexchange.com/questions/100501/python-script-wont-load-on-startup), can you switch to tty1 by ctrl+alt+F1 and see if there any error? – raspiduino Apr 24 '21 at 03:36