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

disable_pvt unknown after boot, replacement? #640

Closed
natevw opened this issue Aug 11, 2016 · 1 comment
Closed

disable_pvt unknown after boot, replacement? #640

natevw opened this issue Aug 11, 2016 · 1 comment

Comments

@natevw
Copy link

natevw commented Aug 11, 2016

I am trying to figure out why rpitx, which does some serious GPIO "bitbanging"-type stuff, is glitching out on my Raspberry Pi 3: F5OEO/rpitx#29

The recommendation for these sorts of things, e.g. see issue #497, is to set disable_pvt=1 in config.txt. There was a bug with that setting that needed to be fixed, but I'm running the latest NOOBS Raspbian (2016-05-27) from half a year after that same issue was closed, so I'm assuming I have the fix.

What's curious, however, is that even with my text setting in place, vcgencmd get_config disable_pvt says the setting is "unknown"! When I tried to research this a bit more I came across ac0c0bf which includes a change "Remove disable_pvt option"!

Am I understanding that commit message correctly? I can't seem to find the actual source change there — perhaps this is still the infamous closed source part of the system? — but it would be great if there were a bit more info on this change.

Is it expected that disable_pvt=1 will no longer work? Is there a replacement?

@popcornmix
Copy link
Contributor

We no longer do the slow part of the PVT that required disabling sdram so the setting is no longer needed.
You shouldn't get periodic pauses caused by the sdram being disabled any more.
Just remove disable_pvt=1 from config.txt (although leaving it there is harmless) and you will be fine.

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

2 participants