Table of Contents

Reading CPU-temperature with Tempmon

Temperature will be displayed in 4-5 digits with the last 3 digits being decimal places.

For example:

6512 = 6.512°C

26345 = 26.345°C

On STKa6x BSP rev.106

First go to the hwmon-folder located in

/sys/class/hwmon 

To read CPU temperature run

cat hwmon2/temp1_input 

On STKa335x BSP rev.102

On STKa335x Tempmon is located in

/sys/devices/ocp.2/44e0b000.i2c/i2c-0/0-0019 

From there run

cat temp1_input 

On STKa53 BSP rev.109

To read the temperature go to

/sys/devices/soc.3/60000000.aips/63fc4000.i2c/i2c-1/1-0049 

and execute

cat temp1-input 

On STKa28 BSP rev.109

Tempmon is located in

/sys/class/hwmon/hwmon1 

to read the temperature run

cat temp1_input