Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPi | Re-implement "initial_turbo" #3147

Closed
MichaIng opened this issue Oct 8, 2019 · 2 comments
Closed

RPi | Re-implement "initial_turbo" #3147

MichaIng opened this issue Oct 8, 2019 · 2 comments
Milestone

Comments

@MichaIng
Copy link
Owner

MichaIng commented Oct 8, 2019

Bug has been fixed with recent testing firmware. We'll re-implement this useful feature most likely with v6.27 when this firmware update has been released: raspberrypi/firmware#1005

@MichaIng
Copy link
Owner Author

Nice, kernel release is already there. I made an initial reboot to check boot time with new firmware:

2019-10-10 18:14:49 root@micha:~# systemd-analyze
Startup finished in 3.498s (kernel) + 32.207s (userspace) = 35.705s
graphical.target reached after 32.107s in userspace

After setting initial_turbo=20:

2019-10-10 18:28:09 root@micha:~# systemd-analyze
Startup finished in 1.334s (kernel) + 10.063s (userspace) = 11.398s
graphical.target reached after 9.964s in userspace

Massive difference since RPi boots with powersave governor until it is set by own scripts, dietpi-set_cpu from within dietpi-preboot in our case.

@MichaIng MichaIng modified the milestones: v6.27, v6.26 Oct 10, 2019
MichaIng added a commit that referenced this issue Oct 10, 2019
+ RPi | config.txt: Re-add initial_turbo to default config, since the ondemand governor bug has been fixed with last kernel update: #3147
@MichaIng
Copy link
Owner Author

MichaIng commented Oct 10, 2019

Re-added: 1082b18
Offer to add it on update: 0aa36e5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant