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
First go to the hwmon-folder located in
/sys/class/hwmon
To read CPU temperature run
cat hwmon2/temp1_input
On STKa335x Tempmon is located in
/sys/devices/ocp.2/44e0b000.i2c/i2c-0/0-0019
From there run
cat temp1_input
To read the temperature go to
/sys/devices/soc.3/60000000.aips/63fc4000.i2c/i2c-1/1-0049
and execute
cat temp1-input
Tempmon is located in
/sys/class/hwmon/hwmon1
to read the temperature run
cat temp1_input