Internal Thermal sensors are disabled in axon lite

In Axon lite
All internal thermal sensors are set as disabled

Is it because of some issues that you have done it intentionally?

If not can you please guide how to turn them on?

Axon Lite: tsadc node was kept disabled in the past kernel builds.
The latest kernel package exposes all the thermal zones properly at

ls -la /sys/class/thermal/
total 0
drwxr-xr-x  2 root root 0 Aug 12 12:15 .
drwxr-xr-x 83 root root 0 Jan  1  2021 ..
lrwxrwxrwx  1 root root 0 Jan  1  2021 cooling_device0 -> ../../devices/virtual/thermal/cooling_device0
lrwxrwxrwx  1 root root 0 Jan  1  2021 cooling_device1 -> ../../devices/virtual/thermal/cooling_device1
lrwxrwxrwx  1 root root 0 Jan  1  2021 cooling_device2 -> ../../devices/virtual/thermal/cooling_device2
lrwxrwxrwx  1 root root 0 Jan  1  2021 cooling_device3 -> ../../devices/virtual/thermal/cooling_device3
lrwxrwxrwx  1 root root 0 Jan  1  2021 cooling_device4 -> ../../devices/virtual/thermal/cooling_device4
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone0 -> ../../devices/virtual/thermal/thermal_zone0
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone1 -> ../../devices/virtual/thermal/thermal_zone1
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone2 -> ../../devices/virtual/thermal/thermal_zone2
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone3 -> ../../devices/virtual/thermal/thermal_zone3
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone4 -> ../../devices/virtual/thermal/thermal_zone4
lrwxrwxrwx  1 root root 0 Jan  1  2021 thermal_zone5 -> ../../devices/virtual/thermal/thermal_zone5


Zone0: SoC Temp
Zone1: Big Core Temp
Zone2: Little Core Temp
Zone3: DDR Temp
Zone4: NPU Temp
Zone5: GPU Temp

To get the latest package, run the following commands

sudo apt update
sudo apt reinstall linux-image-6.1.75-axon-lite linux-headers-6.1.75-axon-lite

Or a simple apt update + upgrade will work fine if you are on an older build

Then perform a reboot to see your temps

Let me know if you face any issues.