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

Raspberry Pi 5 - official announcement

Scheduled Pinned Locked Moved General Discussion and Gaming
rpi5raspberry pi 5
599 Posts 67 Posters 482.4k 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.
  • W
    windg @retropieuser555
    last edited by 21 Dec 2023, 16:06

    @retropieuser555 i didn't check the window size, did you have success with the games?
    The real issue is that the developer don't work on this anymore, one critical update and emulator will stop working.

    My English isn't at a good level.

    R 1 Reply Last reply 21 Dec 2023, 17:45 Reply Quote 0
    • M
      mitu Global Moderator @mitu
      last edited by 21 Dec 2023, 16:45

      Hm, seems the core is requesting an OpenGL core context (3.3), but that's not available on the Pi. I'll take a look, maybe the Pi5 is mis-detected and the core doesn't get built with support for the GLES3 context (like it's doing on the Pi4).

      @roslof I can't reproduce the error, even with a new install of the lr-mupen64plus-next.
      Your log shows the error for lr-mupen64plus, however lr-mupen64plus is not available for 64bit ARM - are you running a 32bit system (with the 64bit kernel) ? It doesn't seems so, from the log you posted earlier. Can you try with the lr-mupen64plus-next core again and make sure you have either gl or glcore as Retroarch's video driver ?

      R 1 Reply Last reply 21 Dec 2023, 19:29 Reply Quote 0
      • R
        retropieuser555 @windg
        last edited by 21 Dec 2023, 17:45

        @windg said in Raspberry Pi 5 - official announcement:

        @retropieuser555 i didn't check the window size, did you have success with the games?
        The real issue is that the developer don't work on this anymore, one critical update and emulator will stop working.

        Yeah the games work fine. So load up the aethersx2 app without a rom, tell it where your ps2 bios is stored (can see you've done that based on your error above earlier).

        Then select settings > Graphics and set renderer to Vulkan. Then you should be all set to try some games

        Pi 5 4GB

        Retroflag GPI with raspberry pi zero 2 w/ wifi

        Retroachievements:- lovelessrapture

        1 Reply Last reply Reply Quote 1
        • C
          costin
          last edited by 21 Dec 2023, 19:12

          I've just installed RetroPie manually following the docs and advice in this thread (installed bookworm lite 64, ran retropie setup script from github, added kernel=kernel8.img to config.txt). It went ok but I couldn't configure it to run emulationstation on boot. Turns out that the retropie script detects "x11" platform and not "rpi", so it just creates a .desktop file. scriptmodules/system.sh detects the following:

          __platform_flags=([0]="" [1]="64bit" [2]="gl" [3]="vulkan" [4]="x11")

          C 1 Reply Last reply 21 Dec 2023, 19:23 Reply Quote 0
          • C
            costin @costin
            last edited by costin 21 Dec 2023, 19:23

            It seems the script tries to detect the platform based on the "Hardware" line in /proc/cpuinfo, but that line doesn't appear on my system. This page claims that the Hardware line isn't available (anymore?) and userspace code should use other ways to detect SoC.

            Edit: my /proc/cpuinfo is here.

            W M 2 Replies Last reply 21 Dec 2023, 19:34 Reply Quote 0
            • R
              roslof @mitu
              last edited by 21 Dec 2023, 19:29

              @mitu said in Raspberry Pi 5 - official announcement:

              Your log shows the error for lr-mupen64plus, however lr-mupen64plus is not available for 64bit ARM - are you running a 32bit system (with the 64bit kernel) ? It doesn't seems so, from the log you posted earlier. Can you try with the lr-mupen64plus-next core again and make sure you have either gl or glcore as Retroarch's video driver ?

              Hmm. Yes, very odd that lr-mupen64plus was installed (12/16). At this time, I no longer see it in retropie_setup's "main" section, so that's correct and the script is there, so that is proper. I nuked it from emulators.cfg and removed the folder completely so as not to distract...

              For the record, uname -a yields

              Linux retropie5 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
              

              For lr-mupen64plus-next, I'm still puzzled where the glcore logging is coming from.

              Primary retroarch.cfg:

              video_driver = "gl"
              

              I also temporarily renamed retroarch.cfg so it rebuilt a fresh one and same issue occurs.

              I checked for overrides in configs/n64/retroarch.cfg for video_driver and scanned the n64 directory and couldn't find anything of interest.

              Will keep looking. Since I may be the only person with this problem, I'm thinking it's likely due to transferring some configs and such from the rpi4b, but I was fairly careful with this and never really played with glcore.

              M 1 Reply Last reply 21 Dec 2023, 20:39 Reply Quote 0
              • W
                windg @costin
                last edited by windg 21 Dec 2023, 19:34

                @costin Someone else have the same issue recently. I didn't have this issue when i setup RetroPie 1 month ago, i don't know if something changes in the meantime. Here is the topic: https://retropie.org.uk/forum/topic/34901/autostart-to-es/3, it looks that you have to modify autostart.sh file, but i don't know what line, maybe @mitu can help with this.

                My English isn't at a good level.

                1 Reply Last reply Reply Quote 0
                • M
                  mitu Global Moderator @costin
                  last edited by mitu 21 Dec 2023, 20:18

                  @costin said in Raspberry Pi 5 - official announcement:

                  t seems the script tries to detect the platform based on the "Hardware" line in /proc/cpuinfo

                  It only looks for BCM and then it uses the Revision number to calculate the Pi model. But it seems the latest kernel removes any platform info (see https://github.com/raspberrypi/linux/issues/5783) so the detection fails.

                  You can run the setup with

                  sudo __platform=rpi5 ./retropie_setup.sh
                  

                  to skip the detection, until the platform query is fixed in RetroPie-Setup.

                  C 1 Reply Last reply 21 Dec 2023, 23:04 Reply Quote 1
                  • M
                    mitu Global Moderator @roslof
                    last edited by mitu 21 Dec 2023, 20:39

                    @roslof said in Raspberry Pi 5 - official announcement:

                    Linux retropie5 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux

                    You may be experiencing the mis-detection mentioned by @costin earlier. Can you re-install the -next core by starting the setup script with the platform override I posted earlier on ?

                    R 1 Reply Last reply 21 Dec 2023, 23:28 Reply Quote 0
                    • R
                      Retrodade
                      last edited by 21 Dec 2023, 20:40

                      Thank you for all your hard work and dedication!
                      looking forward to an official release at some point.
                      I just like to tinker on my retro-pie, like DBX says to me

                      1 Reply Last reply Reply Quote 0
                      • C
                        costin @mitu
                        last edited by 21 Dec 2023, 23:04

                        Sent https://github.com/RetroPie/RetroPie-Setup/pull/3823 to fix detection in setup script.

                        M 1 Reply Last reply 22 Dec 2023, 04:01 Reply Quote 0
                        • R
                          roslof @mitu
                          last edited by roslof 21 Dec 2023, 23:28

                          @mitu said in Raspberry Pi 5 - official announcement:

                          You may be experiencing the mis-detection mentioned by @costin earlier. Can you re-install the -next core by starting the setup script with the platform override I posted earlier on ?

                          Yup. You nailed it as always @mitu. I rebuilt with your recommendation sudo __platform=rpi5 ./retropie_setup.sh which yielded new RA-based errors. I needed to rebuild RetroArch and struggled a bit. I went ahead and merged in @costin 's changelist, rebuilt RetroArch and that took care of things for N64.

                          Cheers @mitu. Thank you as always.
                          Same to you, @costin. Perfect timing.

                          Update: Worth noting that although the previously suggested override allowed lr-mupen64plus-next to be built, I noted performance issues. I decided to rebuild it again without the override and using costin's update to system.sh and the performance issues are gone. Early check shows I can now run Star Wars Rogue Squadron at 2X/60.00 fps.

                          1 Reply Last reply Reply Quote 0
                          • R
                            roslof @DirtBagXon
                            last edited by 22 Dec 2023, 00:14

                            @DirtBagXon said in Raspberry Pi 5 - official announcement:

                            So @roslof - a name from the distant past... :)

                            :) Good to be on the same thread with you again.

                            ...so if you are just swapping configs from pre/post could be the issue.

                            Right, I'm actually sharing configs with the MFN version. Sounds like that's no-bueno and easy to sort. will try this in a bit.

                            Glad the FPS counter is of use, was a 2 line change so can be retrospectively added to any of the repos easily....

                            A great addition. Appreciated. Need to get a Sinden now... Yay, more toys.

                            Cheers DBX
                            -ros

                            1 Reply Last reply Reply Quote 0
                            • M
                              mitu Global Moderator @costin
                              last edited by 22 Dec 2023, 04:01

                              @costin said in Raspberry Pi 5 - official announcement:

                              Sent https://github.com/RetroPie/RetroPie-Setup/pull/3823 to fix detection in setup script.

                              That's not enough, since it only detects the Pi5, but all Pi models are affected.

                              C 1 Reply Last reply 22 Dec 2023, 09:52 Reply Quote 0
                              • C
                                costin @mitu
                                last edited by 22 Dec 2023, 09:52

                                @mitu I've added all the info I thought might be useful to the commit description, in case someone decides to go with another fix.

                                Thanks for help!

                                M 1 Reply Last reply 22 Dec 2023, 20:15 Reply Quote 0
                                • M
                                  mitu Global Moderator @costin
                                  last edited by 22 Dec 2023, 20:15

                                  @costin said in Raspberry Pi 5 - official announcement:

                                  @mitu I've added all the info I thought might be useful to the commit description, in case someone decides to go with another fix.

                                  We added a (similar) fix now in RetroPie-Setup, which should solve the problem of RPI being mis-detected with the latest RaspiOS kernel. Thanks for reporting it.

                                  1 Reply Last reply Reply Quote 5
                                  • L
                                    LivenCorpse
                                    last edited by 24 Dec 2023, 23:08

                                    From my own experience I didn't need that kernel=kernel8.img line in the boot configs up until I tried to run n64 emulators.

                                    I kept getting a segmentation fault in the runcommand.sh script initially. After searching around if anyone else encountered this problem I saw plenty of users in this thread working with n64 emulators just fine. That lead me to the kernel8 config and now all Mupen64 based emulators work... sortof. GlideN64 based emulators don't have audio, which sucks cause those ones have the best renderers it seems. Going in the right steps though.

                                    F 1 Reply Last reply 12 Jan 2024, 00:36 Reply Quote 1
                                    • S
                                      S_Dev88
                                      last edited by S_Dev88 26 Dec 2023, 19:05

                                      Has anyone had this issue with EmulationStation on the pi 5 after updating mesa to 23.3 and then updating sdl2?

                                      1ibEGL fatal: DRI driver not from this Mesa build ('23.3.1 (git-bcdc2b044d)' vs ‘23.2.1-1"bpo12+rpt2')

                                      If you update mesa alone to 23.3 there seems to be no issues but once you update sdl2 and reboot, EmulationStation will not load.

                                      1 Reply Last reply Reply Quote 0
                                      • B ByteThis referenced this topic on 27 Dec 2023, 15:37
                                      • R
                                        Retrodade
                                        last edited by 2 Jan 2024, 19:31

                                        Has anyone tried li-citrus for 3Ds in pi5?
                                        hoping it will work on a pi5
                                        Thank you

                                        1 Reply Last reply Reply Quote 0
                                        • G gvx64 referenced this topic on 6 Jan 2024, 05:09
                                        • M
                                          mechafatnick
                                          last edited by 11 Jan 2024, 07:21

                                          Did you guys have sound issues? everything else works for me (aside from 1fps in some games :D) but i don't get any sound at all. I've tried switching the engine between pulse/alsa

                                          M R 2 Replies Last reply 11 Jan 2024, 07:28 Reply Quote 0
                                          288 out of 599
                                          • First post
                                            288/599
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received