I bought the Jetson Orin Nano Developer Kit and followed the guides to install on a NVME. Now I noticed the device having an issue with the fan not spinning. It twitches like the fan wants to start spinning but it does not move at all. Please advise as I just bought the board.
Hi,
Could you use jtop
to check weather the fan works normally?
Thanks
Hi,
Please share the result of the following command on your device.
$ cat /etc/nv_boot_control.conf
$ systemctl status nvfancontrol
Also, try manually adjust fan pwm
$ systemctl stop nvfancontrol
$ sudo su
# echo 255 > /sys/devices/platform/pwm-fan/hwmon/hwmon2/pwm1
Thanks
Hi,
It seems like the pwm1 back to 0.
Could you make sure the nvfancontrol stop and redo the echo 255?
Thanks
I stopped the service in the First screenshot.
As you can see from the message the fan is faulty. Can you please tell me the process to have this returned. It is very clear the fan is broken and not working as it should be.
Hi,
Seems like get the permission denied error.
Do you do sudo su
before adjust the pwm value?
sudo systemctl stop nvfancontrol
sudo systemctl status nvfancontrol
sudo su
echo 255 > /sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1
Thanks
No change It still returns to zero. Fan still does not move at all even if you try any other number.
Hi,
Got it.
Need your help to do following steps to confirm a fan problem.
- Reboot the system
- Execute
sudo jetson_clocks
- Attach a
dmesg
log for us to review.
Thanks
dlog.txt (60.5 KB)
Dmesg log as requested.
Hi,
Thank you for your assistance.
Seems that in latest JP stop nvfancontrol is not enough to control the fan in userspace.
Please follow the below steps and reply results.
Thanks
thermal_zone0/type:cpu-thermal
thermal_zone1/type:gpu-thermal
thermal_zone2/type:cv0-thermal
thermal_zone3/type:cv1-thermal
thermal_zone4/type:cv2-thermal
thermal_zone5/type:soc0-thermal
thermal_zone6/type:soc1-thermal
thermal_zone7/type:soc2-thermal
thermal_zone8/type:tj-thermal
root@drone-jetson:/sys/class/thermal# echo 255 > /sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1
root@drone-jetson:/sys/class/thermal# cat /sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1
0
root@drone-jetson:/sys/class/thermal#
So at this point can you tell me the RMA process?
Hi,
Thank you for your reply.
Please do the RMA process.
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.