Comment 12 for bug 1929895

Revision history for this message
Sachin Mokashi (sachinmokashi) wrote :

@Kent,

The ECLite driver communication over ISHTP can be tested as follows:

a) "cat /sys/class/thermal/thermal_zone0/temp" - for reading temperature from EC-Lite.

Note 1: "cat /sys/class/thermal/thermal_zone0/type" should read "acpitz" - This is EC-Lite's thermal zone

Note 2: You can stress the CPU and read temp again to see a change. For stressing the CPU, you can use Checkbox itself.
Eg Checkbox command: cdts.checkbox-cli run com.canonical.certification::stress/cpu_stress_ng_test

If a battery is connected -
              - /sys/class/power_supply/BAT0 will be populated.
eg.
cat /sys/class/power_supply/BAT0/present
1
cat /sys/class/power_supply/BAT0/status
Discharging

You can try to turn on/off FAN manually as well – Commands attached