Jump to content

How does the NanoPC-T4 Armbian system use the onboard PWM fan interface?


laning

Recommended Posts

I bought a NanoPC-T4 development board designed by friendlyelec and installed the Armbian operating system. But the heat generated by the Rk3399 main control chip is too high. I bought an official PWM fan. According to the official wiki, the fan can work normally. However, under the same configuration under Armbian, the fan can’t work normally, so I What work needs to be done? Thanks.

Link to comment
Share on other sites

Check to see if the following is available: ls /sys/devices/virtual/thermal/thermal_zone0/trip_point_4_temp

 

As long as the kernel has all the correct bits in place, you should then be able to choose a trip point for when you want the fan to start running.

 

Example

echo "55000" | sudo tee /sys/devices/virtual/thermal/thermal_zone0/trip_point_4_temp

 

 

Link to comment
Share on other sites

2 hours ago, laning said:

for example kernel version 4.4. But why it works this way, I don't know. So can someone tell me why?

 

https://docs.armbian.com/User-Guide_FAQ/#why-does-hardware-feature-xy-work-in-old-kernel-but-not-in-more-recent-one

BTW. I have NanoPi M4V2 which by default comes with the fan. It works with Armbian out of the box, low rpm on idle, full on full load, when temp go up. So the problem is configuration.

Link to comment
Share on other sites

Mainline DTB has proper thermal zone configuration. The kernel can manage its temperature management on its own, there is no need for an error-prone userspace component to be involved. As long as the kernel binary has build all the necessary drivers, it works out-of-the-box.tmon-log.thumb.png.6da5ab5dd7bad9841c1094a705ebe8b4.png

Link to comment
Share on other sites

You are right. I'm a beginner and recently learned what DTS does. I think if I want to operate in a new version of the kernel system, I need to configure the kernel compilation file to make it work properly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines