logoalt Hacker News

snvzzyesterday at 11:59 PM1 replyview on HN

>The active cooler (fan) doesn't work because of missing pwm/clock drivers (some work is in-progress).

Wait what? How is this the OS's sole role?

What is the mcu the rpi5 has onboard even for?


Replies

dragontamertoday at 12:22 AM

> How is this the OS's sole role?

Embedded Design.

A PWM driver (or a hardware timer) will handle the nanosecond-to-nanosecond wait states and counts, but the OS has to still setup the hardware timer to send the right PWM wave down to the system.

Besides, the OS should have some degree of custom fan controls for any modern computer, embedded or not. My PC can control all of my fans for example.

show 1 reply