Jetson Orin NX Fan control

I’m not sure that it is default config of Jetson Orin NX’s Fan.

cat /etc/nvfancontrol.conf 
#
# Copyright (c) 2022, NVIDIA CORPORATION.  All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto.  Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
#

POLLING_INTERVAL 2

<FAN 1>
        TMARGIN ENABLED
        FAN_GOVERNOR cont {
                STEP_SIZE 10
        }
        FAN_CONTROL close_loop {
                RPM_TOLERANCE 100
        }
        FAN_PROFILE quiet {
                #TEMP   HYST    PWM     RPM
                0       0       255     6000
                10      0       255     6000
                11      0       187     4000
                31      0       187     4000
                70      0       0       0
                105     0       0       0
        }
        FAN_PROFILE cool {
                #TEMP   HYST    PWM     RPM
                0       0       255     6000
                35      0       255     6000
                70      0       0       0
                105     0       0       0
        }
        THERMAL_GROUP 0 {
                GROUP_MAX_TEMP 105
                #Thermal-Zone Coeffs Max-Temp
                CPU-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
                GPU-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
                SOC0-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
                SOC1-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
                SOC2-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
        }
        FAN_DEFAULT_CONTROL close_loop
        FAN_DEFAULT_PROFILE quiet
        FAN_DEFAULT_GOVERNOR cont
        KICKSTART_PWM 64

hello zeju00,

may I know what’s the questions?
it looks the same fan control profiling table from Jetpack public release.

I checked the config because I got the device recently from my colleague but I’m not sure it is default setting for fan.

However you told me it is public release version. Thanks