installation script , lancement permission denied.
-
Bonjour à tous,
J'ai précommandé le boitier Snespi "the ursus snes pal" : https://www.kintaro.co/collections/shop/products/660b4bd9-bb17-4f52-aa56-fd679c0f704e
et la team responsable du boitier ma donné le script a installer pour gerer le bouton on/off
j'ai suivi la procédure :
Hi There
I've copied the setup from our dev doc. Please don't hesitate to let me know if it all makes sense as I understand it might be full of confusing terms.
Preparation
Connect to Wi-Fi by going to the Main Menu and click on Network Settings.
Enable Wi-Fi and enter the SSiD (name of your Wi-Fi) and the password.Reboot your Raspberry Pi. Go to the network settings to look up your IP-Adress.
Now that you know your IP-Adress you can connect to it via SSH. Either via the terminal (Linux
and Mac) or Putty (Windows). Read the guides here:
https://github.com/recalbox/recalbox-os/wiki/Root-access-on-terminal-(EN)You'll need a SFTP connection. Read the guides here:
https://github.com/recalbox/recalbox-os/wiki/Network-access-with-WinSCP-(EN)Installation
In the SSH you enter the following command
mount -o remount rw, /boot
Download our files:
https://github.com/MichaelKirsch/Kintaro-RecalboxNow go to your SFTP Program and copy the Kintaro folder into the /opt folder.
Then you copy the S100kintaro.sh into /etc/init.d/ and activate it by entering the command/etc/init.d/S100kintaro.sh start
voila à la derniere étape j'ai droit à ça : -sh: line 36: /etc/init.d/S100kintaro.sh: Permission denied
comment faire pour avoir la permission d’exécuter la commande ?
merci de votre aide ( je suis un noob )
EDIT: apres avoir lancer cette commande : chmod +x /etc/init.d/S100kintaro.sh
je n'ai pas eu droit au message d'erreur : mais a celui la :
/etc/init.d$ /etc/init.d/S100kintaro.sh start
Starting example.Donc je pense que c'est bon
-
Bon voila j'ai reçu mon boitier Super Ursus de chez Kintaro. L'installation du script a bien fonctionné.
donc en gros pour resumer l'installation du script il faut télécharger ces fichiers :
https://github.com/MichaelKirsch/Kintaro-Recalbox
j'ai utiliser ce logiciel WinSCPse connecter en mode root sur le pi3 et autoriser l’écriture sur la partition.
copier le dossier Kintaro dans le repertoire /opt folder
puis le fichier S100kintaro.sh dans le repertoire /etc/init.d/
lancer la commande :
chmod +x /etc/init.d/S100kintaro.sh (pour autoriser le fichier)et enfin lancer le script avec la commande suivante :
/etc/init.d/S100kintaro.sh startnormalement le message suivant apparait : Starting example.
-
@Mikefly Je pense que je vais me laisser tenter par ce boîtier, merci pour ton retour