Tool/software: Linux
Hello TI,
I am using TI AM572x EVM board. I am going through AM572x Thermal Considerations report (www.ti.com/.../sprac53a.pdf). Under Section 5.1, "OPP Settings and Linux Thermal Framework" I quote "Additionally,the Linux thermal framework was disabled to hold the OPP constant as the processor heats, and prevents thermal shutdown. This was done for data gathering purposes, and is not recommended for a production system."
How do I disable the Linux thermal framework for my experimentation? I mean for "thermal_zone0 - Cortex-A15 CPU". Would it be sufficient if I write "disabled" into /sys/class/thermal/thermal_zone0/mode after changing the sysfs "policy" to "user_space"?
I am using TI processor SDK (not RT Linux).
Thank you for your time.