Startup Programm doesn't work

I tried the instructions in this article, but none work https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/

Can someone help me?

1 Like

Can you tell what you have done so far that does work?

These are some questions I ask new folk:

It would help to know:

  • What OS did you load? Where did you download it from?

  • What Processor are you using?

cat /proc/cpuinfo | grep "Model"
  • What OS are you running:
cat /etc/os-release
  • What kernel:
uname -a
  • What version of Python is default:
python --version
  • What is the result of running:
python /home/pi/Dexter/GoPiGo3/Software/Python/Examples/Read_Info.py
  • What version of GoPiGo3 software installed:
find /usr/local/lib/python* -name *.egg | grep gopigo3
find /usr/local/lib/python* -name *.egg | grep DI_
find /usr/local/lib/python* -name *.egg | grep Dexter

  • What battery or batteries are you using?

  • What Does Troubleshooting say?

    • sudo bash /home/pi/Dexter/GoPiGo3/Troubleshooting/all_tests.sh
    • Post the resulting /home/pi/Desktop/log

Additionally the official support:

1 Like