Check Sensor Temperature

Follow the example below to check the sensor temperature of thermal_zone0.
  • Check the type of thermal_zone0:
    #cat sys/class/thermal/thermal_zone0/type cpu_thermal_zone
  • Check the temperature of thermal_zone0:
    #cat sys/class/thermal/thermal_zone0/temp 36000
    Note: The unit of temperature is mC, 36000 mC is 36 ℃。