Contents
GPiCase2 (GPi Case 2 only)
The RetroFlag GPiCase 2 CM4 safe shutdown script will automatically switch between the LCD display and HDMI output when using the dock.
GPiCase2 Script.
Click the link Jump to install GPiCase2 script๏ผGPi Case (GPi Case only)
Turn switch "SAFE SHUTDOWN" to ON.
For RetroPie:
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 enter terminal.
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install_gpi.sh" | sudo bash
For Recalbox
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 first. And then press ALT-F2 enter terminal.
- User: root Password: recalboxroot
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/recalbox_install_gpi.sh" | bash
Pi Case
(nespi+, superpi, megapi,nespi4 case)
RetroFlag Pi-Case Safe Shutdown
Turn switch "SAFE SHUTDOWN" to ON.
Example for RetroPie:
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 enter terminal.
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install.sh" | sudo bash
Example for RecalBox:
- Make sure internet connected.
- Make sure keyboard connected.
- Press F4 first. And then press ALT-F2 enter terminal.
- User: root Password: recalboxroot
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/recalbox_install.sh" | bash
Example for batocera:
- Make sure internet connected.
- Make sure keyboard connected.
- Enter terminal. How to enter terminal: https://wiki.batocera.org/access_the_batocera_via_ssh
- User: root Password: linux
- In the terminal, type the one-line command below(Case sensitive):
wget -O - "https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/batocera_install.sh" | bash