How does one query info about the HW on the RockPi 4?
chip info/processor, etc?
/proc/cpuinfo doesn’t provide the usual Hardware/Revision/Model, but has serial#
On RaspberryPI we have vcgencmd for voltages/speeds/throttling, but that isn’t present.
I found dmidecode, but that doesn’t seem to be supported.
Are the other tools that provide this type of info?
While searching around I came across this log output from U-Boot, what dumps this stuff out?
Essentially, everyone is saying there is no tool for RockPi’s that shows the current throttling states, HW Info, revisions, etc, it seems.
Over in the RaspberryPi world, there are several tools and scripts folks have written, as well as package management HW info hooks and the like to make it easier for projects to detect and tune their install appropriately.
I guess that is a need that someone may fill eventually.
I was curious about the boot-up sequence, in case there was some tool that is being used to dump the HW info, which could then be leveraged for other needs, but I guess that stuff is all hard coded into the kernel itself?
Ah well.
Sure and memorize what the max is, which core is which, and the like.
That works on RaspberryPis too.
That isn’t really a tool, just a method to get current info.
Here is a Pi script output for reference:
Status: 0x0
Undervolted:
Now: NO
Run: NO
Throttled:
Now: NO
Run: NO
Frequency Capped:
Now: NO
Run: NO