How does your CPU identify itself? #6596
Replies: 2 comments 4 replies
-
AMD Zen 3:
RPi 4 and Zero W: |
Beta Was this translation helpful? Give feedback.
-
Since there is zero consistency about this and it can change between Kernel versions, are you sure that you want to maintain such for the dashboard? The Best really would be to use a crate for this, i.e. let others do this maintenance efforts for a crate which does exactly only that. Ah we use already one, isn't it? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm currently working on rewriting a large section of DietPi-Dashboard. One of the goals of this rewrite is to show more accurate CPU temperature values. To do this, I would like to see how different CPUs identify themselves in the temperature interface.
Below is a small bash script that you can run. It will return a formatted list of everything that has a readable temperature on your system. If you can, please post the output of this script in the discussion, along with the CPU/SBC that it was run on. Note that it might return values that aren't for your CPU, and you can remove them if you'd like.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions