<?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>i.MX ProcessorsのトピックRe: IMX 95 NPU not activated</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195637#M241783</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I build the last version of the yocto kernel imx-6.12.34-2.1.0&lt;/P&gt;&lt;P&gt;when i launch&lt;BR /&gt;python3 label_image.py -e /usr/lib/libneutron_delegate.so&lt;BR /&gt;i get&lt;BR /&gt;Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}&lt;BR /&gt;/usr/lib/python3.13/site-packages/tflite_runtime/interpreter.py:457: UserWarning: Warning: tf.lite.Interpreter is deprecated and is scheduled for deletion in&lt;BR /&gt;TF 2.20. Please use the LiteRT interpreter from the ai_edge_litert package.&lt;BR /&gt;See the [migration guide](&lt;A href="https://ai.google.dev/edge/litert/migration" target="_blank"&gt;https://ai.google.dev/edge/litert/migration&lt;/A&gt;)&lt;BR /&gt;for details.&lt;BR /&gt;&lt;BR /&gt;warnings.warn(_INTERPRETER_DELETION_WARNING)&lt;BR /&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/P&gt;&lt;P&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;Warm-up time: 94.5 ms&lt;/P&gt;&lt;P&gt;Inference time: 60.2 ms&lt;/P&gt;&lt;P&gt;0.878431: military uniform&lt;BR /&gt;0.027451: Windsor tie&lt;BR /&gt;0.011765: mortarboard&lt;BR /&gt;0.011765: bulletproof vest&lt;BR /&gt;0.007843: sax&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i modify the python code to correct the warning&lt;/P&gt;&lt;P&gt;python3 label_image2.py -e /usr/lib/libneutron_delegate.so&lt;BR /&gt;i get&lt;BR /&gt;Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}&lt;BR /&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/P&gt;&lt;P&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;Warm-up time: 58.0 ms&lt;/P&gt;&lt;P&gt;Inference time: 55.5 ms&lt;/P&gt;&lt;P&gt;0.878431: military uniform&lt;BR /&gt;0.027451: Windsor tie&lt;BR /&gt;0.011765: mortarboard&lt;BR /&gt;0.011765: bulletproof vest&lt;BR /&gt;0.007843: sax&lt;/P&gt;&lt;P&gt;i always get&lt;BR /&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i must precise that on &lt;STRONG&gt;IMX95&lt;/STRONG&gt;&lt;BR /&gt;cat /sys/class/remoteproc/remoteproc0/state&lt;BR /&gt;return : &lt;STRONG&gt;offline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The same command on the &lt;STRONG&gt;IMX93&lt;/STRONG&gt; board return : &lt;STRONG&gt;running&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On IMX95&lt;/STRONG&gt;&lt;BR /&gt;dmesg | grep remoteproc&lt;/P&gt;&lt;P&gt;return&lt;BR /&gt;remoteproc remoteproc0: imx-rproc is available&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On IMX93&lt;/STRONG&gt;&lt;BR /&gt;dmesg | grep remoteproc&lt;BR /&gt;return&lt;BR /&gt;remoteproc remoteproc0: imx-rproc is available&lt;BR /&gt;remoteproc remoteproc0: powering up imx-rproc&lt;BR /&gt;remoteproc remoteproc0: Booting fw image ethosu_firmware, size 244744&lt;BR /&gt;remoteproc remoteproc0: remote processor imx-rproc is now up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think that the NPU is not activated&lt;/P&gt;&lt;P&gt;Greetings&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2025 08:36:57 GMT</pubDate>
    <dc:creator>OlivierG</dc:creator>
    <dc:date>2025-10-30T08:36:57Z</dc:date>
    <item>
      <title>IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2175643#M240936</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I use a IMX 95 Verdin Toradex Card a1 (not b0)&lt;/P&gt;&lt;P&gt;I would like to evaluate the NPU&lt;/P&gt;&lt;P&gt;if i launch :&lt;BR /&gt;/usr/bin/tensorflow-lite-2.18.0/examples# python3 ./label_image.py --ext_delegate /usr/lib/libneutron_delegate.so&lt;/P&gt;&lt;P&gt;i get the following messages&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error in cpuinfo: prctl(PR_SVE_GET_VL) failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is there a connection between these two messages?&lt;BR /&gt;Should I conclude that the NPU is not enabled?&lt;BR /&gt;What should I do to resolve this issue?&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 08:58:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2175643#M240936</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-09-25T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2176138#M240957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a connection between these two messages?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt;There is no connection about them.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I conclude that the NPU is not enabled?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt;If you can see below log, that means NPU delegate is working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;INFO: NeutronDelegate delegate: .......&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do to resolve this issue?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt;Can you share full log?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 23:51:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2176138#M240957</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-09-25T23:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2176366#M240970</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;on IMX 95 i get&lt;/P&gt;&lt;P&gt;&lt;EM&gt;python3 label_image.py --ext_delegate /usr/lib/libneutron_delegate.so&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Loading external delegate from libneutron_delegate.so with args: {}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ext_delegate [&amp;lt;tflite_runtime.interpreter.Delegate object at 0xffffa6d52660&amp;gt;]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error in cpuinfo: prctl(PR_SVE_GET_VL) failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Warm-up time: 122.3 ms&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inference time: 118.2 ms&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0.870588: military uniform&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.031373: Windsor tie&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.011765: mortarboard&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.007843: bow tie&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.007843: bulletproof vest&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in comparison, on IMX 93 i get&lt;/P&gt;&lt;P&gt;&lt;EM&gt;python3 label_image.py --ext_delegate /usr/lib/libethosu_delegate.so &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Loading external delegate from /usr/lib/libethosu_delegate.so with args: {}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: device_name set to /dev/ethosu0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: cache_file_path set to .&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: timeout set to 60000000000.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: enable_cycle_counter set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: enable_profiling set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: profiling_buffer_size set to 2048.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: pmu_event0 set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: pmu_event1 set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: pmu_event2 set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: Ethosu delegate: pmu_event3 set to 0.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: EthosuDelegate: 31 nodes delegated out of 31 nodes with 1 partitions.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Warm-up time: 4.1 ms&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inference time: 3.9 ms&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0.874510: military uniform&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.031373: Windsor tie&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.015686: mortarboard&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.011765: bulletproof vest&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;0.007843: bow tie&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;on&amp;nbsp; imx 93 there is no message:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The inference time is&amp;nbsp;much shorter&amp;nbsp;&amp;nbsp;&lt;EM&gt;118.2 ms -&amp;gt;&amp;nbsp;3.9 ms&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 07:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2176366#M240970</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-09-26T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2177776#M241035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245939"&gt;@OlivierG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use older verison with tensorflow 2.16.2, like L6.6.X.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@imx95frdm:/usr/bin/tensorflow-lite-2.16.2/examples# python3 label_image.py --ext_delegate /usr/lib/libneutron_delegate.so
Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}

INFO: NeutronDelegate delegate: 29 nodes delegated out of 31 nodes with 1 partitions.

INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Warm-up time: 3.9 ms

Inference time: 1.8 ms

0.850980: military uniform
0.058824: Windsor tie
0.011765: bulletproof vest
0.007843: bow tie&lt;/LI-CODE&gt;
&lt;P&gt;There are some issue about NPU delegate even in latest BSP L6.12.34&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 01:32:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2177776#M241035</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-09-30T01:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2178085#M241053</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;i try the folowing python code&lt;/P&gt;&lt;P&gt;&lt;EM&gt;import tensorflow as tf&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;modelpath ='model_yolo_11s_int8_fp32.tflite'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;with open(modelpath, 'rb') as fid:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;tflite_model = fid.read()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interpreter = tf.lite.Interpreter(model_content=tflite_model,experimental_delegates=[tf.lite.experimental.load_delegate('libneutron_delegate.so')])&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interpreter.allocate_tensors()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i get the following error message&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/usr/lib/python3.13/site-packages/tensorflow/lite/python/interpreter.py:457: UserWarning: Warning: tf.lite.Interpreter is deprecated and is scheduled for deletion in&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TF 2.20. Please use the LiteRT interpreter from the ai_edge_litert package.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;See the [migration guide](&lt;A href="https://ai.google.dev/edge/litert/migration" target="_blank"&gt;https://ai.google.dev/edge/litert/migration&lt;/A&gt;)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;for details.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;warnings.warn(_INTERPRETER_DELETION_WARNING)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 339 nodes with 0 partitions.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Exception ignored in: &amp;lt;function Delegate.__del__ at 0xffff5171bf60&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Traceback (most recent call last):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;File "/usr/lib/python3.13/site-packages/tensorflow/lite/python/interpreter.py", line 122, in __del__&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;AttributeError: 'NoneType' object has no attribute 'c_void_p'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Does the python code match your answer?&lt;BR /&gt;i precise that l&lt;EM&gt;ibethosu_delegate.so&lt;/EM&gt; is not on my Card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 09:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2178085#M241053</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-09-30T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2182501#M241260</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, the sw team is investigating this issue.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 01:04:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2182501#M241260</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-09T01:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2189593#M241526</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please download eIQ to convert .tflite with Neutron support.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1761024034289.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361735iB6FEBBFCB1B4FCB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1761024034289.png" alt="Zhiming_Liu_0-1761024034289.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Zhiming_Liu_0-1761024034289.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The eIQ1.16 is for L6.12.20&amp;nbsp;Neutron support.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_1-1761024318029.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361736i0389BF8CAD6E8C91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_1-1761024318029.png" alt="Zhiming_Liu_1-1761024318029.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Zhiming_Liu_1-1761024318029.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For &lt;SPAN class="fontstyle0"&gt;Neutron Converter&amp;nbsp;&lt;/SPAN&gt;CLI, please refer eIQ User Guide.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1761024419102.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/361737i50BB2568CC717F15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1761024419102.png" alt="Zhiming_Liu_0-1761024419102.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Zhiming_Liu_0-1761024419102.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 05:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2189593#M241526</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-21T05:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194308#M241720</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;now, i have a imx95-19x19-lpddr5-evk&lt;/P&gt;&lt;P&gt;The Yocto is&lt;BR /&gt;i.MX Linux Yocto Project BSP 6.12.20_2.0.0 Release&lt;/P&gt;&lt;P&gt;When i launch&lt;BR /&gt;root@imx95evk:/usr/bin/tensorflow-lite-2.18.0/examples# ./benchmark_model --graph=mobilenet_v1_1.0_224_quant.tflite --external_delegate_path=/usr/lib/libneutron_delegate.so&lt;BR /&gt;INFO: STARTING!&lt;BR /&gt;INFO: Log parameter values verbosely: [0]&lt;BR /&gt;INFO: Graph: [mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;INFO: Signature to run: []&lt;BR /&gt;INFO: External delegate path: [/usr/lib/libneutron_delegate.so]&lt;BR /&gt;INFO: Loaded model mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;INFO: EXTERNAL delegate created.&lt;BR /&gt;&lt;STRONG&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO: Though EXTERNAL delegate is explicitly applied, the model graph will not be executed by the delegate.&lt;/STRONG&gt;&lt;BR /&gt;Error in cpuinfo: prctl(PR_SVE_GET_VL) failed&lt;BR /&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;INFO: The input model file size (MB): 4.27635&lt;BR /&gt;INFO: Initialized session in 56.257ms.&lt;BR /&gt;INFO: Running benchmark for at least 1 iterations and at least 0.5 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;INFO: count=5 first=122578 curr=118671 min=118400 max=122578 avg=119396 std=1595&lt;/P&gt;&lt;P&gt;INFO: Running benchmark for at least 50 iterations and at least 1 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;INFO: count=50 first=118459 curr=117971 min=117954 max=118782 avg=118259 std=173&lt;/P&gt;&lt;P&gt;INFO: Inference timings in us: Init: 56257, First inference: 122578, Warmup (avg): 119396, Inference (avg): 118259&lt;BR /&gt;INFO: Note: as the benchmark tool itself affects memory footprint, the following is only APPROXIMATE to the actual memory footprint of the model at runtime. Take the information at your discretion.&lt;BR /&gt;INFO: Memory footprint delta from the start of the tool (MB): init=12.0352 overall=15.1602&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;when i launch&lt;BR /&gt;cat /sys/class/remoteproc/remoteproc0/state&lt;BR /&gt;i get : &lt;STRONG&gt;offline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 12:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194308#M241720</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-10-28T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194633#M241740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245939"&gt;@OlivierG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer previous reply here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zhiming_Liu_0-1761699158616.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362966iD7BBE858E45F2564/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Zhiming_Liu_0-1761699158616.png" alt="Zhiming_Liu_0-1761699158616.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Zhiming_Liu_0-1761699158616.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To use NPU in i.MX95, customer need to convert common .tflite to neutron .tflite support with eIQ or&amp;nbsp;neutron converter CLI.&lt;/P&gt;
&lt;P&gt;Here you can try this model which i converted with eIQ.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 00:55:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194633#M241740</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-29T00:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194948#M241750</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When i launch the python sample with the converted file, i get&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@imx95evk:/usr/bin/tensorflow-lite-2.18.0/examples# python3 label_image.py -m mobilenet_v1_1.0_224_quant_converted.tflite&lt;BR /&gt;Error in cpuinfo: prctl(PR_SVE_GET_VL) failed&lt;BR /&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/bin/tensorflow-lite-2.18.0/examples/label_image.py", line 92, in &amp;lt;module&amp;gt;&lt;BR /&gt;interpreter.allocate_tensors()&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^&lt;BR /&gt;File "/usr/lib/python3.13/site-packages/tflite_runtime/interpreter.py", line 534, in allocate_tensors&lt;BR /&gt;return self._interpreter.AllocateTensors()&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^&lt;BR /&gt;RuntimeError: Encountered unresolved custom op: NeutronGraph.&lt;BR /&gt;See instructions: &lt;A href="https://www.tensorflow.org/lite/guide/ops_custom" target="_blank"&gt;https://www.tensorflow.org/lite/guide/ops_custom&lt;/A&gt; Node number 1 (NeutronGraph) failed to prepare.Encountered unresolved custom op: NeutronGraph.&lt;BR /&gt;See instructions: &lt;A href="https://www.tensorflow.org/lite/guide/ops_custom" target="_blank"&gt;https://www.tensorflow.org/lite/guide/ops_custom&lt;/A&gt; Node number 1 (NeutronGraph) failed to prepare.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;With the executable version i get&lt;BR /&gt;root@imx95evk:/usr/bin/tensorflow-lite-2.18.0/examples# ./label_image -m mobilenet_v1_1.0_224_quant_converted.tflite&lt;BR /&gt;INFO: Loaded model mobilenet_v1_1.0_224_quant_converted.tflite&lt;BR /&gt;INFO: resolved reporter&lt;BR /&gt;Error in cpuinfo: prctl(PR_SVE_GET_VL) failed&lt;BR /&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;ERROR: Encountered unresolved custom op: NeutronGraph.&lt;BR /&gt;See instructions: &lt;A href="https://www.tensorflow.org/lite/guide/ops_custom" target="_blank"&gt;https://www.tensorflow.org/lite/guide/ops_custom&lt;/A&gt;&lt;BR /&gt;ERROR: Node number 1 (NeutronGraph) failed to prepare.&lt;BR /&gt;ERROR: Encountered unresolved custom op: NeutronGraph.&lt;BR /&gt;See instructions: &lt;A href="https://www.tensorflow.org/lite/guide/ops_custom" target="_blank"&gt;https://www.tensorflow.org/lite/guide/ops_custom&lt;/A&gt;&lt;BR /&gt;ERROR: Node number 1 (NeutronGraph) failed to prepare.&lt;BR /&gt;ERROR: Failed to allocate tensors!&lt;/P&gt;&lt;P&gt;Greetings&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 08:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2194948#M241750</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-10-29T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195069#M241754</link>
      <description>&lt;P&gt;Hi Zhiming, your reply to this message would seem to indicate that in the older Linux version 6.6.x, to use the NeutronDelegate, you DO NOT need to first use the neutron_converter to convert some of the TFLite Ops in the Model to the custom NeutronGraph.&lt;/P&gt;&lt;P&gt;But for the newer Linux 6.12.x, you DO have to first use neutron_converter to convert the Model first?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771"&gt;@min-eta&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 11:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195069#M241754</guid>
      <dc:creator>min-eta</dc:creator>
      <dc:date>2025-10-29T11:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195312#M241767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224771"&gt;@min-eta&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, the software framework has changed since L6.12.y&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 00:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195312#M241767</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-30T00:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195313#M241768</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245939"&gt;@OlivierG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try to test with neutron delegate&amp;nbsp;&lt;EM&gt;/usr/lib/libneutron_delegate.so ?&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 00:20:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195313#M241768</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-30T00:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195637#M241783</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I build the last version of the yocto kernel imx-6.12.34-2.1.0&lt;/P&gt;&lt;P&gt;when i launch&lt;BR /&gt;python3 label_image.py -e /usr/lib/libneutron_delegate.so&lt;BR /&gt;i get&lt;BR /&gt;Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}&lt;BR /&gt;/usr/lib/python3.13/site-packages/tflite_runtime/interpreter.py:457: UserWarning: Warning: tf.lite.Interpreter is deprecated and is scheduled for deletion in&lt;BR /&gt;TF 2.20. Please use the LiteRT interpreter from the ai_edge_litert package.&lt;BR /&gt;See the [migration guide](&lt;A href="https://ai.google.dev/edge/litert/migration" target="_blank"&gt;https://ai.google.dev/edge/litert/migration&lt;/A&gt;)&lt;BR /&gt;for details.&lt;BR /&gt;&lt;BR /&gt;warnings.warn(_INTERPRETER_DELETION_WARNING)&lt;BR /&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/P&gt;&lt;P&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;Warm-up time: 94.5 ms&lt;/P&gt;&lt;P&gt;Inference time: 60.2 ms&lt;/P&gt;&lt;P&gt;0.878431: military uniform&lt;BR /&gt;0.027451: Windsor tie&lt;BR /&gt;0.011765: mortarboard&lt;BR /&gt;0.011765: bulletproof vest&lt;BR /&gt;0.007843: sax&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i modify the python code to correct the warning&lt;/P&gt;&lt;P&gt;python3 label_image2.py -e /usr/lib/libneutron_delegate.so&lt;BR /&gt;i get&lt;BR /&gt;Loading external delegate from /usr/lib/libneutron_delegate.so with args: {}&lt;BR /&gt;INFO: NeutronDelegate delegate: 0 nodes delegated out of 31 nodes with 0 partitions.&lt;/P&gt;&lt;P&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;Warm-up time: 58.0 ms&lt;/P&gt;&lt;P&gt;Inference time: 55.5 ms&lt;/P&gt;&lt;P&gt;0.878431: military uniform&lt;BR /&gt;0.027451: Windsor tie&lt;BR /&gt;0.011765: mortarboard&lt;BR /&gt;0.011765: bulletproof vest&lt;BR /&gt;0.007843: sax&lt;/P&gt;&lt;P&gt;i always get&lt;BR /&gt;INFO: Created TensorFlow Lite XNNPACK delegate for CPU.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i must precise that on &lt;STRONG&gt;IMX95&lt;/STRONG&gt;&lt;BR /&gt;cat /sys/class/remoteproc/remoteproc0/state&lt;BR /&gt;return : &lt;STRONG&gt;offline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The same command on the &lt;STRONG&gt;IMX93&lt;/STRONG&gt; board return : &lt;STRONG&gt;running&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On IMX95&lt;/STRONG&gt;&lt;BR /&gt;dmesg | grep remoteproc&lt;/P&gt;&lt;P&gt;return&lt;BR /&gt;remoteproc remoteproc0: imx-rproc is available&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On IMX93&lt;/STRONG&gt;&lt;BR /&gt;dmesg | grep remoteproc&lt;BR /&gt;return&lt;BR /&gt;remoteproc remoteproc0: imx-rproc is available&lt;BR /&gt;remoteproc remoteproc0: powering up imx-rproc&lt;BR /&gt;remoteproc remoteproc0: Booting fw image ethosu_firmware, size 244744&lt;BR /&gt;remoteproc remoteproc0: remote processor imx-rproc is now up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think that the NPU is not activated&lt;/P&gt;&lt;P&gt;Greetings&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 08:36:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195637#M241783</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-10-30T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195638#M241784</link>
      <description>&lt;P&gt;On IMX95&lt;BR /&gt;dmesg | grep remoteproc&lt;/P&gt;&lt;P&gt;return&lt;BR /&gt;remoteproc remoteproc0: neutron-rproc is available&lt;BR /&gt;remoteproc remoteproc1: imx-rproc is available&lt;BR /&gt;remoteproc remoteproc1: attaching to imx-rproc&lt;BR /&gt;remoteproc remoteproc1: remote processor imx-rproc is now attached&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;remoteproc remoteproc0: powering up neutron-rproc&lt;BR /&gt;remoteproc remoteproc0: Booting fw image NeutronFirmware.elf, size 66896&lt;BR /&gt;remoteproc remoteproc0: remote processor neutron-rproc is now up&lt;BR /&gt;remoteproc remoteproc0: stopped remote processor neutron-rproc&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;remoteproc remoteproc0: powering up neutron-rproc&lt;BR /&gt;remoteproc remoteproc0: Booting fw image NeutronFirmware.elf, size 66896&lt;BR /&gt;remoteproc remoteproc0: remote processor neutron-rproc is now up&lt;BR /&gt;remoteproc remoteproc0: stopped remote processor neutron-rproc&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 08:40:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2195638#M241784</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-10-30T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMX 95 NPU not activated</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2196397#M241821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245939"&gt;@OlivierG&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please try to use this model in attachment, this model is converted from L6.12.34 neutron converter.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@imx95evk:/usr/bin/tensorflow-lite-2.19.0/examples# ./label_image -m mobilenet_v1_1.0_224_int8_converted.tflite --external_delegate_path=/lib/libneutron_delegate.so -i grace_hopper.bmp -l labels.txt
INFO: Loaded model mobilenet_v1_1.0_224_int8_converted.tflite
INFO: resolved reporter
INFO: EXTERNAL delegate created.
INFO: NeutronDelegate delegate: 1 nodes delegated out of 4 nodes with 1 partitions.

INFO: Neutron delegate version: v1.0.0-be8bf399, zerocp enabled.
INFO: Applied EXTERNAL delegate.
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
INFO: invoked
INFO: average time: 1.388 ms
INFO: 0.756863: 653 military uniform
INFO: 0.145098: 907 Windsor tie
INFO: 0.0156863: 458 bow tie
INFO: 0.0117647: 466 bulletproof vest
INFO: 0.00784314: 835 suit
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 06:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX-95-NPU-not-activated/m-p/2196397#M241821</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2025-10-31T06:27:55Z</dc:date>
    </item>
  </channel>
</rss>

