Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
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 EZ Builder 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 will give you immediate updates and new features needed to unleash your robot's potential!

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