<?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: imx8Mmini ethernet with multimedia yocto build in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049867#M154607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/davidvescovi"&gt;davidvescovi&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I was&amp;nbsp;looking&amp;nbsp;for. You just need to up the ethernet interface and assign the IP address to it. Perform below steps on consle:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig eth0 up&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;udhcpc -i eth0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2020 03:22:48 GMT</pubDate>
    <dc:creator>kunalkotecha1</dc:creator>
    <dc:date>2020-05-14T03:22:48Z</dc:date>
    <item>
      <title>imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049848#M154588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I do a yocto imx8Mmini evk build with a target image "fsl-image-qt5" or "fsl-image-gui" it includes ethernet support and it works fine. If I do the same build but target "fsl-image-multimedia" it builds the image correctly and everything else runs fine but there is no ethernet connectivity. I searched through the packages but can't find what includes the ethernet support. I see the qt5 and gui builds include some "test" packages and it looks like they are the only differences. How can I get ethernet support in a "multimedia" only build?&lt;/P&gt;&lt;P&gt;This is a headless target and I would like to reduce the image foot print.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 05:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049848#M154588</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-06T05:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049849#M154589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what bsp used in the case, one can follow attached Yocto Guide&lt;/P&gt;&lt;P&gt;sect.5.2 Choosing an i.MX Yocto project image, sect.5.3 Building an image&lt;/P&gt;&lt;P&gt;and nxp linux from &amp;nbsp;source.codeaurora.org/external/imx/linux-imx&amp;nbsp; repository&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.3_2.0.0" target="test_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.3_2.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 06:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049849#M154589</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-05-06T06:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049850#M154590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/davidvescovi"&gt;davidvescovi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;, you can follow steps from user guide. I have verified the i.MX8MMini EVK with &lt;STRONG&gt;fsl-imx-wayland&lt;/STRONG&gt; Distro and &lt;STRONG&gt;"bitbake&amp;nbsp;fsl-image-multimedia"&lt;/STRONG&gt; image. I am able to use the ethernet interface with multimedia packages as well. Let us know if you still face any issues after following the yocto user guide.&amp;nbsp; I have verified in L4.14.98&amp;nbsp;version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 09:30:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049850#M154590</guid>
      <dc:creator>kunalkotecha1</dc:creator>
      <dc:date>2020-05-06T09:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049851#M154591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I am using imx-yocto-L4.14.98_2.0.0_ga and following the directions as described in the i.MX Yocto project user's guide for that exact version.&lt;/P&gt;&lt;P&gt;using&amp;nbsp;fsl-imx-xwayland distro and&amp;nbsp;imx8mmevk machine.&lt;/P&gt;&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=imx8mmevk source fsl-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P&gt;&amp;nbsp;Tried several times:&lt;/P&gt;&lt;P&gt;"bitbake&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;fsl-image-gui" works with ethernet&amp;nbsp; "bitbake fsl-image-multimedia" builds but no ethernet.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 01:19:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049851#M154591</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-09T01:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049852#M154592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;I am using imx-yocto-L4.14.98_2.0.0_ga and following the directions as described in the i.MX Yocto project user's guide for that exact version.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;using&amp;nbsp;fsl-imx-xwayland distro and&amp;nbsp;imx8mmevk machine.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;DISTRO=fsl-imx-xwayland MACHINE=imx8mmevk source fsl-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;Tried several times:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;"bitbake&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;fsl-image-gui" works with ethernet&amp;nbsp; "bitbake fsl-image-multimedia" builds but no ethernet.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2020 12:40:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049852#M154592</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-10T12:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049853#M154593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain what needs to be modified to the add iMX8Mmini fsl-image-multimedia build to get ethernet support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2020 12:43:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049853#M154593</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-10T12:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049854#M154594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I do an ifconfig on multimedia build I get:&lt;/P&gt;&lt;P&gt;lo Link encap:Local Loopback&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet6 addr: ::1/128 Scope:Host&lt;BR /&gt; UP LOOPBACK RUNNING MTU:65536 Metric:1&lt;BR /&gt; RX packets:80 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt; TX packets:80 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt; collisions:0 txqueuelen:1000&lt;BR /&gt; RX bytes:6080 (5.9 KiB) TX bytes:6080 (5.9 KiB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049854#M154594</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-11T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049855#M154595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could it be something in the bootloader build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049855#M154595</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-11T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049856#M154596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe not bootloader related as I am using the same bootload between gui and multimedia build and it makes no difference ... still does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:57:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049856#M154596</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-11T20:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049857#M154597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can try to recheck build steps&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94849"&gt;https://community.nxp.com/docs/DOC-94849&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 00:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049857#M154597</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-05-12T00:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049858#M154598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May you should try it on the iMX8m Mini evk. I rechecked it several times. This version does NOT support ethernet when building fsl-image-multimedia. I have been using this version for almost a year now building several times a week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 00:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049858#M154598</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T00:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049859#M154599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can try L4.14.98_2.3.1 GA&amp;nbsp; 28 February 2020 consolidated release&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.3.1_LINUX_DOCS" target="_blank"&gt;Linux 4.14.98_2.3.1-patch Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 01:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049859#M154599</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-05-13T01:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049860#M154600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/davidvescovi"&gt;davidvescovi&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I was into something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange to know that you are still facing an issue. I have already verified in i.MX8MMini EVK. I have verified that GStreamer packages are installed as well as ethernet is enabled. Is ethernet working in your EVK? Which revision of EVK you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 06:52:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049860#M154600</guid>
      <dc:creator>kunalkotecha1</dc:creator>
      <dc:date>2020-05-13T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049861#M154601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, ethernet is working fine with "fsl-image-gui" and "fsl-image-qt5 builds" as I previously stated.&lt;BR /&gt;Here are the EXACT steps to reproduce (directly from the imx-yocto-L4.14.98_2.0.0_ga docs):&lt;BR /&gt;1. Install dependences and repo&lt;BR /&gt;2.&amp;nbsp;&amp;nbsp;mkdir imx-yocto-bsp&lt;/P&gt;&lt;P&gt;3. cd imx-yocto-bsp&lt;/P&gt;&lt;P&gt;4. repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml&lt;/P&gt;&lt;P&gt;5. repo sync&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; DISTRO=fsl-imx-xwayland MACHINE=imx8mmevk source fsl-setup-release.sh -b build-xwayland&lt;/P&gt;&lt;P&gt;7. bitbake fsl-image-multimedia&lt;/P&gt;&lt;P&gt;8. burn SD card and boot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No ethernet connectivity.&lt;/P&gt;&lt;P&gt;Same procedure but use "bitabake fsl-image-qt5", burn SD card and boot ethernet connectivity works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 10:55:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049861#M154601</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T10:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049862#M154602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;board looks like SCH-31407 REV C1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 10:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049862#M154602</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049863#M154603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see a difference in he documentation between imx-yocto-L4.14.98_2.0.0_ga and imx-yocto-L4.19.35_1.1.0.&lt;BR /&gt;The 4.19.35 docs show an additional "imx-image-multimedia" whereas the 4.14.98 does not show this one. I suspect building "fsl-image-multimedia" under the L4.14.98_2.0.0_ga BSP may be building the "community" image that may not have full support for the iMX8Mmini.???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 11:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049863#M154603</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049864#M154604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/davidvescovi"&gt;davidvescovi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you getting an ethernet device when you give the &lt;STRONG&gt;"ifconfig -a"&lt;/STRONG&gt; command? If no, can you please check the device tree file used has enabled the ethernet device or not. If you are getting the ethernet device, then you need to up the interface. Have you tried with that? Are you facing any issue in that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 11:43:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049864#M154604</guid>
      <dc:creator>kunalkotecha1</dc:creator>
      <dc:date>2020-05-13T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049865#M154605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please read the previous comments ... I already posted the ifconfig.&lt;BR /&gt;here it is again:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;when I do an ifconfig on multimedia build I get:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;lo Link encap:Local Loopback&lt;BR /&gt;inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;UP LOOPBACK RUNNING MTU:65536 Metric:1&lt;BR /&gt;RX packets:80 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:80 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;RX bytes:6080 (5.9 KiB) TX bytes:6080 (5.9 KiB)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 20:03:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049865#M154605</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049866#M154606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and ifconfig -a yield's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# ifconfig -a&lt;BR /&gt;eth0 Link encap:Ethernet HWaddr 00:04:9F:05:F9:47&lt;BR /&gt; BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt; collisions:0 txqueuelen:1000&lt;BR /&gt; RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/P&gt;&lt;P&gt;lo Link encap:Local Loopback&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet6 addr: ::1/128 Scope:Host&lt;BR /&gt; UP LOOPBACK RUNNING MTU:65536 Metric:1&lt;BR /&gt; RX packets:80 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt; TX packets:80 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt; collisions:0 txqueuelen:1000&lt;BR /&gt; RX bytes:6080 (5.9 KiB) TX bytes:6080 (5.9 KiB)&lt;/P&gt;&lt;P&gt;p2p0 Link encap:Ethernet HWaddr CE:C0:79:3A:67:54&lt;BR /&gt; BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt; collisions:0 txqueuelen:3000&lt;BR /&gt; RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/P&gt;&lt;P&gt;wlan0 Link encap:Ethernet HWaddr CC:C0:79:B6:67:54&lt;BR /&gt; BROADCAST MULTICAST MTU:1500 Metric:1&lt;BR /&gt; RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt; TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt; collisions:0 txqueuelen:3000&lt;BR /&gt; RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just not getting an IP address??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 20:17:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049866#M154606</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-05-13T20:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx8Mmini ethernet with multimedia yocto build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049867#M154607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/davidvescovi"&gt;davidvescovi&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I was&amp;nbsp;looking&amp;nbsp;for. You just need to up the ethernet interface and assign the IP address to it. Perform below steps on consle:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig eth0 up&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;udhcpc -i eth0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 03:22:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8Mmini-ethernet-with-multimedia-yocto-build/m-p/1049867#M154607</guid>
      <dc:creator>kunalkotecha1</dc:creator>
      <dc:date>2020-05-14T03:22:48Z</dc:date>
    </item>
  </channel>
</rss>

