I am using the Jetpack 4.2 installed with the SDK manager. Everything is ok but the fan is not running. I searched in this forum. Someone said the fan speed can be tuned manually through sysfs handle but I cannot even find it in the system.
bash: cd: /sys/kernel/debug/tegra_fan: No such file or directory
Does anyone come across this issue ?
Thanks for any help.
kayccc
April 9, 2019, 1:32am
2
I have checked that thread before. The problem is that there is no sysfs handle of “/sys/kernel/debug/tegra_fan” in the system.
The board is shipped recently and the Jetpack 4.2 is installed through the NVIDIA SDK Manager.
kayccc
April 18, 2019, 3:25am
4
Hi vv_face,
At L4t BSP R32.1, it’s moved to other path
/sys/kernel/debug/tegra_fan/target_pwm changed to /sys/devices/pwm-fan/target-pwm
That’s mentioned at the thread I posted above.
Thanks
kayccc:
Hi vv_face,
At L4t BSP R32.1, it’s moved to other path
/sys/kernel/debug/tegra_fan/target_pwm changed to /sys/devices/pwm-fan/target-pwm
That’s mentioned at the thread I posted above.
Thanks
Hi Kayccc, I flashed my TX2 with Jetpack4.2. When I tried the following commands, the ternimal says “permission denied”, why?
sudo nvpmodel -m 0
echo 255 > /sys/devices/pwm-fan/target-fan
You may be lacking root permission. Try this:
sudo su
# Below R32.1
echo 255 > /sys/kernel/debug/tegra_fan/target_pwm
# Or this from R32.1
echo 255 > /sys/devices/pwm-fan/target-fan
exit
I am using the Jetpack 4.2 installed with the SDK manager. Everything is ok but the fan is not running. I searched in this forum. Someone said the fan speed can be tuned manually through sysfs handle but I cannot even find it in the system.
bash: cd: /sys/kernel/debug/tegra_fan: No such file or directory
Does anyone come across this issue ?
Thanks for any help.
Yes, i have the same problem. @@ i flash my agx xavier with jetpack 4.2.1
Have you fixed it? :D
Type executing this command before:
sudo su