...
Info |
---|
PSU, cables and accessories are not included in the box and are shipped in a separate box. |
What is the difference between industrial temperature Bedrock and commercial temperature one?
Industrial temperature Bedrock undergoes power-on testing below -40ºC and full system stress-testing at +85ºC. This ensures that all devices and the system as a whole withstands the extreme temperatures.
Worth noting that full system testing is more reliable than relying on the temperature rating of individual components and devices. In fact, industrial temperature Bedrock may include components that are not originally rated for industrial temperature and are qualified within the industrial temperature Bedrock system.
What metrics should be used to determine if Bedrock is thermally fine?
...
To verify that Bedrock is assembled properly and does not have thermal conduction failures, check these guidelines
DeltaT die to enclosure should not exceed 20ºC
DeltaT between two sides of Bedrock should not exceed 15ºC
It is advised to limit CPU power in BIOS to the minimum power that meets performance goals, in order to reduce temperatures
All secondary devices (RAM, SSD, NICs, power FETs) are conduction cooled and are not expected to overheat
How do I check the CPU clocks?
To see the clocks of the CPU you can use the following command: lscpu -e=mhz
To probe continuously you can use the command: watch -n 0.5 lscpu -e=mhz
This command will probe the CPU clocks every 0.5 seconds; you can change the probing time as you wish.