manual
NESPi_CASE_Manualsafe shutdown + safe reset
las instrucciones y el código que hay que descargar para poner en marcha estas dos funciones de la NESPi Case PLUS se encuentran en la página de Retroflag en Github:
en concreto, hay que digirise a la sección «retroflag-picase (nespi+, superpi, megapi,nespi4 case)» y seguir sus instrucciones paso a paso.
instrucciones para recalbox
Turn switch «SAFE SHUTDOWN» to ON
Example for RecalBox:
1. Make sure internet connected.
2. Make sure keyboard connected.
3. Press F4 first. And then press ALT-F2 enter terminal.
4. User: root Password: recalboxroot
5. In the terminal, type the one-line command below (case sensitive):«retroflag-picase» en RetroFlag
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash
instrucciones para batocera
Turn switch «SAFE SHUTDOWN» to ON
Example for batocera:
1. Make sure internet connected.
2. Make sure keyboard connected.
3. Enter terminal. How to enter terminal: https://wiki.batocera.org/access_the_batocera_via_ssh
4. User: root Password: linux
5. In the terminal, type the one-line command below (case sensitive):«retroflag-picase» en RetroFlag
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/batocera_install.sh" | bash
si se tiene acceso a recalbox o batocera vía ssh, basta con copiar-pegar la última instrucción en la terminal y ejecutarla. hecho esto, el botón de apagado vale tanto como ordenar shutdown -h 0
en consola y el botón de reset vale por reboot
.
fuentes
- «NESPi Case» en Retroflag.
- «RetroFlag / retroflag-picase» en Github.