<?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 Adding Packages to i.MX6ULL OS Image using BitBake in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Packages-to-i-MX6ULL-OS-Image-using-BitBake/m-p/744224#M115841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to install the driver of a USB Wi-Fi Dongle (or any other drivers) to my iMX6ULL14x14EVK using Yocto's bitbake command but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I managed to create the simplest OS image using the following command and deployed the image to my target board, however&amp;nbsp;when I plugged the USB WiFi dongle, the processor did not recognize it.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;STRONG&gt;bitbake core-image-minimal&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although there is &lt;STRONG&gt;wlan0&lt;/STRONG&gt; in "&lt;STRONG&gt;/etc/network/interfaces"&lt;/STRONG&gt;&amp;nbsp;I am not able to use it.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# The loopback interface&lt;BR /&gt;auto lo&lt;BR /&gt;iface lo inet loopback&lt;/P&gt;&lt;P&gt;# Wireless interfaces&lt;BR /&gt;auto wlan0&lt;BR /&gt;iface wlan0 inet dhcp&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wireless_mode managed&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wireless_essid any&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wpa-driver wext&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wpa-conf /etc/wpa_supplicant.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iface atml0 inet dhcp&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see below output of U-Boot in the booting process,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Configuring network interfaces... Successfully initialized wpa_supplicant&lt;BR /&gt;rfkill: Cannot open RFKILL control device&lt;BR /&gt;Could not read interface wlan0 flags: No such device&lt;BR /&gt;WEXT: Could not set interface 'wlan0' UP&lt;BR /&gt;wlan0: Failed to initialize driver interface&lt;BR /&gt;wlan0: ERROR while getting interface flags: No such device&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How do I add drivers and create the OS images including those driver using Yocto BitBake, or are there any other methods to do it without using Yocto?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2018 12:18:56 GMT</pubDate>
    <dc:creator>oguzhandalgic</dc:creator>
    <dc:date>2018-02-14T12:18:56Z</dc:date>
    <item>
      <title>Adding Packages to i.MX6ULL OS Image using BitBake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Packages-to-i-MX6ULL-OS-Image-using-BitBake/m-p/744224#M115841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to install the driver of a USB Wi-Fi Dongle (or any other drivers) to my iMX6ULL14x14EVK using Yocto's bitbake command but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I managed to create the simplest OS image using the following command and deployed the image to my target board, however&amp;nbsp;when I plugged the USB WiFi dongle, the processor did not recognize it.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;STRONG&gt;bitbake core-image-minimal&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although there is &lt;STRONG&gt;wlan0&lt;/STRONG&gt; in "&lt;STRONG&gt;/etc/network/interfaces"&lt;/STRONG&gt;&amp;nbsp;I am not able to use it.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# The loopback interface&lt;BR /&gt;auto lo&lt;BR /&gt;iface lo inet loopback&lt;/P&gt;&lt;P&gt;# Wireless interfaces&lt;BR /&gt;auto wlan0&lt;BR /&gt;iface wlan0 inet dhcp&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wireless_mode managed&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wireless_essid any&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wpa-driver wext&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;wpa-conf /etc/wpa_supplicant.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iface atml0 inet dhcp&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see below output of U-Boot in the booting process,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Configuring network interfaces... Successfully initialized wpa_supplicant&lt;BR /&gt;rfkill: Cannot open RFKILL control device&lt;BR /&gt;Could not read interface wlan0 flags: No such device&lt;BR /&gt;WEXT: Could not set interface 'wlan0' UP&lt;BR /&gt;wlan0: Failed to initialize driver interface&lt;BR /&gt;wlan0: ERROR while getting interface flags: No such device&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How do I add drivers and create the OS images including those driver using Yocto BitBake, or are there any other methods to do it without using Yocto?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 12:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-Packages-to-i-MX6ULL-OS-Image-using-BitBake/m-p/744224#M115841</guid>
      <dc:creator>oguzhandalgic</dc:creator>
      <dc:date>2018-02-14T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Packages to i.MX6ULL OS Image using BitBake</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Packages-to-i-MX6ULL-OS-Image-using-BitBake/m-p/744225#M115842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oguzhan DALGIC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could add the driver manually it you want, as you can generate the toolchain from the Yocto BSP. However, using bitbake has its advantages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question here would be in what medium is your Wifi Dongle’s driver. On the following document you can see how to add a driver that is already on a Yocto layer. In this case it’s very straightforward because the driver is available on a layer, otherwise you would need to create a recipe to add the new driver.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-334088"&gt;https://community.nxp.com/docs/DOC-334088&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:35:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-Packages-to-i-MX6ULL-OS-Image-using-BitBake/m-p/744225#M115842</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-02-20T20:35:14Z</dc:date>
    </item>
  </channel>
</rss>

