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

    Raspberry Pi Zero W?

    Scheduled Pinned Locked Moved General Discussion and Gaming
    raspberry pi 0wifileak
    85 Posts 23 Posters 70.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.
    • FlavorF
      Flavor @Dochartaigh
      last edited by Flavor

      @Dochartaigh A "non-profit" doesn't necessarily exist to help people outside of the company. No, I guess I don't care to try to explain here. I think this thread has been sufficiently derailed already.

      Has anyone done any more testing/development using RetroPie on the Raspberry Pi Zero W?

      I keep hoping that our Raspberry Pi Zero W order will arrive, as we want them to work well on the http://gamepieadvance.com/ project. I'm assuming that I will need to switch over to the new image to get it up and running.

      Update: I actually received a Pi Zero W in the mail today. It might be too late to try it out today, though.

      http://www.flashmasta.com
      http://www.gamepieadvance.com

      1 Reply Last reply Reply Quote 1
      • FlavorF
        Flavor
        last edited by

        The IMG posted here booted fine, but I wanted my image to work. Just grabbing the new /boot files worked fine, but I used

        sudo apt-get update
        sudo apt-get dist-upgrade
        

        on my old Pi Zero and then moved the SD over to my Pi Zero W. I also placed a wifikeyfile.txt with contents like the following in my SD's boot partition. Then in the RetroPie WiFi menu, I could import the credentials, and it connected easily.

        ssid="WIFI BASE SSID"
        psk="Secret Key"
        

        P.S. Thanks @BuZz. Also thanks to help from https://www.reddit.com/r/RetroPie/comments/5yppft/make_retropie_compatible_with_the_raspberry_pi/

        http://www.flashmasta.com
        http://www.gamepieadvance.com

        1 Reply Last reply Reply Quote 0
        • F
          Fish
          last edited by

          I used the posted image on a zero W today and it booted fine. Obviously slower than the 3 that I am used to, but it booted into ES just fine. Set up wifi and a bluetooth keyboard and started moving roms over.

          1 Reply Last reply Reply Quote 1
          • C
            CKidwell @BuZz
            last edited by

            @BuZz First I would like to say Thank You! I do have a question for you, I've got an external LED connected to a ground and GPIO14 like I did previously on a Pi Zero and it always worked, however on the Zero W it lights up for a moment and then turns off rather than just staying on to show when it's powered. Any chance there is something I can do in the software on my end to get this working that you would be aware of?

            D BuZzB adamspcA 3 Replies Last reply Reply Quote 0
            • D
              Dochartaigh @CKidwell
              last edited by Dochartaigh

              So BuzZ's uploaded images are 4.1.18 or 4.1.20, right? (thank you for updating those and uploading them)

              How hard is it to update (or I guess add) ONLY the Bluetooth and WiFi drivers to a Zero running 4.1.0?

              I ask because anything past 4.1.5 on the Pi Zero and I loose up to maybe 5+ FPS on many of the emulators (especially SNES is borderline unplayable). And yes, I've tested it on like 10x different Zero's on all sorts of different hardware and compared to the stock non-updated 4.1.0 image it's quite drastic...

              FlavorF 1 Reply Last reply Reply Quote 0
              • FlavorF
                Flavor @Dochartaigh
                last edited by Flavor

                @Dochartaigh Here's an option you could try. Take an image of your Pi Zero SD card. Put it on a new SD (or just use the same one now that you have a backup image). Use the method in this video, but grab the files from here: https://github.com/raspberrypi/firmware/tree/master/boot.


                I don't recall offhand which files you need, but I think it's in the video.

                http://www.flashmasta.com
                http://www.gamepieadvance.com

                BuZzB 1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators @Flavor
                  last edited by BuZz

                  @Flavor That isn't needed - can just update via retropie-setup (need to update underlying system packages for zero support) or via sudo apt-get update; sudo apt-get dist-upgrade. No need to manually copy any firmware files.

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  FlavorF D 3 Replies Last reply Reply Quote 0
                  • BuZzB
                    BuZz administrators @CKidwell
                    last edited by

                    @CKidwell said in Raspberry Pi Zero W?:

                    @BuZz First I would like to say Thank You! I do have a question for you, I've got an external LED connected to a ground and GPIO14 like I did previously on a Pi Zero and it always worked, however on the Zero W it lights up for a moment and then turns off rather than just staying on to show when it's powered. Any chance there is something I can do in the software on my end to get this working that you would be aware of?

                    No idea sorry - you could ask over at the raspberrypi.org forums, or if you think it's a bug you could report it to the raspberrypi firmare github.

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    1 Reply Last reply Reply Quote 0
                    • FlavorF
                      Flavor @BuZz
                      last edited by Flavor

                      @BuZz But I got the impression that he didn't want to update any other packages. I'm sure he could use apt to select specific ones. I'm not sure, offhand, which ones, though.

                      Also, the manual copy method is nice if you have access to the SD, but not a terminal/keyboard on the Pi.

                      http://www.flashmasta.com
                      http://www.gamepieadvance.com

                      1 Reply Last reply Reply Quote 0
                      • D
                        Dochartaigh @BuZz
                        last edited by Dochartaigh

                        @BuZz said in Raspberry Pi Zero W?:

                        @Flavor That isn't needed - can just update via retropie-setup (need to update underlying system packages for zero support) or via sudo apt-get update; sudo apt-get dist-upgrade. No need to manually copy any firmware files.

                        Thanks, that updates the kernel too though, right? From my past topics I think we couldn't quite find out, if through updating, it was RetroPie itself or the Kernel that is causing my loss of performance.

                        And that will leave my RetroPie and everything dealing with that BESIDES the wifi/bluetooth drivers themselves alone? ...sorry, I always get worried about updating as I've had all these problems on the Pi Zero whenever I go above 4.1.5 (Pi 3 is always fine though thankfully!).

                        1 Reply Last reply Reply Quote 0
                        • adamspcA
                          adamspc @CKidwell
                          last edited by

                          @CKidwell said in Raspberry Pi Zero W?:

                          @BuZz First I would like to say Thank You! I do have a question for you, I've got an external LED connected to a ground and GPIO14 like I did previously on a Pi Zero and it always worked, however on the Zero W it lights up for a moment and then turns off rather than just staying on to show when it's powered. Any chance there is something I can do in the software on my end to get this working that you would be aware of?

                          Add this to your config.txt
                          dtoverlay=gpio-poweroff,gpiopin=14,active_low="y"

                          I understand it's related to the bluetooth affecting the TX pin. That's how I fixed mine.

                          https://www.othermod.com

                          1 Reply Last reply Reply Quote 0
                          • FlyingTomahawkF
                            FlyingTomahawk
                            last edited by FlyingTomahawk

                            I tried to setup my FC30 8bitdo controller with my Pi Zero W used RetroPie image version 4.1.20 from the google drive link above.
                            During the setup process (following the Docs guide) I get this message.

                            alt text

                            Tried it 4-5 times with the same result.
                            I then gave it a try on my Pi Zero 1.3 with Zero4U attached to it and all went just fine.
                            Anyone else has a 8Bitdo controller successfully installed?

                            FruitybitF 1 Reply Last reply Reply Quote 0
                            • FruitybitF
                              Fruitybit @FlyingTomahawk
                              last edited by

                              @FlyingTomahawk
                              http://www.uugear.com/portfolio/is-zero4u-compatible-with-raspberry-pi-zero-w/

                              Looks like they're on it, I'll need a ring myself!

                              FlyingTomahawkF 1 Reply Last reply Reply Quote 0
                              • FlyingTomahawkF
                                FlyingTomahawk @Fruitybit
                                last edited by FlyingTomahawk

                                @Fruitybit said in Raspberry Pi Zero W?:

                                @FlyingTomahawk
                                http://www.uugear.com/portfolio/is-zero4u-compatible-with-raspberry-pi-zero-w/

                                Looks like they're on it, I'll need a ring myself!

                                I have two Pi Zeros one normal v1.3 with a Zero4U attached to it and one plain Pi Zero W v1.1.
                                I used the Zero4U on my regular Zero so that I can use a WiFi and Bluetooth dongle.
                                But you're right it should work with Ferrite ring on a Zero W.

                                Now my problem is I cannot setup my FC30 8Bitdos with the Pi Zero W.
                                But I had no problems setting them up on my regular Zero 1.3

                                FruitybitF 1 Reply Last reply Reply Quote 0
                                • FruitybitF
                                  Fruitybit @FlyingTomahawk
                                  last edited by

                                  @FlyingTomahawk Sorry, I thought you were using zero4u with the pi0w, wherever there's a stick I'm on the wrong end of it!

                                  1 Reply Last reply Reply Quote 1
                                  • D
                                    Dochartaigh @BuZz
                                    last edited by Dochartaigh

                                    @BuZz said in Raspberry Pi Zero W?:

                                    @Flavor That isn't needed - can just update via retropie-setup (need to update underlying system packages for zero support) or via sudo apt-get update; sudo apt-get dist-upgrade. No need to manually copy any firmware files.

                                    I'm stuck on the rainbow screen on my Pi Zero W just like these two people. How would I run these apt-get's if the Zero W is frozen on that screen?

                                    Hope I don't have to re-do everything for the 45,768th time and spend another 2.5 weeks scraping everything again...

                                    EDIT For anybody experiencing the above, update your Pi when it's on a regular Pi Zero. When you then switch the SD card to the Pi Zero W it'll launch RetroPie as usual. I'm still testing the WiFi and Bluetooth but it seems to work.

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      SIB217 @tashman
                                      last edited by

                                      @tashman I went to the Drive link, but the images are not there. Does anyone have the working image for the Pi Zero W?

                                      Thanks!

                                      herb_fargusH 1 Reply Last reply Reply Quote 0
                                      • herb_fargusH
                                        herb_fargus administrators @SIB217
                                        last edited by

                                        @SIB217 https://retropie.org.uk/download

                                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          SIB217 @herb_fargus
                                          last edited by

                                          @herb_fargus I've tried this image and it doesn't work with the Pi Zero W. I thought there was an updated img that people were using?

                                          tashmanT 1 Reply Last reply Reply Quote 0
                                          • tashmanT
                                            tashman @SIB217
                                            last edited by

                                            @SIB217

                                            The standard 0/1 image on the download page should now work with a Pi Zero W. Can you try it again? If it's still not working please let us know the exact issue you're seeing.

                                            S 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.