You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: