Part Number: AM62xx
Hi all,
We need support on reading SOC temperature for Sitara Platform AM62xx.
Is it validated with your SDK on AM62-EVM ? Please share documents to do this functionality.
Thanks & regards,
Gokul
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM62xx
Hi all,
We need support on reading SOC temperature for Sitara Platform AM62xx.
Is it validated with your SDK on AM62-EVM ? Please share documents to do this functionality.
Thanks & regards,
Gokul
Hello Gokul,
Thank you for the query.
We need support on reading SOC temperature for Sitara Platform AM62xx.
I assume your query is regarding the VTM internal temperature sensor.
Have you had a chance to look at the below documentation?
Regards,
Sreenivasa
Sreeni, thanks for the update,
Is it validated on Am62x-EVM ?
Thanks & regards,
Gokul
Hello Gokul,
Thank you for the note.
Is it validated on Am62x-EVM ?
I would believe so. Please let mw know if you have any questions so that i can check.
Regards,
Sreenivasa
Hello Gokul, Vadivel,
Bringing the conversation from email thread to E2E:
In order to measure the SOC temperature from M4 core, you can follow the steps mentioned below:
(Adding an example below for better understanding)
Example
1.
2. 8095F = 00000000000010000000100101100001 -> 0101100001 = 353 (Taking 10 least significant bits)
3. a.
a. Substitute x=353 in the equation above and calc. the SOC temperature.
b.(-9.2627E-12)x(353)4 +(6.0373E-08)x(353)3 +(-1.7058E-04)x(353)2 +(3.2512E-01)x(353) +(-4.9002E+01) = 47.02384904775517°C
Yes, the AM62 SOC temperature can be obtained from Linux (in milliCelcius) with the below command:
cat /sys/class/thermal/thermal_zone*/temp
Regards,
Krithika