Italy
Asked

Automatic Software Start Info

hello everyone, I would like to automatically load the project software on startup, on Windows I have no problem but with Linux (using Raspberry) I don't know how to do it, I tried some guides found on the net but none seems to work, you can help me out case ????

For EZB SERVER operation and for ARC operation

Sorry for the understanding but I am Italian and I use a translator to write in your forum


Related Hardware Raspberry Pi

ARC Pro

Upgrade to ARC Pro

ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.

PRO
Synthiam
#1  
  1. Enable auto login for your raspberry pi using sudo raspi-config

  2. pico ~/.profile

  3. add the program paths to the end of the .profile

#2   — Edited

provato ma non funziona ....

~ / .profile: /home/pi/ARC/ARC.exe

Questo file non viene letto da bash (1), se ~ / .bash_profile o ~ / .bash_login

esiste.

vedi / usr / share / doc / bash / esempi / file di avvio per esempi.

i file si trovano nel pacchetto bash-doc.

l'umask di default è impostata in / etc / profile; per impostare umask

per gli accessi ssh, installa e configura il pacchetto libpam-umask.

#umask 022

se esegue bash

se [-n "$ BASH_VERSION"]; poi # include .bashrc se esiste if [-f "$ HOME / .bashrc"]; poi . "$ HOME / .bashrc" fi fi

imposta PATH in modo che includa il cestino privato dell'utente se esiste

Ho tolto anche # dalla prima riga ma non cambia nulla. Ps il mio lampone già effettuato il login automatico

PRO
Synthiam
#3  

This is a good tutorial: https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/