<?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中的主题 Issues with Using Neutron Delegate on i.MX95</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2081549#M236381</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I followed the instructions in&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN14411.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN14411.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AN14411&lt;BR /&gt;Enabling eIQ Core NPU Delegates for i.MX Android Applications&lt;BR /&gt;Rev. 1.0 — 23 September 2024, Application Note&lt;/P&gt;&lt;P&gt;Below are my results:&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;1. Execution with CPU (for both target platforms – i.MX 8MP and i.MX 95):&lt;/P&gt;&lt;P&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite "'&lt;/P&gt;&lt;P&gt;04-02 09:26:12.009 3302 3302 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:26:12.037 3302 3302 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:26:12.038 3302 3302 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:26:12.039 3302 3302 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:26:12.040 3302 3302 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:26:12.042 3302 3302 I tflite : Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;04-02 09:26:12.043 3302 3302 I tflite : Replacing 29 out of 31 node(s) with delegate (TfLiteXNNPackDelegate) node, yielding 4 partitions for the whole graph.&lt;BR /&gt;04-02 09:26:12.100 3302 3302 I tflite : The input model file size (MB): 4.27635&lt;BR /&gt;04-02 09:26:12.100 3302 3302 I tflite : Initialized session in 61.498ms.&lt;BR /&gt;04-02 09:26:12.116 3302 3302 I tflite : Running benchmark for at least 1 iterations and at least 0.5 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:26:12.662 3302 3302 I tflite : count=8 first=77168 curr=66236 min=64736 max=77168 avg=68169.6 std=3548&lt;BR /&gt;04-02 09:26:12.662 3302 3302 I tflite : Running benchmark for at least 50 iterations and at least 1 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : count=50 first=66354 curr=68568 min=53342 max=70667 avg=66200 std=2821&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : Inference timings in us: Init: 61498, First inference: 77168, Warmup (avg): 68169.6, Inference (avg): 66200&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : 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;04-02 09:26:15.975 3302 3302 I tflite : Memory footprint delta from the start of the tool (MB): init=9.875 overall=16.625&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;3. Execution with Delegates on i.MX 95&lt;BR /&gt;• Execution with GPU Delegate:&lt;BR /&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite \&lt;BR /&gt;--use_gpu=true "'&lt;/P&gt;&lt;P&gt;04-02 09:25:04.545 3262 3262 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite --use_gpu=true&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Use gpu: [1]&lt;BR /&gt;04-02 09:25:04.566 3262 3262 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : Created TensorFlow Lite delegate for GPU.&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : GPU delegate created.&lt;BR /&gt;04-02 09:25:04.652 3262 3262 I tflite : Replacing 31 out of 31 node(s) with delegate (TfLiteGpuDelegateV2) node, yielding 1 partitions for the whole graph.&lt;BR /&gt;04-02 09:25:06.436 3262 3262 I tflite : Initialized OpenCL-based API.&lt;BR /&gt;04-02 09:25:06.681 3262 3262 I tflite : Created 1 GPU delegate kernels.&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : Explicitly applied GPU delegate, and the model graph will be completely executed by the delegate.&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : The input model file size (MB): 4.27635&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : Initialized session in 2116.47ms.&lt;BR /&gt;04-02 09:25:06.700 3262 3262 I tflite : Running benchmark for at least 1 iterations and at least 0.5 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:25:07.215 3262 3262 I tflite : count=15 first=51082 curr=26609 min=26199 max=51082 avg=34237.6 std=10532&lt;BR /&gt;04-02 09:25:07.215 3262 3262 I tflite : Running benchmark for at least 50 iterations and at least 1 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : count=50 first=26913 curr=28449 min=26067 max=30930 avg=27133.5 std=1070&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : Inference timings in us: Init: 2116469, First inference: 51082, Warmup (avg): 34237.6, Inference (avg): 27133.5&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : 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;04-02 09:25:08.575 3262 3262 I tflite : Memory footprint delta from the start of the tool (MB): init=93.1172 overall=93.1172&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;• Execution with Neutron Delegate:&lt;BR /&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite \&lt;BR /&gt;--external_delegate=libneutron_delegate.so "'&lt;/P&gt;&lt;P&gt;04-02 09:27:17.573 3343 3343 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite --external_delegate_path=/data/app/~~AM2f1zAPZV4ds7NRDDs1fQ==/org.tensorflow.lite.benchmark-BMmnebX2C-AhxF1RvbK6Ow==/lib/arm64/libneutron_delegate.so&lt;BR /&gt;04-02 09:27:17.592 3343 3343 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:27:17.592 3343 3343 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:27:17.593 3343 3343 I tflite : External delegate path: [/data/app/~~AM2f1zAPZV4ds7NRDDs1fQ==/org.tensorflow.lite.benchmark-BMmnebX2C-AhxF1RvbK6Ow==/lib/arm64/libneutron_delegate.so]&lt;BR /&gt;04-02 09:27:17.593 3343 3343 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:27:17.594 3343 3343 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:27:17.650 3343 3343 I tflite : EXTERNAL delegate created.&lt;BR /&gt;04-02 09:27:17.679 3343 3343 I tflite : NeutronDelegate delegate: 30 nodes delegated out of 31 nodes with 1 partitions.&lt;BR /&gt;04-02 09:27:17.680 3343 3343 I tflite : Replacing 30 out of 31 node(s) with delegate (NeutronDelegate) node, yielding 2 partitions for the whole graph.&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;As you can see, I got stuck at the Execution with Neutron Delegate stage:&lt;/P&gt;&lt;P&gt;04-02 09:27:17.680 3343 3343 I tflite : Replacing 30 out of 31 node(s) with delegate (NeutronDelegate) node, yielding 2 partitions for the whole graph.&lt;/P&gt;&lt;P&gt;No further output appears after that.&lt;/P&gt;&lt;P&gt;Currently, the only differences between my setup and the one described in AN14411 are:&lt;/P&gt;&lt;P&gt;1. I am using imx-android-15.0.0_1.0.0.tar.gz, instead of imx-android-14.0.0_2.0.0.tar.gz.&lt;/P&gt;&lt;P&gt;2. During the lunch stage, I use $lunch evk_95-nxp_stable-userdebug instead of $lunch evk_95-trunk_staging-userdebug.&lt;/P&gt;&lt;P&gt;May I ask if the issue is caused by either of these differences? Or what should I adjust in order to make the Neutron Delegate work properly?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 08:26:18 GMT</pubDate>
    <dc:creator>HH2</dc:creator>
    <dc:date>2025-04-16T08:26:18Z</dc:date>
    <item>
      <title>Issues with Using Neutron Delegate on i.MX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2081549#M236381</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I followed the instructions in&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN14411.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN14411.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;AN14411&lt;BR /&gt;Enabling eIQ Core NPU Delegates for i.MX Android Applications&lt;BR /&gt;Rev. 1.0 — 23 September 2024, Application Note&lt;/P&gt;&lt;P&gt;Below are my results:&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;1. Execution with CPU (for both target platforms – i.MX 8MP and i.MX 95):&lt;/P&gt;&lt;P&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite "'&lt;/P&gt;&lt;P&gt;04-02 09:26:12.009 3302 3302 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:26:12.037 3302 3302 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:26:12.038 3302 3302 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:26:12.039 3302 3302 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:26:12.040 3302 3302 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:26:12.042 3302 3302 I tflite : Created TensorFlow Lite XNNPACK delegate for CPU.&lt;BR /&gt;04-02 09:26:12.043 3302 3302 I tflite : Replacing 29 out of 31 node(s) with delegate (TfLiteXNNPackDelegate) node, yielding 4 partitions for the whole graph.&lt;BR /&gt;04-02 09:26:12.100 3302 3302 I tflite : The input model file size (MB): 4.27635&lt;BR /&gt;04-02 09:26:12.100 3302 3302 I tflite : Initialized session in 61.498ms.&lt;BR /&gt;04-02 09:26:12.116 3302 3302 I tflite : Running benchmark for at least 1 iterations and at least 0.5 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:26:12.662 3302 3302 I tflite : count=8 first=77168 curr=66236 min=64736 max=77168 avg=68169.6 std=3548&lt;BR /&gt;04-02 09:26:12.662 3302 3302 I tflite : Running benchmark for at least 50 iterations and at least 1 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : count=50 first=66354 curr=68568 min=53342 max=70667 avg=66200 std=2821&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : Inference timings in us: Init: 61498, First inference: 77168, Warmup (avg): 68169.6, Inference (avg): 66200&lt;BR /&gt;04-02 09:26:15.975 3302 3302 I tflite : 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;04-02 09:26:15.975 3302 3302 I tflite : Memory footprint delta from the start of the tool (MB): init=9.875 overall=16.625&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;3. Execution with Delegates on i.MX 95&lt;BR /&gt;• Execution with GPU Delegate:&lt;BR /&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite \&lt;BR /&gt;--use_gpu=true "'&lt;/P&gt;&lt;P&gt;04-02 09:25:04.545 3262 3262 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite --use_gpu=true&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:25:04.565 3262 3262 I tflite : Use gpu: [1]&lt;BR /&gt;04-02 09:25:04.566 3262 3262 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : Created TensorFlow Lite delegate for GPU.&lt;BR /&gt;04-02 09:25:04.567 3262 3262 I tflite : GPU delegate created.&lt;BR /&gt;04-02 09:25:04.652 3262 3262 I tflite : Replacing 31 out of 31 node(s) with delegate (TfLiteGpuDelegateV2) node, yielding 1 partitions for the whole graph.&lt;BR /&gt;04-02 09:25:06.436 3262 3262 I tflite : Initialized OpenCL-based API.&lt;BR /&gt;04-02 09:25:06.681 3262 3262 I tflite : Created 1 GPU delegate kernels.&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : Explicitly applied GPU delegate, and the model graph will be completely executed by the delegate.&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : The input model file size (MB): 4.27635&lt;BR /&gt;04-02 09:25:06.682 3262 3262 I tflite : Initialized session in 2116.47ms.&lt;BR /&gt;04-02 09:25:06.700 3262 3262 I tflite : Running benchmark for at least 1 iterations and at least 0.5 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:25:07.215 3262 3262 I tflite : count=15 first=51082 curr=26609 min=26199 max=51082 avg=34237.6 std=10532&lt;BR /&gt;04-02 09:25:07.215 3262 3262 I tflite : Running benchmark for at least 50 iterations and at least 1 seconds but terminate if exceeding 150 seconds.&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : count=50 first=26913 curr=28449 min=26067 max=30930 avg=27133.5 std=1070&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : Inference timings in us: Init: 2116469, First inference: 51082, Warmup (avg): 34237.6, Inference (avg): 27133.5&lt;BR /&gt;04-02 09:25:08.575 3262 3262 I tflite : 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;04-02 09:25:08.575 3262 3262 I tflite : Memory footprint delta from the start of the tool (MB): init=93.1172 overall=93.1172&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;***************************************************************************************************&lt;BR /&gt;• Execution with Neutron Delegate:&lt;BR /&gt;$ adb shell am start -S -n&lt;BR /&gt;org.tensorflow.lite.benchmark/.BenchmarkModelActivity --es args '" \&lt;BR /&gt;--graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite \&lt;BR /&gt;--external_delegate=libneutron_delegate.so "'&lt;/P&gt;&lt;P&gt;04-02 09:27:17.573 3343 3343 I tflite_BenchmarkModelActivity: Running TensorFlow Lite benchmark with args: --graph=/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite --external_delegate_path=/data/app/~~AM2f1zAPZV4ds7NRDDs1fQ==/org.tensorflow.lite.benchmark-BMmnebX2C-AhxF1RvbK6Ow==/lib/arm64/libneutron_delegate.so&lt;BR /&gt;04-02 09:27:17.592 3343 3343 I tflite : Log parameter values verbosely: [0]&lt;BR /&gt;04-02 09:27:17.592 3343 3343 I tflite : Graph: [/data/local/tmp/mobilenet_v1_1.0_224_quant.tflite]&lt;BR /&gt;04-02 09:27:17.593 3343 3343 I tflite : External delegate path: [/data/app/~~AM2f1zAPZV4ds7NRDDs1fQ==/org.tensorflow.lite.benchmark-BMmnebX2C-AhxF1RvbK6Ow==/lib/arm64/libneutron_delegate.so]&lt;BR /&gt;04-02 09:27:17.593 3343 3343 I tflite : Loaded model /data/local/tmp/mobilenet_v1_1.0_224_quant.tflite&lt;BR /&gt;04-02 09:27:17.594 3343 3343 I tflite : Initialized TensorFlow Lite runtime.&lt;BR /&gt;04-02 09:27:17.650 3343 3343 I tflite : EXTERNAL delegate created.&lt;BR /&gt;04-02 09:27:17.679 3343 3343 I tflite : NeutronDelegate delegate: 30 nodes delegated out of 31 nodes with 1 partitions.&lt;BR /&gt;04-02 09:27:17.680 3343 3343 I tflite : Replacing 30 out of 31 node(s) with delegate (NeutronDelegate) node, yielding 2 partitions for the whole graph.&lt;BR /&gt;***************************************************************************************************&lt;/P&gt;&lt;P&gt;As you can see, I got stuck at the Execution with Neutron Delegate stage:&lt;/P&gt;&lt;P&gt;04-02 09:27:17.680 3343 3343 I tflite : Replacing 30 out of 31 node(s) with delegate (NeutronDelegate) node, yielding 2 partitions for the whole graph.&lt;/P&gt;&lt;P&gt;No further output appears after that.&lt;/P&gt;&lt;P&gt;Currently, the only differences between my setup and the one described in AN14411 are:&lt;/P&gt;&lt;P&gt;1. I am using imx-android-15.0.0_1.0.0.tar.gz, instead of imx-android-14.0.0_2.0.0.tar.gz.&lt;/P&gt;&lt;P&gt;2. During the lunch stage, I use $lunch evk_95-nxp_stable-userdebug instead of $lunch evk_95-trunk_staging-userdebug.&lt;/P&gt;&lt;P&gt;May I ask if the issue is caused by either of these differences? Or what should I adjust in order to make the Neutron Delegate work properly?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 08:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2081549#M236381</guid>
      <dc:creator>HH2</dc:creator>
      <dc:date>2025-04-16T08:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Neutron Delegate on i.MX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2082034#M236417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;The lunch evk_95-trunk_staging-userdebug command selects a target to build android for, at the same time, it sets a release configuration that flags what will be build and what not, I'd start by using the trunk_staging config.&lt;/P&gt;
&lt;P&gt;There is a testing stage every android release that should cover the new version usage, so that is not likely.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 00:10:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2082034#M236417</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2025-04-17T00:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Neutron Delegate on i.MX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2083736#M236511</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;At the beginning, I followed the instructions in&lt;BR /&gt;AN14411 – Enabling eIQ Core NPU Delegates for i.MX Android Applications (Rev. 1.0 — 23 September 2024),&lt;BR /&gt;and used the following command to build:&lt;/P&gt;&lt;P&gt;$ lunch evk_95-trunk_staging-userdebug&lt;BR /&gt;However, when I run:&lt;/P&gt;&lt;P&gt;$ ./imx-make.sh -j16&lt;BR /&gt;after a long build process, I encounter the following error:&lt;/P&gt;&lt;P&gt;hardware/nxp/wlan/wifi_hal/common.h:22:10: fatal error: 'wifi_hal.h' file not found&lt;/P&gt;&lt;P&gt;I referred to this post to solve the issue:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/td-p/2038252" target="_blank"&gt;https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/td-p/2038252&lt;/A&gt;&lt;/P&gt;&lt;P&gt;May I ask what would be the best way to adjust or resolve this issue properly?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 08:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2083736#M236511</guid>
      <dc:creator>HH2</dc:creator>
      <dc:date>2025-04-21T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Neutron Delegate on i.MX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2083989#M236526</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Replace the use of PLATFORM_VERSION with PLATFORM_SDK_VERSION.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 17:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2083989#M236526</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2025-04-21T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Using Neutron Delegate on i.MX95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2087059#M236695</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not quite sure exactly which part needs to be modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please provide a more detailed explanation? Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 05:57:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issues-with-Using-Neutron-Delegate-on-i-MX95/m-p/2087059#M236695</guid>
      <dc:creator>HH2</dc:creator>
      <dc:date>2025-04-25T05:57:03Z</dc:date>
    </item>
  </channel>
</rss>

