<?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: IMX8QXP-MEK laird WiFi module integration issues.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1187336#M165352</link>
    <description>&lt;P&gt;Hi jakub_kostiw&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at below links describing how add additional drivers to image :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-quickly-modify-the-kernel-and-test/ta-p/1129551" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-quickly-modify-the-kernel-and-test/ta-p/1129551&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Task-10-How-to-create-a-custom-layer/ta-p/1121982" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Task-10-How-to-create-a-custom-layer/ta-p/1121982&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In general wifi porting guidelines should be provided by wifi vendor, so recommended to apply to laird&lt;/P&gt;
&lt;P&gt;for additional support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 08:44:36 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-11-23T08:44:36Z</dc:date>
    <item>
      <title>IMX8QXP-MEK laird WiFi module integration issues.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1185949#M165196</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As a proof of concept of our project we are using IMX8QXP-MEK board. We are using Yocto as build system and managed to launch core-image-base onto the target with no issues (DISTRO=fsl-imx-wayland and imx8qxp-mek-root.dtb). Now, what we are struggling to launch is&amp;nbsp;&lt;STRONG&gt;st60-2230c&lt;/STRONG&gt; wi-fi module (i know that NXP supports Murata, but my supervisors chose this module, so I have to make it work :)). I would like to point out that i am not an expert in integrating of such modules with Linux.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I've seen there are no drivers for laird modules in kernel 5.4, only generic&amp;nbsp;&lt;SPAN&gt;Marvel 88W8997 driver. Loading it from menuconfig did not do the trick. I've also loaded kernel-module-pcie8997 present in meta-img/meta-bsp/recipes-kernel/kernel-modules. Upon loading them from within linux system there was no wlan present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Integration with the use of this guide:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.mouser.com/pdfDocs/CS-AN-ST60-BackportsIntegrationv1_0.pdf" target="_blank"&gt;https://www.mouser.com/pdfDocs/CS-AN-ST60-BackportsIntegrationv1_0.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has lead me to an error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;make: *** [Makefile:41: defconfig-sterling60] Error 1&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Execution of '/mnt/Yocto/imx-yocto-bsp/build/tmp/work/imx8qxpmek-poky-linux/sterling-backports-laird/8.2.0.17-r0/temp/run.do_compile.2253815' failed with exit code 1:&lt;BR /&gt;| /--------------&lt;BR /&gt;| | Your kernel headers are incomplete/not installed.&lt;BR /&gt;| | Please install kernel headers, including a .config&lt;BR /&gt;| | file or use the KLIB/KLIB_BUILD make variables to&lt;BR /&gt;| | set the kernel to build against, e.g.&lt;BR /&gt;| | make KLIB=/lib/modules/3.1.7/&lt;BR /&gt;| | to compile/install for the installed kernel 3.1.7&lt;BR /&gt;| | (that isn't currently running.)&lt;BR /&gt;| \--&lt;BR /&gt;| make: *** [Makefile:41: defconfig-sterling60] Error 1&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then I've tried to simply integrate laird's layer to my build system:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/LairdCP/meta-laird-cp" target="_blank"&gt;https://github.com/LairdCP/meta-laird-cp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This lead me to another error:&lt;/P&gt;&lt;P&gt;he recipe sterling-backports-laird is trying to install files into a shared area when those files already exist. Those files and their manifest location are:&lt;BR /&gt;/mnt/Yocto/imx-yocto-bsp/build/tmp/pkgdata/imx8qxpmek/runtime/kernel-module-btusb-5.4.47-2.2.0+g5ec03d06f54e.packaged&lt;BR /&gt;(matched in manifest-imx8qxpmek-linux-imx.packagedata)&lt;BR /&gt;/mnt/Yocto/imx-yocto-bsp/build/tmp/pkgdata/imx8qxpmek/runtime/kernel-module-btusb-5.4.47-2.2.0+g5ec03d06f54e&lt;BR /&gt;(matched in manifest-imx8qxpmek-linux-imx.packagedata)&lt;BR /&gt;Please verify which recipe should provide the above files.&lt;/P&gt;&lt;P&gt;I've tried to remove "wifi bluetooth" options from configuration files as well as kernel modules that come with meta-imx to hopefully exlude kernel-module-btusb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;README section of meta-laird-cp states:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;   1. Remove cfg80211 and mac80211 from the kernel config
   2. Explicitly add the cfg80211 and mac80211 dependencies to the kernel config&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am however not sure what it means, how does one "explicitly add kernel config ?" -&amp;gt; for now it is chosen with make menuconfig.&lt;/P&gt;&lt;P&gt;Could any option chosen in kernel config interfere with this build ?&lt;/P&gt;&lt;P&gt;Does anyone have any experience with integration of such modules and could point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1185949#M165196</guid>
      <dc:creator>jakos</dc:creator>
      <dc:date>2020-11-19T10:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8QXP-MEK laird WiFi module integration issues.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1187336#M165352</link>
      <description>&lt;P&gt;Hi jakub_kostiw&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at below links describing how add additional drivers to image :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-quickly-modify-the-kernel-and-test/ta-p/1129551" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-quickly-modify-the-kernel-and-test/ta-p/1129551&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Task-10-How-to-create-a-custom-layer/ta-p/1121982" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Task-10-How-to-create-a-custom-layer/ta-p/1121982&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In general wifi porting guidelines should be provided by wifi vendor, so recommended to apply to laird&lt;/P&gt;
&lt;P&gt;for additional support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 08:44:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1187336#M165352</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-23T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8QXP-MEK laird WiFi module integration issues.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1208445#M167431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;jakub_kostiw,&lt;/P&gt;&lt;P&gt;John from Laird Connectivity here. Looks like you need to reconfigure your kernel and then recompile/redeploy. To do this, simply run bitbake -c menuconfig virtual/kernel and perform the following:&lt;/P&gt;&lt;P&gt;Go to Device Drivers ---&amp;gt; Network device support ---&amp;gt;&lt;BR /&gt;Deselect [ ] Wireless LAN ----&lt;BR /&gt;Go back to the main menu&lt;BR /&gt;Go to Networking support ---&amp;gt;&lt;BR /&gt;Deselect &amp;lt; &amp;gt; Bluetooth subsystem support ----&lt;BR /&gt;Deselect [ ] Wireless ----&lt;BR /&gt;Go back to the main menu&lt;BR /&gt;Use search (forward slash '/' key) and select the following (if the other systems were selected, these are most likely still selected):&lt;BR /&gt;CRYPTO_SHA256&lt;BR /&gt;CRYPTO_ARC4&lt;BR /&gt;CRYPTO_AES&lt;BR /&gt;CRYPTO_CCM&lt;BR /&gt;CRYPTO_GCM&lt;BR /&gt;CRYPTO_CMAC&lt;BR /&gt;CRC32&lt;BR /&gt;CRYPTO_ECDH&lt;BR /&gt;CRYPTO_ECB&lt;BR /&gt;CRC16&lt;BR /&gt;CRYPTO_BLKCIPHER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this, save and exit menuconfig then:&lt;/P&gt;&lt;P&gt;bitbake -c compile virtual/kernel -f&lt;/P&gt;&lt;P&gt;bitbake -c deploy virtual/kernel&lt;/P&gt;&lt;P&gt;At this point you can build backports. Apologies for that document, it is out of date and I am working on updating it. If you need further support, please reach out to us through our support portal (use the "Open a Support Ticket" button at the bottom):&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lairdconnect.com/resources/support" target="_blank" rel="noopener"&gt;https://www.lairdconnect.com/resources/support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 17:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-laird-WiFi-module-integration-issues/m-p/1208445#M167431</guid>
      <dc:creator>johnnosky</dc:creator>
      <dc:date>2021-01-07T17:16:31Z</dc:date>
    </item>
  </channel>
</rss>

