-
Notifications
You must be signed in to change notification settings - Fork 0
EN manual installation retropie
-
A computer connect to the Internet
-
The RetroBox
-
SD card of MINIMUM 4 GB
-
USB cable micro USB to USB
-
Mini HDMI to HDMI
-
5V charger
-
Controller (compatibility list here :)
-
WPA wifi network
-
RetroPie :https://retropie.org.uk/download/
-
Etcher : https://etcher.io/
-
Putty : https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
-
WinSCP : https://winscp.net/eng/download.php
-
Be patient, it can take time
-
If you have any problem contact us! (On our website or by e-mail: @retrobox.)
- Burn retropie.img on the map sd with etcher.io
- Eject the SD card and insert it into your RetroBox and wait for the first boot
-
Plug the RetroBox into HDMI on a screen, then start it. (Having plugged in the controller)
-
Go to the RetroPie menu, then in "Wifi"
-
You have several ways to configure a wifi network:
-
With the file "wifikeyfile.txt", you just have to import it in the menu (save as /boot/wifikeyfile.txt)
-
By connecting a keyboard
-
Go to "Raspi-Config", then in Connection, then enable SSH
-
Restart it, using the support of the RetroBox
-
Connect in ssh on the IP address of the RetroBox with the Putty software, then, type this:
-
Login : pi
-
Password : raspberry
To be able to use the screen, you have to execute certain commands
in SSH.
-
git clone https://github.com/swkim01/waveshare-dtoverlays.git
-
sudo cp waveshare-dtoverlays/waveshare32b-overlay.dtb /boot/overlays/waveshare32b.dtbo
-
sudo nano /boot/config.txt
Add :
-
#Add Screen, overclock and sound
-
dtparam=i2c_arm=on
-
dtparam=i2s=on
-
dtparam=spi=on
-
dtoverlay=waveshare32b
-
hdmi_force_hotplug=1
-
hdmi_cvt=320 240 60 1 0 0 0
-
hdmi_group=2
-
hdmi_mode=1
-
hdmi_mode=87
-
dtoverlay=pwm-2chan,pin=19,func=2,pin2=13,func2=4
-
dtoverlay=waveshare32b:rotate=270,speed=82000000
-
arm_freq=1050
-
gpu_freq=300
Do CTRL + C to copy the code above, then in putty, click right to paste
Then do CTRL + X to finish editing and press Y to validate.
-
ls /dev/fb*
-
sudo apt-get install cmake
-
git clone https://github.com/tasanakorn/rpi-fbcp
-
cd rpi-fbcp/
-
mkdir build
-
cd build/
-
cmake ..
-
make
-
sudo install fbcp /usr/local/bin/fbcp
-
sudo nano /etc/rc.local
(At the very bottom of the page, BEFORE "exit 0" add:
/usr/local/bin/fbcp &
Do CTRL + C to copy the code above, then in putty, click right to paste)
Then do CTRL + X to finish editing and press Y to validate.
- sudo reboot
Once restart the screen and the sound should work, but not the joystick, and the buttons
Installation of "mk_arcade_joystick_rpi":
Then restart the console
Reconnect to the PI with Putty then execute the following commands:
Installation of I2C Detect:
- sudo apt-get install i2c-tools
Then look at the chip address:
- sudo i2cdetect -y 1
So you have a value equal to 0x20 (Note this is important)
Installation finished!
You do not need a controller anymore
After successful manual installation of RetroPie, you can now follow this manual HERE to install games, if you have problems that do not list contact us!
- Asap
License :
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Official website : https://retrobox.tech Made with ❤️ in France