-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
cant show cpu temperature on Orangepi 5(with rk3588s) #1160
Comments
also cant show the cpu frequency |
I can confirm the temperature issue too on Orange Pi 5 with Kernel: 5.10.110-rockchip-rk3588 (ubuntu/debian & armbian). |
Can confirm, this also happens on Orange Pi 5 Plus |
Mapping the temperature sensors to the proper CPU topology is not implemented, cf. #1284. Is there some documentation available for the mapping? |
I'm not sure what you mean by that but sensors -u shows this
|
Let me explain (using a shortened version of your output):
This is all the temperatures reported for your Pi. There are temperatures not just for the CPU cores, but also for things like the GPU ( In code you can now filter for those sensors and you end up with the three readings that belong to the CPU itself (2x BIG, 1x little). The next step is identifying the CPU topology from the output of Currently detecting this topology is (somewhat) implemented for Intel CPUs (using the NB: The CPU of the Pi uses the so-called BIG.little architecture with a few fully capable CPU cores (BIG) and several, functionally reduced ones (little) to supplement. Hence the name. |
I have a hack for Rockchip Rk3588 #1411 |
I use Ubuntu jummy and install the htop (3.0.5-7build2)
this is
sensor -u
The text was updated successfully, but these errors were encountered: