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 487.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.
    • DarksaviorD
      Darksavior @Brunnis
      last edited by Darksavior

      @Brunnis Good to know, thanks. Right now, I've only set my cpu to 2.8Ghz and that's it. I'm not touching gpu speeds.

      @windg I rebuilt lr-flycast-dev and it still crashes. I also got the same crash when building from the guide on the flycast dev's github. Here's the log: https://pastebin.com/Tq7dynin

      mituM 1 Reply Last reply Reply Quote 1
      • retropieuser555R
        retropieuser555
        last edited by

        So I got my Pi 5 4GB with an active cooler and official power supply in the post. Having a quick go with a manual 64bit bookworm install on a regular SD card.

        Same as you @Darksavior can't get N64 working, tried all the various mupen64plus versions, the lr-core, and lr-parallel. Nothing will load and I get a segment fault.

        Same for flycast, I can build the lr-flycast and standalone but again segment faults.

        Saturn though, I got Saturn-beetle working and oh boy, Sega Rally, Daytona USA, House of the Dead. All working perfectly :-)

        Things like nes wouldn't load for me. lr-nestopia or lr-fceumm

        Killer Instinct 1 and 2, I know someone mentioned above, work great on lr-mame2003 for me. When it does the character tower scroll it pauses to load in the fight but then in gameplay it's perfect. Not sure if that pause is a mame problem or part of the original game.

        lr-dolphin I can get gamecube games (Wii ones seem to just crash) loading but still can't get the controller to work oddly. Fwiw wind waker the menu looks amazing and runs really smoothly. So given that's the engine of the game itself and not an fmv, hopefully it plays well.

        lr-desmume works pretty well; gave Hotel Dusk a shot as I know that intro can be a bit iffy on low powered machines, it runs fine and the 3d in the lobby at the start is ok. Good news considering drastic never had a rotate option so games like hotel dusk and last window were impossible to play.

        Pi 5 4GB

        Retroflag GPI with raspberry pi zero 2 w/ wifi

        Retroachievements:- lovelessrapture

        DarksaviorD K 2 Replies Last reply Reply Quote 2
        • DarksaviorD
          Darksavior @retropieuser555
          last edited by Darksavior

          @retropieuser555 I'm using lr-mesen for nes and that works. I haven't tried those other nes emus.

          lr-dolphin worked fine for me for wii. I'm using wbfs files if it matters. It's slow with 3d games.

          I've had controller issues but it might be the pi5. Sometimes I need to re-connect my sn30 pro on startup.

          1 Reply Last reply Reply Quote 1
          • mituM
            mitu Global Moderator @Darksavior
            last edited by

            @Darksavior said in Raspberry Pi 5 - official announcement:

            I rebuilt lr-flycast-dev and it still crashes.

            Can you boot with kernel=kernel8.img added to /boot/firmware/config.txt and see if you still get the crash with the new Flycast ?

            retropieuser555R WidgeW DarksaviorD 3 Replies Last reply Reply Quote 4
            • K
              kounabi22 @retropieuser555
              last edited by

              @retropieuser555 said in Raspberry Pi 5 - official announcement:

              Killer Instinct 1 and 2, I know someone mentioned above, work great on lr-mame2003 for me. When it does the character tower scroll it pauses to load in the fight but then in gameplay it's perfect. Not sure if that pause is a mame problem or part of the original game.

              can you test them in lr-mame?

              Currently running Retropie 4.7.19 on a Pi 4B 2GB
              Overclock Settings: CPU 2000, GPU 600.

              1 Reply Last reply Reply Quote 0
              • retropieuser555R
                retropieuser555 @mitu
                last edited by retropieuser555

                @mitu That did the trick thanks! standalone flycast, lr-flycast and lr-flycastdev, lr-mupen64plus,lr-pscx-rearmed all boot now. 007 goldeneye has no slowdowns in the Dam that it usually has bumped up a few resolutions to 1440x1080 (edit:- sorry this is meaningless I forgot to change native resolution to a multiple)

                Pi 5 4GB

                Retroflag GPI with raspberry pi zero 2 w/ wifi

                Retroachievements:- lovelessrapture

                1 Reply Last reply Reply Quote 0
                • WidgeW
                  Widge @mitu
                  last edited by

                  @mitu This worked for me too. Thanks mitu

                  1 Reply Last reply Reply Quote 0
                  • DarksaviorD
                    Darksavior @mitu
                    last edited by Darksavior

                    @mitu Yes, that works. It also made n64 work. Thanks. So, this kernel8 is a non-optimized kernel for the pi5?

                    It looks like lr-flycast-dev does take advantage of vulkan. 1440x1080 internal res with 1080p output res was getting me ~50fps with Sonic Adventure 2 with gl. Vulkan made it 60fps with minor unnoticeable dips.

                    lr-mupen64plus-next didn't do so well with Goldeneye. It seems to handle 2x internal res at 1080p output res until I turn on the first level and then I get major dips. No change if it's native res. I chose vulkan for it but it used glcore.

                    mituM 1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator @Darksavior
                      last edited by mitu

                      @Darksavior said in Raspberry Pi 5 - official announcement:

                      @mitu Yes, that works. It also made n64 work. Thanks. So, this kernel8 is a non-optimized kernel for the pi5?

                      No, it's a kernel with 4KB pages, instead of 16KB that's the default for Pi5 (and the reason this doesn't happen on a PI4).

                      Some applications/libraries assume 4KB and they won't work with the default Pi5 kernel choice. There are a few issues reported for Bookworm on the bookwom-feedback tracker:

                      • https://github.com/raspberrypi/bookworm-feedback/issues/107 - this lists Wine/Win64/Box86 not working
                      • https://github.com/raspberrypi/bookworm-feedback/issues/91 - Scratch 3

                      For now I think it's enough as a workaround, but I'm wondering why this happens just on Linux. AFAIK, Flycast works on modern macOS when running on Apple Silicon (M1/M2 chips) and macOS works with 16KB pages only on those ARM systems.

                      retropieuser555R 1 Reply Last reply Reply Quote 2
                      • retropieuser555R
                        retropieuser555 @mitu
                        last edited by

                        @mitu given that bug stops things like Scratch I'm sure it'll get fixed pretty quick, can't imagine pi foundation will be happy that's not working

                        Pi 5 4GB

                        Retroflag GPI with raspberry pi zero 2 w/ wifi

                        Retroachievements:- lovelessrapture

                        mituM 1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @retropieuser555
                          last edited by mitu

                          @retropieuser555 said in Raspberry Pi 5 - official announcement:

                          @mitu given that bug stops things like Scratch I'm sure it'll get fixed pretty quick, can't imagine pi foundation will be happy that's not working

                          It doesn't seem to be an OS issue, more like an application issue. The Asahi Linux project stumbled upon this when running Linux on the Apple Silicon - see https://github.com/AsahiLinux/docs/wiki/Broken-Software.

                          retropieuser555R 1 Reply Last reply Reply Quote 0
                          • retropieuser555R
                            retropieuser555 @mitu
                            last edited by retropieuser555

                            XNU (macOS) gets around this by supporting independent page sizes in userspace, however we have no such mechanism in Linux and likely never will.

                            Oh right. So basically software will need a fix in each case?

                            @Darksavior

                            At this time, emulators need optimizing and fixing.

                            100% agree, I haven't touched an overclock at all and it doesn't feel like the system is necessarily struggling with things. I doubt most users will attempt or worry about 2x 3x resolutions for games and such. Maybe have it as an option like with mupen64plus on the pi4. I'll give lr-mesen a go given that lets you do the texture packs anyway

                            Oh and I opened a bug report for flycast and it might be as simple as this, I'll try later on. If it works, would it work if there's a check in the lr-flycast or flycast script if it's arm-cortex a76?

                            https://github.com/flyinghead/flycast/issues/1288

                            Pi 5 4GB

                            Retroflag GPI with raspberry pi zero 2 w/ wifi

                            Retroachievements:- lovelessrapture

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @retropieuser555
                              last edited by

                              @retropieuser555 said in Raspberry Pi 5 - official announcement:

                              If it works, would it work if there's a check in the lr-flycast or flycast script if it's arm-cortex a76?

                              No.

                              1 Reply Last reply Reply Quote 0
                              • windgW
                                windg
                                last edited by windg

                                How are the temperatures-CPU usage with Saturn and GameCube games ?

                                My English isn't at a good level.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  StuMcBill
                                  last edited by

                                  I've got RetroPie manually installed over a Rasbian Lite Image no problem, is there an easy way I can transfer my existing emulation station / retroarch configuration from my Pi3 to my Pi5 - or is this not recommended?

                                  mituM 1 Reply Last reply Reply Quote 0
                                  • mituM
                                    mitu Global Moderator @StuMcBill
                                    last edited by

                                    @StuMcBill EmulationStation configs can be copied from /opt/retropie/configs/all/emulationstation between systems. If you have scraped your systems and stored the media in the ROMs folders, copying the folders should be enough.
                                    For RetroArch, what configs do you think you need ? Did you have overrides/shader presets, input remaps ?

                                    S DarksaviorD 2 Replies Last reply Reply Quote 0
                                    • S
                                      StuMcBill @mitu
                                      last edited by

                                      @mitu said in Raspberry Pi 5 - official announcement:

                                      @StuMcBill EmulationStation configs can be copied from /opt/retropie/configs/all/emulationstation between systems. If you have scraped your systems and stored the media in the ROMs folders, copying the folders should be enough.
                                      For RetroArch, what configs do you think you need ? Did you have overrides/shader presets, input remaps ?

                                      In all honesty the only things I think I’ve configured in Retroarch is a crt shader and cheats. Nothing I couldn’t recreate quickly. It’s the emulation station things I’d want to copy.
                                      Thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • DarksaviorD
                                        Darksavior @mitu
                                        last edited by Darksavior

                                        @mitu The gamecon driver is not working. https://pastebin.com/Qj7Z95KB
                                        If raphnet has the usb the adapter I want in stock then I'll switch to that someday.

                                        mituM 1 Reply Last reply Reply Quote 0
                                        • mituM
                                          mitu Global Moderator @Darksavior
                                          last edited by

                                          @Darksavior said in Raspberry Pi 5 - official announcement:

                                          @mitu The gamecon driver is not working. https://pastebin.com/Qj7Z95KB

                                          Looks like a build error, but regardless of that I suspect all of the GPIO related drivers are not working with the Pi5. Haven't taken a look at it yet; all the I/O is handled by the on-board RP1 chip and I think the current approach used by the GPIO drivers to read/write to the kernel memory will not work.

                                          DarksaviorD 1 Reply Last reply Reply Quote 1
                                          • DarksaviorD
                                            Darksavior @mitu
                                            last edited by

                                            @mitu No worries, I thought it might be a simple script fix.

                                            mituM 2 Replies Last reply 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.