<?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: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1245771#M170870</link>
    <description>&lt;P&gt;&lt;SPAN&gt;NXP should fix this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nxp-wlan-sdk recipe is the problem here. Nothing to do with the host.&amp;nbsp;&lt;BR /&gt;Add:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_BUILDDIR}"&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;to meta-bsp/recipes-connectivity/nxp-wlan-sdk/nxp-wlan-sdk_git.bb or an append file.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 14:44:29 GMT</pubDate>
    <dc:creator>fabatera</dc:creator>
    <dc:date>2021-03-15T14:44:29Z</dc:date>
    <item>
      <title>zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071512#M157377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm&amp;nbsp;trying to get the&amp;nbsp;5.4.24-2.1.0 release to run on my IMX8MNEVK board but I get the following error when trying to boot the image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;U-Boot SPL 2020.04-5.4.24-2.1.0+g4979a99482 (Jul 07 2020 - 07:18:12 +0000)&lt;BR /&gt;Can't find PMIC:PCA9450&lt;BR /&gt;DDRINFO: start DRAM init&lt;BR /&gt;DDRINFO: DRAM rate 3200MTS&lt;BR /&gt;Training FAILED&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps I take are the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a Dockerfile&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;FROM ubuntu:bionic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###################################################################&lt;BR /&gt;# The following is just because bitbake doesn't like runnig as root&lt;BR /&gt;ARG UID&lt;BR /&gt;ARG GID&lt;BR /&gt;ARG USER&lt;BR /&gt;RUN useradd -m -d /home/$USER -s /bin/bash -g $GID -u $UID $USER&lt;BR /&gt;WORKDIR /home/$USER&lt;BR /&gt;###################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###################################################################&lt;BR /&gt;# These are the dependencies for running bitbake and the other&lt;BR /&gt;# openembedded tools&lt;BR /&gt;RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp; DEBIAN_FRONTEND=noninteractive apt-get install -y \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bc \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;build-essential \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;chrpath \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;cpio \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;debianutils \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;diffstat \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;gawk \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;gcc-multilib \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;git-core \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;iputils-ping \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;libegl1-mesa \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;libsdl1.2-dev \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;locales \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;parted \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;pylint3 \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python3 \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python3-git \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python3-jinja2 \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python3-pexpect \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;python3-pip \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;repo \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;rsync \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;socat \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;texinfo \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;u-boot-tools \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;unzip \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;wget \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;xterm \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;xz-utils \&lt;BR /&gt; &lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&amp;amp;&amp;amp; rm -rf /var/lib/apt/lists/*&lt;BR /&gt;###################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###################################################################&lt;BR /&gt;# Locale stuff, necessary boilerplate&lt;BR /&gt;ENV TZ=Europe/Amsterdam&lt;BR /&gt;RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime &amp;amp;&amp;amp; echo $TZ &amp;gt; /etc/timezone&lt;BR /&gt;RUN locale-gen en_US.UTF-8&lt;BR /&gt;ENV LANG en_US.UTF-8&lt;BR /&gt;ENV LANGUAGE en_US:en&lt;BR /&gt;ENV LC_ALL en_US.UTF-8&lt;BR /&gt;###################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER $UID&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Build&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;docker build --build-arg GID=$(id -g) \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; --build-arg UID=$(id -u) \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; --build-arg USER=$USER \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; -t yocto-build \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; .&lt;BR /&gt;mkdir build&lt;BR /&gt;docker run --rm -it -v$PWD/build:/home/$USER/build yocto-build /bin/bash&lt;BR /&gt;git config --global user.name "XXX&amp;nbsp;YYY"&lt;BR /&gt;git config --global user.email "xxx.yyy@zzz.cc"&lt;BR /&gt;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-zeus -m imx-5.4.24-2.1.0.xml&lt;BR /&gt;repo sync&lt;BR /&gt;MACHINE=imx8mnevk DISTRO=fsl-imx-wayland source imx-setup-release.sh -b build&lt;BR /&gt;bitbake core-image-minimal&lt;BR /&gt;exit # get out of docker&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Install image to SD-card&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;cd build/tmp/deploy/images/imx8mnevk/&lt;BR /&gt;bzip2 -df core-image-minimal-imx8mnevk-2020*.wic.bz2&lt;BR /&gt;cat core-image-minimal-imx8mnevk-2020*.wic | sudo dd of=/dev/sda bs=1M iflag=fullblock oflag=direct conv=fsync&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to build additional images but they all fail, for example the core-image-base image fails with&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;BR /&gt;ERROR: nxp-wlan-sdk-git-r0 do_compile: oe_runmake failed&lt;BR /&gt;ERROR: nxp-wlan-sdk-git-r0 do_compile: Execution of '/home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/temp/run.do_compile.644' failed with exit code 1:&lt;BR /&gt;make -C /lib/modules/5.4.49/build M=/home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/git/mxm_wifiex/wlan_src modules&lt;BR /&gt;make[1]: *** /lib/modules/5.4.49/build: No such file or directory. Stop.&lt;BR /&gt;Makefile:412: recipe for target 'default' failed&lt;BR /&gt;make: *** [default] Error 2&lt;BR /&gt;WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/temp/log.do_compile.644&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing shell function do_compile&lt;BR /&gt;| NOTE: make -j 12 build&lt;BR /&gt;| make -C /lib/modules/5.4.49/build M=/home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/git/mxm_wifiex/wlan_src modules&lt;BR /&gt;| make[1]: *** /lib/modules/5.4.49/build: No such file or directory. Stop.&lt;BR /&gt;| Makefile:412: recipe for target 'default' failed&lt;BR /&gt;| make: *** [default] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Execution of '/home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/temp/run.do_compile.644' failed with exit code 1:&lt;BR /&gt;| make -C /lib/modules/5.4.49/build M=/home/starlord/build/tmp/work/aarch64-poky-linux/nxp-wlan-sdk/git-r0/git/mxm_wifiex/wlan_src modules&lt;BR /&gt;| make[1]: *** /lib/modules/5.4.49/build: No such file or directory. Stop.&lt;BR /&gt;| Makefile:412: recipe for target 'default' failed&lt;BR /&gt;| make: *** [default] Error 2&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| &lt;BR /&gt;ERROR: Task (/home/starlord/sources/meta-imx/meta-sdk/recipes-connectivity/nxp-wlan-sdk/nxp-wlan-sdk_git.bb:do_compile) failed with exit code '1'&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 09:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071512#M157377</guid>
      <dc:creator>simon_pettersso</dc:creator>
      <dc:date>2020-07-07T09:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071513#M157378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simon Pettersson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m not very familiar with containers, but it could be that the host environment does not have all the requirements to build the BSP Release images. The core-image-minimal recipe is part of the Yocto Project and it does not have the same package dependencies as some of the other recipes from the BSP Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see that the recommended host configuration is Ubuntu 16.04 or 18.04 with a list of required packages. While Yocto can tun on many Linux Distributions, the BSP Release for i.MX requires Ubuntu of these specific versions. I see that the container is set to Ubuntu but I would first make sure that it is the right version and that all requires packages are installed. You can find more details on the i.MX Yocto Project User’s Guide that’s part of the BSP documentation.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 22:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071513#M157378</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-07-07T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071514#M157379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a very good point. I use Ubuntu Bionic (18.04) as a base container and add the required packages plus a few more required to build, but as you mention there could be something missing that's not mentioned in the i.MX Yocto Porject User's Guide.&lt;BR /&gt;&lt;BR /&gt;I backtracked to the 5.4.3-1.0.0 version and that core-image-minimal can boot, but it has the same problem to build the other images. I haven't tried the 5.4.3-2.0.0 version yet, I will report back to this thread as soon as I've tried it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 06:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071514#M157379</guid>
      <dc:creator>simon_pettersso</dc:creator>
      <dc:date>2020-07-08T06:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071515#M157380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your boot environment settings indicate that you have the &lt;STRONG&gt;new&lt;/STRONG&gt; 8M Nano EVK with LPDDR4 and the PCA9450 PMIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:46:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071515#M157380</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2020-07-08T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071516#M157381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2020 11:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071516#M157381</guid>
      <dc:creator>simon_pettersso</dc:creator>
      <dc:date>2020-07-10T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071517#M157382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;Simon,&lt;BR /&gt;&lt;BR /&gt;I have a fix for this on WSL2 which I believe is also applicable to Docker.&lt;BR /&gt;&lt;BR /&gt;The makefile for nxp-wlan-sdk&amp;nbsp;uses:&lt;BR /&gt;&lt;BR /&gt;KERNELDIR ?= /lib/modules/$(KERNELVERSION_X86)/build&lt;BR /&gt;&lt;BR /&gt;on WSL2 that is resolving to&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;/lib/modules/4.19.104-microsoft-standard/build&lt;BR /&gt;&lt;BR /&gt;On my WSL2 machine there is nothing in /lib/modules&lt;BR /&gt;&lt;BR /&gt;On a working Ubuntu VM, there is a folder: 5.4.0-26-generic which was probably already there or was installed at some point. They come from the package&amp;nbsp;&lt;SPAN&gt;linux-headers-generic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;There aren't any Microsoft&amp;nbsp;releases of this package so&amp;nbsp;I installed the generic headers.&lt;BR /&gt;&lt;BR /&gt;Installing linux-headers-generic in WSL2 resulted in an install of /lib/modules/5.4.0-40-generic&lt;BR /&gt;&lt;BR /&gt;To fix this, I linked the generic version to the one the Makefile needs.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;apt-get install linux-headers-generic&lt;/LI&gt;&lt;LI style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;ln -s /lib/modules/5.4.0-40-generic&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: inherit; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: inherit;"&gt;/lib/modules/&lt;/SPAN&gt;4.19.104-microsoft-standard&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;then the build worked.&lt;BR /&gt;&lt;BR /&gt;In your case, I think you would need to link to 5.4.49 instead of 4.19.104-microsoft-standard&lt;BR /&gt;&lt;BR /&gt;I hope this works for you.&lt;BR /&gt;&lt;BR /&gt;-Dave&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; border: 0px; font-size: 12pt;"&gt;P.S. to the moderator, sorry about all of the edits but I am finding it impossible to format this message.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071517#M157382</guid>
      <dc:creator>david_datta</dc:creator>
      <dc:date>2020-07-16T08:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071518#M157383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have successfully built and run a Docker image that fixed this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ubuntu:20.04&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;# Fix for nxp-wlan-sdk missing libraries&lt;BR /&gt;RUN apt-get install -y linux-headers-generic&lt;BR /&gt;RUN ln -s /lib/modules/5.4.0-40-generic /lib/modules/4.19.76-linuxkit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Add "repo"&amp;nbsp;&lt;BR /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 16:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071518#M157383</guid>
      <dc:creator>david_datta</dc:creator>
      <dc:date>2020-07-20T16:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071519#M157384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have encountered this issue when updating our imx6ull system from 4.9 /rocko to 5.4/zeus. I am running a Docker container that pulls in 19.10. Will see if it exists on 18.04 before I try the ln -s workaround.&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;-Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 18:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071519#M157384</guid>
      <dc:creator>tylernol</dc:creator>
      <dc:date>2020-07-28T18:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071520#M157385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;18.04 has this as well, but&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;nxp-wlan-sdk is looking for another version. My workaround mod to my Dockerfile for ubuntu 18.04 base image is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3200ca; background-color: #fecc66; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;# Fix for nxp-wlan-sdk missing libraries&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #7f7f7f; background-color: #fecc66; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #a7520c;"&gt;RUN &lt;/SPAN&gt;&lt;SPAN&gt;apt-get install -y linux-headers-generic&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3200ca; background-color: #fecc66; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN&gt;# for 18.04&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #7f7f7f; background-color: #fecc66; margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #a7520c;"&gt;RUN &lt;/SPAN&gt;&lt;SPAN&gt;ln -s /lib/modules/4.15.0-112-generic /lib/modules/4.4.0-21-generic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 21:06:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071520#M157385</guid>
      <dc:creator>tylernol</dc:creator>
      <dc:date>2020-07-28T21:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071521#M157386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for my build under WSL2 Ubuntu 20.04 I had to do:&lt;/P&gt;&lt;P&gt;sudo apt-get install -y linux-headers-generic&lt;/P&gt;&lt;P&gt;sudo ln -s /lib/modules/5.4.0-42-generic /lib/modules/4.19.104-microsoft-standard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:4.19.104 is the Microsoft release version that may change see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows/wsl/kernel-release-notes"&gt;https://docs.microsoft.com/en-us/windows/wsl/kernel-release-notes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2020 11:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1071521#M157386</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2020-08-23T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1245771#M170870</link>
      <description>&lt;P&gt;&lt;SPAN&gt;NXP should fix this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nxp-wlan-sdk recipe is the problem here. Nothing to do with the host.&amp;nbsp;&lt;BR /&gt;Add:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_BUILDDIR}"&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;to meta-bsp/recipes-connectivity/nxp-wlan-sdk/nxp-wlan-sdk_git.bb or an append file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 14:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1245771#M170870</guid>
      <dc:creator>fabatera</dc:creator>
      <dc:date>2021-03-15T14:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: zeus-5.4.24-2.1.0 won't boot on my IMX8MNEVK board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1331139#M179245</link>
      <description>&lt;P&gt;Just to add the conversation. I come across the same issue&amp;nbsp;nxp-wlan-sdk when compiling a full image (5.4.70.2.3.0) inside a Docker container and link directories workaround worked out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;A colleague compiled another fulll image with Zeus 5.4.70.2.3.2&amp;nbsp; inside Docker and he didn't see any issue at all. It seems that problem was fixed starting from that release. Thank you all for sharing your experience.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 16:31:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/zeus-5-4-24-2-1-0-won-t-boot-on-my-IMX8MNEVK-board/m-p/1331139#M179245</guid>
      <dc:creator>Ruben_Charles_avt</dc:creator>
      <dc:date>2021-08-27T16:31:00Z</dc:date>
    </item>
  </channel>
</rss>

