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

    GPi Zero 2 v1.52 & GPi Zero v1.15(Retropie Images for Pi Zero/Zero2 + GPi Case 1 & GPi Case 2W)

    Scheduled Pinned Locked Moved Projects and Themes
    retroflag gpicustom imagecustom theme
    195 Posts 36 Posters 99.0k 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.
    • J
      jspot
      last edited by

      i'm having a problem with the dpad using this image i held down the start and up on d pad light flashes . dpad still doesnt work . am i missing something? or is there something to double check?

      J 1 Reply Last reply Reply Quote 0
      • J
        jspot @jspot
        last edited by

        @jspot updated to 1.5 working now

        1 Reply Last reply Reply Quote 0
        • G
          gadg3ts
          last edited by

          Hi, I've got v1.5 running a GPi and everything seems to work great, except steering in Mario Kart 64. Is there something extra special I should need to do to get that working?
          Changing axis to hat in the mupen64 InputAutoCfg.ini file doesn't seem to help at all.
          jstest /dev/input/js0 give the expected output but mupen seems to not be picking up those axes?
          I'm actually putting the device together for someone elses birthday, so any pointers would be appreciated.
          Thanks.

          retropieuser555R Sliver XS 2 Replies Last reply Reply Quote 0
          • retropieuser555R
            retropieuser555 @gadg3ts
            last edited by

            @gadg3ts its using lr-mupenplus right rather than the standalone mupen64plus emulator? In the gpi zero with a pi zero 2w I end up using the libretro version rather than the standalone as the standalone for me is really slow

            Pi 5 4GB

            Retroflag GPI with raspberry pi zero 2 w/ wifi

            Retroachievements:- lovelessrapture

            1 Reply Last reply Reply Quote 0
            • Sliver XS
              Sliver X @gadg3ts
              last edited by

              @gadg3ts

              Select+X > Controls > Port 1 Controls

              Set the following:

              Auto -1 (Key: up) Control Stick Y -
              Auto +1 (Key: down) Control Stick Y +
              Auto -0 (Key: left) Control Stick X -
              Auto +0 (Key: right) Control Stick X +

              Go back a menu, select "Save Core Remap File" to make it permanent.

              You can flip it back to the following to restore normal behavior (Remember to save the core override...):

              Auto -1 (Key: up) Up (digital)
              Auto +1 (Key: down) Down (digital)
              Auto -0 (Key: left) Left (digital)
              Auto +0 (Key: right) Right (digital)

              Note that this breaks the (Virtual) dpad, so games like Kirby that require it are unplayable unless you start remapping other buttons, which quickly became a case of trying to shoehorn a generalized config for an N64 controller into the GPi case's limited controls... This is impossible, so I left the mappings as default for the N64 core.

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

                @Sliver-X I've always wondered this with RetroArch or perhaps the runcommand, if there's anyway of running an if statement checking if the file name contains say "no mercy" and then it'll load a config file for those controls with RetroArch and the mupen64plus core? Just a thought anyway

                Pi 5 4GB

                Retroflag GPI with raspberry pi zero 2 w/ wifi

                Retroachievements:- lovelessrapture

                1 Reply Last reply Reply Quote 0
                • T
                  Twippy
                  last edited by

                  Hey, I don't own any GPi cases. Could I edit a .txt and get it working via HDMI? Getting a blank screen at the moment.
                  Ta.
                  Jamie

                  retropieuser555R Sliver XS 2 Replies Last reply Reply Quote 0
                  • retropieuser555R
                    retropieuser555 @Twippy
                    last edited by

                    @Twippy what do you own atm? Would make more sense to just use a regular RetroPie image if you're going for HDMI on a tv usually

                    Pi 5 4GB

                    Retroflag GPI with raspberry pi zero 2 w/ wifi

                    Retroachievements:- lovelessrapture

                    1 Reply Last reply Reply Quote 0
                    • Sliver XS
                      Sliver X @Twippy
                      last edited by Sliver X

                      @Twippy

                      Edit /boot/config.txt (This is on the Windows/Any OS Made In The 21st Century accessible partition created on the SD card) and remove the following:

                      ###gpicase###
                      boot_delay=3
                      dtoverlay=audremap,pins_18_19,swap_lr
                      display_rotate=1
                      dtoverlay=dpi24
                      overscan_left=0
                      overscan_right=0
                      overscan_top=0
                      overscan_bottom=0
                      framebuffer_width=320
                      framebuffer_height=240
                      enable_dpi_lcd=1
                      display_default_lcd=1
                      dpi_group=2
                      dpi_mode=87
                      dpi_output_format=0x6016
                      #hdmi_timings=320 0 28 18 28 480 0 2 2 4 0 0 0 60 0 32000000 6
                      hdmi_timings=240 1 38 10 20 320 1 20 4 4 0 0 0 60 0 6400000 1
                      avoid_safe_mode=1
                      disable_pvt=1
                      disable_audio_dither=1
                      extra_transpose_buffer=2
                      audio_pwm_mode=2
                      
                      dtparam=act_led_trigger=default-on
                      ###gpicase###
                      

                      When running a Pi Zero 2 on a TV, I also uncomment disable_overscan=1 and add the following lines to config.txt:

                      overscan_scale=1
                      hdmi_force_hotplug=1
                      hdmi_drive=2
                      

                      I'm not sure if it will prompt you to configure an input if it doesn't detect the GPi Case's controller: If so, just configure as usual, if not, the simplest way to fix this would be to connect a keyboard, hit ALT+F4 to drop to a command prompt and run:

                      sudo ~/RetroPie-Setup/retropie_setup.sh
                      

                      Then go to Manage Packages -> Core Packages -> emulationstation -> Configuration or
                      Configuration / Tools -> emulationstation and choose the option to Clear/Reset Emulation Station's input configuration.

                      Once it's all up and running, you'll probably want to disable mono sound mixing and get stereo sound back: Connect to your WiFi, enable SSH under the "Advanced Settings" menu and connect to the hostname "gpizero2" with the username pi and the password raspberry (Or just do this with a keyboard like the config reset step). Then run the following:

                      sudo echo "# default stereo mix" > /etc/asound.conf
                      

                      Reboot for the changes to take effect.

                      It would also probably be a good idea to remove the HDMI/LCD detection script and the GPi Case Safe Shutdown python daemon. From a command prompt, run:

                      sudo nano /etc/rc.local
                      

                      And remove the following two lines:

                      sudo /home/pi/gpihdmiout/detect.sh &
                      sudo python3 /opt/RetroFlag/SafeShutdown.py &
                      

                      Hit CTRL+X, then Y to save the changes.

                      Note that there are two minor issues I've found in 1.5 since I released it: lr-picodrive is not set as the default Sega CD emulator and apparently lr-gambatte maps L1/R1 to palette switching functions now that need disabled and saved as a core override so save state/state load work properly for Gameboy games.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SignedUp @Sliver X
                        last edited by SignedUp

                        @Sliver-X said in GPi Zero 2 v1.5 (Retroflag GPi Image for Pi Zero 2 W):

                        I have two units: Beside the negative battery terminal on the circuit board is printed "V 11" and the combination to change Dpad modes is Start+Up and Start+Left. The image works on both, but I'm aware there is another revision of the board that uses Select+Up and Select+Up. Is that the combination on yours?

                        I'm trying to trouble shoot a similar issue where the D-pad doesn't work on a fresh install of v1.5. The GPi case version looks like V11 D, do yours also have the 'D'?

                        Retroflag GPi case version.jpg

                        I've tried several SD cards and each time the D-pad doesn't work, although buttons seem to be ok. Switching to DC power rather than batteries fixed a random problem where Emulation Station would crash on first boot.

                        I haven't tried updating the bootloader on the Zero 2, so might try that after disassembling the GPi and connecting a screen etc.

                        If anyone has any suggestions I would be very grateful! Recalbox works fine, but definitely prefer your work here @Sliver-X if I can get it working!

                        obsidianspiderO Sliver XS 2 Replies Last reply Reply Quote 0
                        • obsidianspiderO
                          obsidianspider @SignedUp
                          last edited by

                          @SignedUp I can confirm that with my V11D case the D-pad does not work with the v1.5 image.

                          📷 @obsidianspider

                          1 Reply Last reply Reply Quote 0
                          • Sliver XS
                            Sliver X @SignedUp
                            last edited by Sliver X

                            @SignedUp

                            Neither of my units have a D on the PCB.

                            I configured the image on a unit set to "Axis" mode, which is Select+Left on these particular models. You've tried holding Select+Left or Start+Left for three seconds until the power LED flashes purple? Barring that, for whatever reason, does Select+Up or Start+Up do anything?

                            S 2 Replies Last reply Reply Quote 0
                            • S
                              SignedUp @Sliver X
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • S
                                SignedUp @Sliver X
                                last edited by SignedUp

                                @Sliver-X thanks for the follow up. I didn't realise there were key combo's that might change some kind of settings, so I've tried a few on this V11D case. I've tried these once the image has booted up to the main horizontal / icon menu. Only two seem to do anything:

                                • Hold Start + Up on D-pad = red power LED flashes purple momentarily, after about 4 secs of holding buttons. This works pretty reliably, but appears to do nothing other than flash the power LED. D-pad still doesn't work.

                                • About 1 time in 5-10 attempts, Start + Left on D-pad also flashes the power LED purple, after which the D-pad now works!

                                So if it isn't working for you, keep trying the holding down of Start + Left on the D-pad, for 4-5 seconds. Repeat and keep your fingers crossed until the Power LED momentarily flashes from Red to Purple and hopefully your D-pad will now work too.

                                Thanks again @Sliver-X for a great image (that I can now enjoy!) and for keeping track of this thread to trouble shoot this strange issue with different hardware versions of the GPi case.

                                Sliver XS 1 Reply Last reply Reply Quote 0
                                • Sliver XS
                                  Sliver X @SignedUp
                                  last edited by Sliver X

                                  @SignedUp

                                  You're welcome, glad that's what it was: I had created a new image that prompts for input config on first load in case this was actually some kind of hardware revision issue instead of the normal mode problem you encountered.

                                  I made some minor fixes as well: I think I've gotten the 50/50 chance of EmulationStation crashing on first boot after the data partition resize runs fixed, set lr-picodrive back as the default Sega CD emulator and replaced lib-fceumm with lib-fceumm-mod (Adds support for a lot more mappers while retaining Save State/SRM compatability with lr-fceumm). I may continue to poke around with it over the next couple of months and release it at some point.

                                  R 1 Reply Last reply Reply Quote 1
                                  • E
                                    EctoOne
                                    last edited by

                                    Would it be possible to provide the added scripts (I'm mostly interested in the Wi-Fi/Bluetooth Toggle scripts) as standalone package and maybe some more information about the other changes?

                                    I'm asking this because I just picked up a GPI Case 2 with a CM4 lite so I probably can't use the image itself.

                                    Sliver XS 1 Reply Last reply Reply Quote 0
                                    • Sliver XS
                                      Sliver X @EctoOne
                                      last edited by

                                      @EctoOne

                                      https://retropie.org.uk/forum/post/275566

                                      E 1 Reply Last reply Reply Quote 1
                                      • E
                                        EctoOne @Sliver X
                                        last edited by EctoOne

                                        @Sliver-X Oops, guess I was too lazy to scroll up. Although maybe it would be useful to add those links to the first post.

                                        Thanks anyway.

                                        Edit: I just looked at ssh, Bluetooth and WiFi script. Are those permanent changes that will stay after a reboot?

                                        Sliver XS 1 Reply Last reply Reply Quote 0
                                        • Sliver XS
                                          Sliver X @EctoOne
                                          last edited by Sliver X

                                          @EctoOne

                                          Yes, the changes they all make are persistent.

                                          edit

                                          I've also added links to the scripts and themes in the initial post of the thread.

                                          However, I would be hesitant about using the CPU Overclocking or Active CPU Cores scripts on anything but a Pi Zero 2, unless you make modifications to compensate for the hardware on a CM4/etc. All the others are hardware agnostic, but I did do bad practice and hardcoded /home/pi in a few places, which may present problems in the future as Raspian doesn't use the account pi by default anymore.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            EctoOne @Sliver X
                                            last edited by

                                            @Sliver-X No problem. Like I said, I'm just interested in the BT/WiFi script to save power. But does the rfkill method actually helps with that?

                                            I was thinking of this and also used to add the following to the config.txt for a different installation:

                                            dtoverlay=disable-wifi
                                            dtoverlay=disable-bt
                                            

                                            I don't know if that also works on a Pi Zero though, but would that be a better solution to save power?

                                            Sliver XS 1 Reply 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.