<?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 Imx8qxp sensor hal function not enable in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974665#M145072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , NXPer:&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using imx8qxp developing Sensor module, I meet some problems:&lt;/P&gt;&lt;P&gt;Q1 :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I check Android logcat found&amp;nbsp; sensorservice can not connect to hal, log as below:&lt;/P&gt;&lt;P&gt;-------------------------&lt;/P&gt;&lt;P&gt;11-27 00:50:46.489 W 1494 1494 hwservicemanager: getTransport: Cannot find entry android.hardware.sensors@1.0::ISensors/default in either framework or device manifest.&lt;/P&gt;&lt;P&gt;-------------------------&lt;/P&gt;&lt;P&gt;Is this normal ?&lt;/P&gt;&lt;P&gt;How can i fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2:&lt;/P&gt;&lt;P&gt;About below folder, how can i add those function to current sensor hal ?&lt;/P&gt;&lt;P&gt;/vendor/nxp-opensource/imx/libsensors/&lt;/P&gt;&lt;P&gt;/vendor/nxp-opensource/imx/linsensors_sensorhub/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our platfrom is imx8qxp ,Android version is&amp;nbsp;p9.0.0_2.1.0-auto-ga.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2019 06:06:06 GMT</pubDate>
    <dc:creator>yifei_ren</dc:creator>
    <dc:date>2019-11-27T06:06:06Z</dc:date>
    <item>
      <title>Imx8qxp sensor hal function not enable</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974665#M145072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , NXPer:&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using imx8qxp developing Sensor module, I meet some problems:&lt;/P&gt;&lt;P&gt;Q1 :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I check Android logcat found&amp;nbsp; sensorservice can not connect to hal, log as below:&lt;/P&gt;&lt;P&gt;-------------------------&lt;/P&gt;&lt;P&gt;11-27 00:50:46.489 W 1494 1494 hwservicemanager: getTransport: Cannot find entry android.hardware.sensors@1.0::ISensors/default in either framework or device manifest.&lt;/P&gt;&lt;P&gt;-------------------------&lt;/P&gt;&lt;P&gt;Is this normal ?&lt;/P&gt;&lt;P&gt;How can i fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2:&lt;/P&gt;&lt;P&gt;About below folder, how can i add those function to current sensor hal ?&lt;/P&gt;&lt;P&gt;/vendor/nxp-opensource/imx/libsensors/&lt;/P&gt;&lt;P&gt;/vendor/nxp-opensource/imx/linsensors_sensorhub/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our platfrom is imx8qxp ,Android version is&amp;nbsp;p9.0.0_2.1.0-auto-ga.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 06:06:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974665#M145072</guid>
      <dc:creator>yifei_ren</dc:creator>
      <dc:date>2019-11-27T06:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8qxp sensor hal function not enable</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974666#M145073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already fixed this issue, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974666#M145073</guid>
      <dc:creator>yifei_ren</dc:creator>
      <dc:date>2019-11-29T10:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Imx8qxp sensor hal function not enable</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974667#M145074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yifei ren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please let me know what changes you done for adding the sensor in HAL layer,&lt;/P&gt;&lt;P&gt;because i want to add the lsm9ds1 IMU sensor to imx6q Android 8.0, In driver level it is working fine but i need to confiugre the HAL layer source respect to the Sensor, if you any idea please let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;SGN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 13:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx8qxp-sensor-hal-function-not-enable/m-p/974667#M145074</guid>
      <dc:creator>nandish_sg</dc:creator>
      <dc:date>2020-02-28T13:21:26Z</dc:date>
    </item>
  </channel>
</rss>

