rubex
Italy
Asked
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
Enable auto login for your raspberry pi using sudo raspi-config
pico ~/.profile
add the program paths to the end of the .profile
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
This is a good tutorial: https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/