Giter Site home page Giter Site logo

Comments (6)

cp2004 avatar cp2004 commented on July 30, 2024 1

Can confirm that this works on all my Rpi4s, you need both as it clocks down when not at high demand (Like higher end CPUs) and screws up the timing.

from octoprint-rgb_status.

dexer12 avatar dexer12 commented on July 30, 2024

I already found some information, where it seems that the Pi4 is underclocking the core_freq to 200mhz when in idle mode. I could not test it yet, but i would give this a try:

core_freq=250
core_freq_min=250

As far as i understood what i've found. the core_freq=250 sets the core freq correctly but regarding the other behaviour of the Pi4 it will use a core_freq of down to 200 while being idle.
So maybe this could be fixed with setting the core_freq_min.

from octoprint-rgb_status.

EricHigdon avatar EricHigdon commented on July 30, 2024

@dexer12, can you share links to the docs where you found this info?

from octoprint-rgb_status.

dexer12 avatar dexer12 commented on July 30, 2024

I first found it here:
raspberrypi/linux#3381 (comment)

And in the documentation from raspberry here:
https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md

where you could see that the core_freq changes for example when enableing 4k 60 FPS Hdmi Mode.

from octoprint-rgb_status.

EricHigdon avatar EricHigdon commented on July 30, 2024

jgarff/rpi_ws281x#381 Indicates that this issue can be resolved by setting

core_freq=500 core_freq_min=500

I’ll give this a shot soon and implement it into the wizard if it works.

Note to self: I need a way to show the wizard again to someone who has already seen it if they are on an rpi4.

from octoprint-rgb_status.

unexist avatar unexist commented on July 30, 2024

I cannot confirm, that this solution works for my Ender 3 Pro/Rasp 4B and according to the docs this combination isn't supported at all:

https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md

core_freq is ignored as stated in the docs:

Changing core_freq in config.txt is not supported on the Pi 4, any change from the default will almost certainly cause a failure to boot.

And the allowed values for core_freq_min are 250 and 275, according to the table in the docs.

Additionally, when I use the suggested combination, I cannot establish any connection between my Ender and my 4B.

So what works for me so far is to just use core_freq=250 and core_freq_min=250, although I cannot say if the progress bar works at all, my current print job is at 0%.

(Will update later, if I can see any progress tho.)

Update: My progress bar is working again.
Update2: Looks like I forgot the initial suggestions, which works perfectly for me. :o

from octoprint-rgb_status.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.