23 Jun 2018, 13:12

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-Recalbox

Now 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 😄