Elecrow-RD / CrowPi2

60 stars 14 forks source link

Hints: How to install the latest RetroPie OS for CrowPi2 #40

Closed Pearl-852 closed 3 years ago

Pearl-852 commented 3 years ago

Since there is no RetroPie OS for Raspberry Pi specific to CrowPi2 being posted by Elecrow, you can follow the instructions below to flash a new MicroSD card with the RetroPie OS for CrowPi2.

  1. Insert a new MicroSD card (32GB or larger) with a MicroSD Card USB Adapter into a USB port of the Raspberry Pi.
  2. Launch the Raspberry Pi Imager app (Menu > Accessories > Imager). 1-450
  3. Click CHOOSE OS. 2-450
  4. From the Operating System list, choose Emulation and game OS. 3a-450
  5. Choose RetroPie 3b-450
  6. Choose the appropriate version for your Raspberry Pi model. 4-450
  7. Click CHOOSE SD CARD. 5-450
  8. From the SD Card list, choose your desired SD Card for flashing with the selected image. 6-450
  9. Review your selected OS and SD Card and then click WRITE. 7-450
  10. Click YES, when you are ready to start the flashing process. 8a-450
  11. After flashing has completed, click CONTINUE and close the Raspberry Pi Imager app. 8b-450
  12. Next, you will need to edit the config.txt file in the newly flashed RetroPie SD Card before it is suitable for use with the CrowPi2.
  13. Unplug the MicroSD Card USB Adapter with the RetroPie SD Card and then plug it back in for it to be mounted in the system.
  14. Open a new Terminal (Ctrl+Alt+T).
  15. Edit the config.txt file in the RetroPie SD Card with your favorite text editor (Ex. nano). Type sudo nano /media/pi/boot/config.txt and press Enter.
  16. Cut and paste the following statements to the end of the file.
    [EDID=RTK-RTK_FHD]
    hdmi_force_hotplug=1
    hdmi_group=2
    hdmi_mode=82
    hdmi_drive=2
    enable_uart=1
    gpio=0=op,dl
    [all]
  17. Press Ctrl+X, Y and Enter to save the file and exit the editor.
  18. Finally, your RetroPie SD Card is now ready for use in the CrowPi2. Shutdown the system, then unplug the power and replace the system SD Card with the RetroPie SD Card.
Pearl-852 commented 3 years ago

This step-by-step instructions is now available in the FAQ section. See Here