Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| hbcm5 [2025/06/06 13:55] – assa | hbcm5 [2025/06/06 14:03] (current) – assa | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| < | < | ||
| + | ==== Cooling ==== | ||
| + | The HackberryPi CM5 ships with a passive heatsink. It should be adequate for most usage. Temperatures will go up to 70°C, which shouldn' | ||
| + | |||
| + | However, you can install an active cooler with a fan (like [[https:// | ||
| + | The following parameters [[os# | ||
| + | < | ||
| + | # Fan is cutting on at 40 degrees Celsius, | ||
| + | # it is going to drop it by 10 degrees at a fan speed of 200 | ||
| + | # temp=millicelsius | ||
| + | |||
| + | dtparam=fan_temp0=40000 | ||
| + | dtparam=fan_temp0_hyst=10000 | ||
| + | dtparam=fan_temp0_speed=200 | ||
| + | |||
| + | dtparam=fan_temp1=50000 | ||
| + | dtparam=fan_temp1_hyst=20000 | ||
| + | dtparam=fan_temp1_speed=225 | ||
| + | </ | ||
| + | Thanks to Discord user [[https:// | ||
| ==== Common issues ===== | ==== Common issues ===== | ||
| === CM5 with eMMC === | === CM5 with eMMC === | ||