<?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: eIQ Tensorflow on i.MX8M Mini yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940751#M140781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2019 14:32:51 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2019-06-04T14:32:51Z</dc:date>
    <item>
      <title>eIQ Tensorflow on i.MX8M Mini yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940749#M140779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was following the new eIQ directions &lt;A class="link-titled" href="https://www.nxp.com/docs/en/nxp/user-guides/UM11226.pdf" title="https://www.nxp.com/docs/en/nxp/user-guides/UM11226.pdf"&gt;https://www.nxp.com/docs/en/nxp/user-guides/UM11226.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target is iMX8Mmini so I slightly changed the yocto build for the mini target.&lt;/P&gt;&lt;P&gt;Everything builds except when it come to including tensorflow in the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I have local.conf line:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " arm-compute-library tensorflow-lite armnn onnxruntime"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everything builds fine but when I add the "tesorflow" component like the app note describes:&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " arm-compute-library &lt;STRONG&gt;tensorflow&lt;/STRONG&gt; tensorflow-lite armnn onnxruntime"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;DIV&gt;david@ubuntu18:/datadrive/imx_yocto-bspml/bld8mm_xwayland$ bitbake fsl-image-qt5&lt;BR /&gt;WARNING: Host distribution "ubuntu-18.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.&lt;BR /&gt;Loading cache: 100% |####################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 3499 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;ERROR: Nothing RPROVIDES 'tensorflow' (but /datadrive/imx_yocto-bspml/sources/meta-fsl-bsp-release/imx/meta-sdk/dynamic-layers/qt5-layer/recipes-fsl/images/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)&lt;BR /&gt;tensorflow was skipped: incompatible with machine imx8mmevk (not in COMPATIBLE_MACHINE)&lt;BR /&gt;NOTE: Runtime target 'tensorflow' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['tensorflow']&lt;BR /&gt;ERROR: Required build target 'fsl-image-qt5' has no buildable providers.&lt;BR /&gt;Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'tensorflow']&lt;/DIV&gt;&lt;DIV&gt;Summary: There was 1 WARNING message shown.&lt;BR /&gt;Summary: There were 2 ERROR messages shown, returning a non-zero exit code.&lt;BR /&gt;david@ubuntu18:/datadrive/imx_yocto-bspml/bld8mm_xwayland$&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it has an issue with the COMPATIBLE_MACHINE. Is this enumerated somewhere in the recipes somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it does not complain when using the iMX8QM as the target.&lt;/P&gt;&lt;P&gt;Any advice?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 19:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940749#M140779</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2019-06-03T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ Tensorflow on i.MX8M Mini yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940750#M140780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;I was able to modify the tensorflow bb recipe at sources/meta-imx-meacinelearning/recipes-libraries/tensorflow/tensorflow_1.12.0.bb.&lt;/P&gt;&lt;P&gt;from COMPATIBLE_MACHINE = "(imx8qm)"&lt;/P&gt;&lt;P&gt;to COMPATIBLE_MACHINE = "(imx8qm|imx8m)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;builds fine now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 12:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940750#M140780</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2019-06-04T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: eIQ Tensorflow on i.MX8M Mini yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940751#M140781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 14:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eIQ-Tensorflow-on-i-MX8M-Mini-yocto/m-p/940751#M140781</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-06-04T14:32:51Z</dc:date>
    </item>
  </channel>
</rss>

