-
Notifications
You must be signed in to change notification settings - Fork 44
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
Pi Zero W running underclocked #841
Comments
Not sure what you did, but the overclocking profiles has not been updated for a long time Please look at your /boot/config.txt which values are currently used Edit: Could you please post output of Thanks |
The 700/250 were the default values, that's why I tried to go to the overclocking menu. I don't have the system installed at the moment, I'll try a fresh install tomorrow. |
Ok, so please post output when you're ready again 😄 I'll try to fix that function asap |
So, I just flashed a fresh image (12.5.2017). xbian@xbian ~ $ vcgencmd measure_clock arm Just so I could make sure it wasn't me screwing something up. The outputs:
(hope I didn't mess up the styling of this, I'm not familiar with github styling. |
Your styling is perfect 👍 I'm wondering about
this values. Did you try overclock function again? Or is governor set to ondemand?
|
Nope, I didn't touch anything. That's how it runs from a fresh install. The only thing I did was to set it up to connect to my Wifi.
|
Hmmm, thats weird. Could you please show me /boot/config.txt, to make sure that there are no overclock values set (performance is that what I was expecting) Thanks |
|
Strange, no idea where that *_freq parameters came from. Could you please delete them and look if they are back when you reboot Pi? Anyway, now I have all informations needed for fixing the overclocking module if xbian-config When finished, there will be at least new package |
Deleted the values, didn't come back. Seems like the correct values are in place now?
So, I'm not exactly a coder, but am I right in that XBian detects the device wrongly as Pi 1 during first boot or installation? Because those values were there from the start, I didn't even touch xbian-config. Edit: I remember LibreELEC mentioning they coded in support for Pi W specifially in the last release notes, and compared to newest XBian, it's MUCH snappier (like, completely different experience). Maybe there needs to be something added for support? |
Yeah, seems that initial boot is doing some strange things. But could not found place there this has been done Edit: |
Well, the problem still persists. Even after having the right clock set up, I'm not able to play most x264 720p files. It will just freeze up every few seconds. Seems like XBian just doesn't work on Zero W. |
Probably you have WLAN issue, the onboard WLAN adapter is really not reliable |
I looked for special settings needed for Zero W, but there is no need to change anything. Standard RPi1 kernel and Kodi build for RPi1 has to work flawlessly on 0W, and that overclock issue I have already figured out where this came from. |
It's definitely not WLAN issue, because LibreELEC is running all of the videos flawlessly... |
For some reason Xbian runs Pi Zero W way underclocked - after installing I noticed a huge slowdown compared to LibreELEC, and found out that Xbian is running ARM at 700Mhz and core at 250, while the native clock should be 1000/400. Overclocking in xbian-config suggested 850Mhz ARM and then quit with an error. Is the system installing a profile optimized for RPi 1?
The text was updated successfully, but these errors were encountered: