Skip to content

over_voltage has no effect on RPi Zero #668

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

Closed
Fourdee opened this issue Oct 1, 2016 · 3 comments
Closed

over_voltage has no effect on RPi Zero #668

Fourdee opened this issue Oct 1, 2016 · 3 comments

Comments

@Fourdee
Copy link

Fourdee commented Oct 1, 2016

As per: https://www.raspberrypi.org/forums/viewtopic.php?p=1045575#p1045575

over_voltage value has no effect on vcore when measured with vcgencmd measure_volts

Notes:

  • Zero 1.3
  • 4.4.21+
  • Performance CPU gov.
  • Get core voltage with: vcgencmd measure_volts
  • Default core voltage =1.3500V
over_voltage=6
volt=1.3500V
current_limit_override=1
over_voltage=8 | warranty bit now set
volt=1.3500V
@popcornmix
Copy link
Contributor

popcornmix commented Oct 23, 2016

current_limit_override has been a default setting for more than 3 years and the config.txt option no longer exists.
Try setting force_turbo=1 or temp_limit=86 to force warranty bit and allow over_voltage > 6

@Fourdee
Copy link
Author

Fourdee commented Oct 23, 2016

@popcornmix

Caused by same issue as: #667 (comment)

Setting initial_turbo=x prevents over_voltage=x being applied.

Disabling initial_turbo=x resolves issue:

root@DietPi:~# vcgencmd measure_volts
volt=1.4000V
root@DietPi:~# cat /DietPi/config.txt | grep over_volt
over_voltage=2
root@DietPi:~# cat /DietPi/config.txt | grep initial_tur
#initial_turbo=20

@JamesH65
Copy link
Contributor

Closing this issue as questions answered/issue resolved.

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

No branches or pull requests

3 participants