<?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: Laird Radio Implementation</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Laird-Radio-Implementation/m-p/1782529#M218170</link>
    <description>&lt;P&gt;That kind of error happens when kernel was restored from sstate cache without build&lt;/P&gt;&lt;P&gt;bitbake -c cleansstate linux-imx&lt;/P&gt;&lt;P&gt;should fix it, if not dump yocto build completely with sstate cache and build again&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 23:34:02 GMT</pubDate>
    <dc:creator>borisk</dc:creator>
    <dc:date>2024-01-03T23:34:02Z</dc:date>
    <item>
      <title>Laird Radio Implementation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Laird-Radio-Implementation/m-p/1782451#M218165</link>
      <description>&lt;P&gt;I am trying to implement a LairdCP LWB5+ radio module. A year ago this was working on our platform, since then Laird has made changes in their github repo. I have renamed all of my includes to match their new names but I am not able to build.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my local.conf I have&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PREFERRED_PROVIDER_wpa-supplicant = "summit-supplicant"
PREFERRED_PROVIDER_wpa-supplicant-cli = "summit-supplicant"
PREFERRED_PROVIDER_wpa-supplicant-passphrase = "summit-supplicant"
PREFERRED_RPROVIDER_wireless-regdb-static = "wireless-regdb"
LWB_REGDOMAIN = "US"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my mainapplication.inc I have&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# Install necessary libraries
IMAGE_INSTALL_append = " packagegroup-core-ssh-openssh \
    openssl \
    can-utils \
    libsocketcan \
    sudo \
    wireless-tools crda \
    boost \
    libgpiod \
    lumissil-kernel-module \
    lumissil \
    logrotate \
    socat \
    iproute2 \
    rng-tools \
    ca-certificates \
    tzdata \
    htop \
    ethtool \
    iperf3 \
    tcpdump \
    iw wireless-tools wpa-supplicant wireless-regdb-static crda \
    lwb5plus-sdio-sa-firmware \
    kernel-module-lwb5p-backports-summit \
    sterling-supplicant-lwb \
    laird-localize-firmware \
    u-boot-fw-utils \
    open-plc-utils \
    dbcppp \
    i2c-tools \
    firmware-imx-sdma-imx6q \
    "&lt;/LI-CODE&gt;&lt;P&gt;I am attempting to use&amp;nbsp;&lt;A title="lrd-10.0.0.x" href="https://github.com/LairdCP/meta-summit-radio/tree/lrd-10.0.0.x" target="_blank" rel="noopener"&gt;https://github.com/LairdCP/meta-summit-radio/tree/lrd-10.0.0.x&lt;/A&gt;&amp;nbsp;as this is what we have been using since this project was first created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do my bitbake I get the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;ERROR: kernel-module-lwb5p-backports-summit-10.54.0.13-r0 do_compile: oe_runmake failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;|&lt;BR /&gt;| ERROR: Kernel configuration is invalid.&lt;BR /&gt;| include/generated/autoconf.h or include/config/auto.conf are missing.&lt;BR /&gt;| Run 'make oldconfig &amp;amp;&amp;amp; make prepare' on kernel src to fix it.&lt;BR /&gt;|&lt;BR /&gt;| make[5]: *** [/mnt/YoctoDrive/Documents/mainpplication/build-fb/tmp/work-shared/imx6ull14x14evk/kernel-source/Makefile:720: include/config/auto.conf] Error 1&lt;BR /&gt;| make[4]: *** [Makefile:185: __sub-make] Error 2&lt;BR /&gt;| make[3]: *** [Makefile.build:13: modules] Error 2&lt;BR /&gt;| make[2]: *** [Makefile.real:91: modules] Error 2&lt;BR /&gt;| make[1]: *** [Makefile:43: modules] Error 2&lt;BR /&gt;| make: *** [Makefile:30: default] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can confirm that I have disabled bluetooth and cfg80211 and mac80211, I believe I have added all the required dependencies. Just wondering if anyone has encountered this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 18:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Laird-Radio-Implementation/m-p/1782451#M218165</guid>
      <dc:creator>MichaelBMiner</dc:creator>
      <dc:date>2024-01-03T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Laird Radio Implementation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Laird-Radio-Implementation/m-p/1782529#M218170</link>
      <description>&lt;P&gt;That kind of error happens when kernel was restored from sstate cache without build&lt;/P&gt;&lt;P&gt;bitbake -c cleansstate linux-imx&lt;/P&gt;&lt;P&gt;should fix it, if not dump yocto build completely with sstate cache and build again&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 23:34:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Laird-Radio-Implementation/m-p/1782529#M218170</guid>
      <dc:creator>borisk</dc:creator>
      <dc:date>2024-01-03T23:34:02Z</dc:date>
    </item>
  </channel>
</rss>

