• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Suggestions for ports #3 - Pi5 edition

Scheduled Pinned Locked Moved General Discussion and Gaming
portspi5scriptsscriptmodules
151 Posts 11 Posters 18.7k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    DTEAM @sugarfree
    last edited by DTEAM 23 Jul 2024, 12:12

    Sure, Did you install aethersx2 from Retropie Extra as is and did the changes here ? Do you have the checksum of your BIOS?

    S T 2 Replies Last reply 23 Jul 2024, 13:16 Reply Quote 0
    • E
      ExarKunIv @sugarfree
      last edited by 23 Jul 2024, 12:36

      @sugarfree said in Suggestions for ports #3 - Pi5 edition:

      I can upload my backup image (without ROMs or BIOS files) if it complies with the forum rules.

      yes i belive you can, RapidEdwin08 has a image up also and that have been fine.

      so i think if you do like you said, post it without ROMs or BIOS files. you will be fine

      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
      Maintainer of RetroPie-Extra .

      1 Reply Last reply Reply Quote 2
      • S
        sugarfree @DTEAM
        last edited by sugarfree 23 Jul 2024, 13:16

        @DTEAM
        Yes, I have Vulkan enabled from mitu commit and the AetherSX2 emulator from ExarKunlv RetroPie-Extra repo. Also, lr-Melon DS and lr-swanstation.

        The PS2 BIOS files that I used are:

        ps2-0230a-20080220.bin CRC32: 286897c2
        ps2-0230a-20080220.mec CRC32: 054a6ec2
        ps2-0230a-20080220.nvm CRC32: 57210b91
        scph30004fr.bin CRC32: 9386a740
        scph30004fr.mec CRC32: 054a6ec2
        scph30004fr.nvm CRC32: 0509cea5
        SCPH30004R.bin  CRC32: 9386a740
        SCPH30004R.MEC CRC32: 054a6ec2
        SCPH30004R.nvm CRC32: 5e0200d0
        scph39001.bin    CRC32: a19e0bf5
        scph39001.MEC CRC32: 054a6ec2
        scph39001.nvm CRC32: 4e873b8e
        

        The image is 2.89 GB zipped and 16 GB when unzipped. Just use Pi Imager with the zipped file.

        https://mega.nz/file/B211lAJL#ykKA-14Do_wNtqWsNpPmFWpc-sHY2AvJn-KgE9gsA98

        You need to change the Wi-Fi Country settings and passwords, also Timezone.

        Username: pi
        Password: raspberrypi

        E T 2 Replies Last reply 23 Jul 2024, 14:27 Reply Quote 5
        • E
          ExarKunIv @sugarfree
          last edited by 23 Jul 2024, 14:27

          @sugarfree thanks for doing this.
          i can use this to see what will and will not work from RetroPie-extras

          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
          Maintainer of RetroPie-Extra .

          1 Reply Last reply Reply Quote 2
          • R
            RapidEdwin08 @DTEAM
            last edited by RapidEdwin08 24 Jul 2024, 15:54

            @DTEAM said in Suggestions for ports #3 - Pi5 edition:

            I did many tests and it doesn't work. Here's step by step what I did from the begining for aethersx2:

            • in config.txt --> kernel=kernel8.img

            This is usually the culprit for seg fault on pi5, double check kernel8 or pastebin the config .txt to verify.
            Can try to set X11 from sudo raspi-config - Advanced Options - Wayland - X11 Openbox Backend.

            You can also try an Alternative Retropie-Setup script module from here: aethersx2.sh

            The PCSX2.ini included in that one is configured to look for BIOS and Mem Cards in:

            home/pi/RetroPie/BIOS
            

            That particular script module will not overwrite the current aethersx2 config PCSX2.ini.
            You will want to either back up or delete the current PCSX2.ini before installing.

            home/pi/.config/aethersx2/inis/PCSX2.ini
            

            Raspberry Pi B, Pi B+, Pi2 B, Pi3 B, Pi3 B+, Pi Zero W, Pi4 (4GB/8GB), Pi5 (8GB/16GB), Pi Zero 2 W, GPi V1, minisforum GK50 / RetroPie 4.8.x

            D 2 Replies Last reply 24 Jul 2024, 17:03 Reply Quote 1
            • D
              DTEAM @RapidEdwin08
              last edited by DTEAM 24 Jul 2024, 17:03

              @RapidEdwin08 said in Suggestions for ports #3 - Pi5 edition:

              The PCSX2.ini included there is configured to look for BIOS and Mem Cards in:

              home/pi/RetroPie/BIOS

              Here's the folder location from PCSX2.ini

              [Folders]
              Bios = ../../../../../../home/pi/RetroPie/BIOS/ps2
              Snapshots = snaps
              Savestates = sstates
              MemoryCards = memcards
              Logs = logs
              Cheats = cheats
              CheatsWS = cheats_ws
              CheatsNI = cheats_ni
              Cache = cache
              Textures = textures
              InputProfiles = inputprofiles
              

              I don't see any problem here.

              Could it be the local depends (aethersx2.sh)?

              function depends_aethersx2() {
                  local depends=(matchbox-window-manager xorg xserver-xorg-input-all mesa-vulkan-drivers pulseaudio pipewire-media-session-pulseaudio)
              
                  getDepends ${depends[@]}
              }
              
              function sources_aethersx2() {
                  gitPullOrClone
              }
              
              function install_aethersx2() {
                  tar -xzvf AetherSX2-v1.5-3606.tar.gz -C "/opt/retropie/emulators/aethersx2"
                  chmod +x /opt/retropie/emulators/aethersx2/AetherSX2-v1.5-3606/usr/bin/aethersx2
              }
              
              function configure_aethersx2() {
                  mkRomDir "ps2"
                  
                  local launch_prefix
                  isPlatform "kms" && launch_prefix="XINIT-WM:"
              
              1 Reply Last reply Reply Quote 0
              • D
                DTEAM @RapidEdwin08
                last edited by DTEAM 30 Jul 2024, 12:56

                @RapidEdwin08 said in Suggestions for ports #3 - Pi5 edition:

                You can also try an Alternative Retropie-Setup script module from here: aethersx2.sh

                Thanks, much appreciated. I tried, but same result. I tested all BIOS versions on the net and nothing happened. Could this be related to the SDL2 version? I will continue to investigate?

                Here's my config.txt

                R 1 Reply Last reply 30 Jul 2024, 14:59 Reply Quote 0
                • R
                  RapidEdwin08 @DTEAM
                  last edited by RapidEdwin08 30 Jul 2024, 14:59

                  @DTEAM someone correct me if I'm wrong but, looking at your config txt,
                  I think everything you put in #New, including kernel8, is not being applied because you put it all under [cm4].
                  You should move it up to before [cm4].

                  Raspberry Pi B, Pi B+, Pi2 B, Pi3 B, Pi3 B+, Pi Zero W, Pi4 (4GB/8GB), Pi5 (8GB/16GB), Pi Zero 2 W, GPi V1, minisforum GK50 / RetroPie 4.8.x

                  E 1 Reply Last reply 30 Jul 2024, 15:11 Reply Quote 1
                  • E
                    ExarKunIv @RapidEdwin08
                    last edited by 30 Jul 2024, 15:11

                    @RapidEdwin08 said in Suggestions for ports #3 - Pi5 edition:

                    You should move it up to before [cm4].

                    you might have something there

                    i put all my changes after [all]
                    but before would probably do the same thing

                    RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                    RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                    Maintainer of RetroPie-Extra .

                    D 1 Reply Last reply 30 Jul 2024, 15:36 Reply Quote 0
                    • D
                      DTEAM @ExarKunIv
                      last edited by DTEAM 30 Jul 2024, 15:36

                      @RapidEdwin08 @ExarKunIv said in Suggestions for ports #3 - Pi5 edition:

                      i put all my changes after [all]
                      but before would probably do the same thing

                      It was that !!!!!!!!!!!!!!!! thanks!

                      E 1 Reply Last reply 30 Jul 2024, 16:42 Reply Quote 1
                      • E
                        ExarKunIv @DTEAM
                        last edited by 30 Jul 2024, 16:42

                        @DTEAM it always the simplest things, lol
                        im glad you got it all sorted out.

                        RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                        RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                        Maintainer of RetroPie-Extra .

                        D 1 Reply Last reply 30 Jul 2024, 18:41 Reply Quote 1
                        • D
                          DTEAM @ExarKunIv
                          last edited by DTEAM 30 Jul 2024, 18:41

                          @ExarKunIv

                          For your script, if a controller is not listed in the SDL database, you can use this procedure to add it by replacing this

                          sudo bash -c 'cat ./out.txt >> /opt/retropie/emulators/ppsspp/assets/gamecontrollerdb.txt'
                          

                          By this

                          sudo bash -c 'cat /home/pi/RetroPie-Setup/tmp/build/out.txt >> /opt/retropie/emulators/aethersx2/AetherSX2-v1.5-3606/usr/bin/resources/game_controller_db.txt'
                          

                          It works, like with PPSSPP

                          NEW edit: Touch screen (on Pi5) also works well with this emulator

                          D 1 Reply Last reply 31 Jul 2024, 20:49 Reply Quote 1
                          • D
                            DTEAM @DTEAM
                            last edited by DTEAM 31 Jul 2024, 20:49

                            @ExarKunlv

                            Hi, why citra or lr-citra only work on a x86 platform?

                            E 1 Reply Last reply 31 Jul 2024, 20:58 Reply Quote 0
                            • E
                              ExarKunIv @DTEAM
                              last edited by 31 Jul 2024, 20:58

                              @DTEAM i never changed it since there is no point, \ it does not work. since the yuzu shutdown. the main files that the LR core builds from are gone, and even through people have repos with the new locations.

                              it still does not work. there is LIME that does compile and works. i just have not made a script for it yet

                              RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                              RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                              Maintainer of RetroPie-Extra .

                              D 1 Reply Last reply 31 Jul 2024, 20:59 Reply Quote 1
                              • D
                                DTEAM @ExarKunIv
                                last edited by 31 Jul 2024, 20:59

                                @ExarKunIv
                                Is Citra Nightly the same emulator?

                                E 1 Reply Last reply 31 Jul 2024, 22:02 Reply Quote 0
                                • E
                                  ExarKunIv @DTEAM
                                  last edited by ExarKunIv 31 Jul 2024, 22:02

                                  @DTEAM yes and no.
                                  That's going to be the standalone emulator. Not a LR core.
                                  It might work. Might not. I have not bothered to try I'm going to go more for lime since it's got more of an active development going on. And most likely less chance from being shut down.

                                  But hey who says we can't have more then 1 right.

                                  I say give it a shot if you know how

                                  Here is my issue page on GitHub. That has a few things.

                                  If you like give it a shot

                                  https://github.com/Exarkuniv/RetroPie-Extra/issues/193

                                  I'll take any help

                                  RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                  RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                  Maintainer of RetroPie-Extra .

                                  retropieuser555R 1 Reply Last reply 1 Aug 2024, 08:21 Reply Quote 2
                                  • retropieuser555R
                                    retropieuser555 @ExarKunIv
                                    last edited by 1 Aug 2024, 08:21

                                    @ExarKunIv it might be worth avoiding anything switch or 3ds related at the moment given the position Ninty have taken as of late? I'd keep a backup of your git respiratory in case they send a takedown notice so you could in theory redo it without the Nintendo related aspects

                                    Pi 5 4GB

                                    Retroflag GPI with raspberry pi zero 2 w/ wifi

                                    Retroachievements:- lovelessrapture

                                    E 1 Reply Last reply 1 Aug 2024, 12:46 Reply Quote 1
                                    • E
                                      ExarKunIv @retropieuser555
                                      last edited by 1 Aug 2024, 12:46

                                      @retropieuser555 im not worried about it. all they can do it kill where the files come from, thats it.
                                      since im not hosting anything. it will just stop the script from doing anything, like it is right now.

                                      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                      Maintainer of RetroPie-Extra .

                                      D 1 Reply Last reply 9 Aug 2024, 17:14 Reply Quote 0
                                      • D
                                        DTEAM @ExarKunIv
                                        last edited by DTEAM 8 Sept 2024, 18:23 9 Aug 2024, 17:14

                                        @ExarKunIv

                                        To play PS2 games like God of War II at fullspeed on Pi5 with Aethersx2, you must set EE Cycle Skipping at Maximum Underclock (major impact) and Disable Cheats. Affinity Control Mode is set on Performance Cores. I don't see major changes with the last two settings.

                                        I also overclocked my Pi5 . Don't know if it has a positive impact.

                                        E D T 3 Replies Last reply 9 Aug 2024, 17:43 Reply Quote 3
                                        • E
                                          ExarKunIv @DTEAM
                                          last edited by 9 Aug 2024, 17:43

                                          @DTEAM good to know, thanks for figuring it out

                                          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                          Maintainer of RetroPie-Extra .

                                          D 1 Reply Last reply 10 Aug 2024, 14:48 Reply Quote 0
                                          • First post
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            [[user:consent.lead]]
                                            [[user:consent.not_received]]