RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Regarding v4.4

    Scheduled Pinned Locked Moved Help and Support
    bugslockup
    37 Posts 4 Posters 4.8k 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.
    • mituM
      mitu Global Moderator @RK1Gaming
      last edited by

      @rk1gaming Surround the text you pasted with four (4) backticks, one separate lines.

      1 Reply Last reply Reply Quote 0
      • RK1GamingR
        RK1Gaming
        last edited by

        I just got a brand new SD card and copied the image to it. Pu the card into the Pi, the initial install went fine and so did updating the system. I went to install the first package "DGEN" and it locked up. Why?

        mituM quicksilverQ 2 Replies Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @RK1Gaming
          last edited by

          @rk1gaming said in Regarding v4.4:

          Why?

          You should try determining if your problem is HW related - run a CPU stress program (like https://core-electronics.com.au/tutorials/stress-testing-your-raspberry-pi.html) and see if it still locks up. Locking is usually indicative of inadequate power supply or improper ventilation.

          1 Reply Last reply Reply Quote 0
          • RK1GamingR
            RK1Gaming
            last edited by

            I will try that, thank you.

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

              While looking the other day of the over the Raspbian updates, I've noticed they added a recent change in the firmware, specifically for the 3b+ model. The change is firmware:

              platform: Pi3 B+ reduce sdram freq to 450 while investigations are ongoing

              referencing a long thread in their forums (https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=208821) where lockups are reported for the new model. Some of the topic posters ran a stress test using memtester and got pretty reproducible lockups.

              If you manage to get a stress test that would lock up the system, you might try either to update to the latest firmware (via rpi-update) or add to your config.txt file

              sdram_freq=450
              

              and see if you get a more stable system.

              quicksilverQ 1 Reply Last reply Reply Quote 1
              • quicksilverQ
                quicksilver @mitu
                last edited by quicksilver

                @mitu isn't 450mhz the stock speed? What are they reducing from?

                mituM 1 Reply Last reply Reply Quote 0
                • RK1GamingR
                  RK1Gaming
                  last edited by

                  where do I add the line in config.txt?

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

                    @quicksilver For the 3B+, sdram_freq seems a bit different (500). If you have one, you can check with vcgencmd get_config int from a command line.

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

                      @rk1gaming Just add it at the end of the file, on a separate line. But, have you been able to run any of the stress tests I've been mentioning ?

                      1 Reply Last reply Reply Quote 0
                      • RK1GamingR
                        RK1Gaming
                        last edited by

                        No, but I was able to run a rom for 3 and a half hours just now.

                        1 Reply Last reply Reply Quote 0
                        • RK1GamingR
                          RK1Gaming
                          last edited by

                          by the way, I did have my Pi 3 B+ in a case and took it out. I have a ceiling fan kinda blow directly on the Pi and it still locked up after 3 hours. IDK!

                          1 Reply Last reply Reply Quote 0
                          • quicksilverQ
                            quicksilver @RK1Gaming
                            last edited by

                            @rk1gaming slightly off topic but why are you installing dgen?

                            1 Reply Last reply Reply Quote 0
                            • RK1GamingR
                              RK1Gaming
                              last edited by RK1Gaming

                              I installed it because it is a good SEGA Genesis emulator for Windows, at least it was.

                              quicksilverQ 1 Reply Last reply Reply Quote 0
                              • RK1GamingR
                                RK1Gaming
                                last edited by

                                I updated the raspberryPi's firmware and that seemed to do the trick. It doesn't lock up anymore. Thanks for all the help.

                                mituM 1 Reply Last reply Reply Quote 0
                                • quicksilverQ
                                  quicksilver @RK1Gaming
                                  last edited by

                                  @rk1gaming dgen is pretty outdated and doesn't have the benefit of retroarch controls. In most cases the default emulators that have been selected by the retropie team work best. For Genesis use lr-genesisplusgx. Can also use lr-picodrive as an alternative if needed.

                                  1 Reply Last reply Reply Quote 0
                                  • RK1GamingR
                                    RK1Gaming
                                    last edited by

                                    thanks.

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

                                      @rk1gaming Glad you got it sorted out. Just for curiosity, can you run vcgencmd get_config int from the terminal and post the output ?

                                      1 Reply Last reply Reply Quote 0
                                      • RK1GamingR
                                        RK1Gaming
                                        last edited by RK1Gaming

                                        arm_freq=1200
                                        audio_pwm_mode=514
                                        config_hdmi_boost=5
                                        core_freq=400
                                        desired_osc_freq=0x33e140
                                        desired_osc_freq_boost=0x3c45b0
                                        disable_commandline_tags=2
                                        disable_l2cache=1
                                        display_hdmi_rotate=-1
                                        display_lcd_rotate=-1
                                        force_eeprom_read=1
                                        force_pwm_open=1
                                        framebuffer_ignore_alpha=1
                                        framebuffer_swap=1
                                        gpu_freq=300
                                        hdmi_force_cec_address=65535
                                        init_uart_clock=0x2dc6c00
                                        lcd_framerate=60
                                        over_voltage_avs=25000
                                        over_voltage_avs_boost=0x1e848
                                        over_voltage_sdram_p=2
                                        pause_burst_frames=1
                                        program_serial_random=1
                                        sdram_freq=500
                                        sdram_schmoo=0x2000020
                                        1 Reply Last reply Reply Quote 0
                                        • ClydeC
                                          Clyde @mitu
                                          last edited by

                                          @mitu said in Regarding v4.4:

                                          Wrap the contents of the file in code tags (````) so it's readable.

                                          @quicksilver said in Regarding v4.4:

                                          @rk1gaming put four back tics (````) without the parenthesis before and after blocks of code

                                          Actually, three tics suffice. ๐Ÿ˜Œ

                                          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.