<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable Thermal service on imx 8m NANO board? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240704#M170386</link>
    <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;I tried this but no luck.still getting the below debug prints in logcat.&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;03-01 14:52:08.444 341 361 W /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: Failed to read sensor: cpu-thermal: Try again&lt;BR /&gt;03-01 14:52:08.444 341 361 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: readTemperature: sensor not found: cpu-thermal&lt;BR /&gt;03-01 14:52:08.444 341 361 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: thermalWatcherCallbackFunc: error reading temperature for sensor: cpu-thermal&lt;/P&gt;</description>
    <pubDate>Fri, 05 Mar 2021 06:01:07 GMT</pubDate>
    <dc:creator>anurag16doshi</dc:creator>
    <dc:date>2021-03-05T06:01:07Z</dc:date>
    <item>
      <title>How to disable Thermal service on imx 8m NANO board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240242#M170341</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are working on iMX8M nano chipset. We have ported android 10 on imx8M nano evk and is working fine. Now we have ported same build on our custom hardware, and tried to launch our android app using "adb shell monkey --pct-syskeys 0 -s 13 -p com.example.myapplication -v 500" command,we get the following prints on logcat continuously regarding thermal service.we are not going to use thermal service in end application. &lt;STRONG&gt;Can anyone guide me how i can disable this thermal service so that system will not look for temperature sensor values and wont perform any operation related to thermal service&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The difference between evk and custom hardware is that the EVK has 4 cores and custom board has single core.&lt;/P&gt;&lt;P&gt;Below are the debug prints&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;logcat logs-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;03-01 14:51:11.591 337 357 W /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: Failed to read sensor: cpu-thermal: Try again&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;03-01 14:51:11.591 337 357 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: readTemperature: sensor not found: cpu-thermal&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;03-01 14:51:11.591 337 357 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: thermalWatcherCallbackFunc: error reading temperature&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AD&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 11:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240242#M170341</guid>
      <dc:creator>anurag16doshi</dc:creator>
      <dc:date>2021-03-04T11:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Thermal service on imx 8m NANO board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240644#M170370</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Comment that in /android_build/device/nxp/imx8m/evk_8mn/evk_8mn.mk&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# Thermal HAL
PRODUCT_PACKAGES += \
    android.hardware.thermal@2.0-service.imx
PRODUCT_COPY_FILES += \
    device/nxp/imx8m/evk_8mn/thermal_info_config_imx8mn.json:$(TARGET_COPY_OUT_VENDOR)/etc/configs/thermal_info_config_imx8mn.json \
    device/nxp/imx8m/evk_8mn/external_camera_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/external_camera_config.xml&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 03:02:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240644#M170370</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-03-05T03:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Thermal service on imx 8m NANO board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240704#M170386</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;I tried this but no luck.still getting the below debug prints in logcat.&lt;/P&gt;&lt;P&gt;Any other solution?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;03-01 14:52:08.444 341 361 W /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: Failed to read sensor: cpu-thermal: Try again&lt;BR /&gt;03-01 14:52:08.444 341 361 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: readTemperature: sensor not found: cpu-thermal&lt;BR /&gt;03-01 14:52:08.444 341 361 E /vendor/bin/hw/android.hardware.thermal@2.0-service.imx: thermalWatcherCallbackFunc: error reading temperature for sensor: cpu-thermal&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 06:01:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1240704#M170386</guid>
      <dc:creator>anurag16doshi</dc:creator>
      <dc:date>2021-03-05T06:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Thermal service on imx 8m NANO board?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1382798#M184085</link>
      <description>&lt;P&gt;Have you tried the following adb command to override the reported system Thermal level ?:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;adb shell cmd thermalservice override-status 0&lt;/EM&gt;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;it forces the system to report the Zero level(i.e. cool)&amp;nbsp; state.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To reset back to normal operation, use:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;adb shell cmd thermalservice reset&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Dec 2021 17:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-disable-Thermal-service-on-imx-8m-NANO-board/m-p/1382798#M184085</guid>
      <dc:creator>qazzak</dc:creator>
      <dc:date>2021-12-07T17:09:00Z</dc:date>
    </item>
  </channel>
</rss>

