<?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: Yocto Zeus - Kernel hangs and uBoot issues</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1163057#M162929</link>
    <description>&lt;P&gt;To get the boot file to appear under ".../deploy/images/&amp;lt;machine name&amp;gt;/" I had to type "bitbake imx-boot" and &lt;STRONG&gt;not&lt;/STRONG&gt; "bitbake virtual/bootloader". I also needed to run "bitbake -c cleanall virtual/bootloader" and "bitbake -c cleanall imx-boot" before "bitbake imx-boot" would produce the correct "imx-boot-&amp;lt;machine name&amp;gt;-sd.bin-flash_evk" file.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 17:39:28 GMT</pubDate>
    <dc:creator>concerned12345</dc:creator>
    <dc:date>2020-10-05T17:39:28Z</dc:date>
    <item>
      <title>Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1159538#M162567</link>
      <description>&lt;P&gt;Using a SMARC iMX8MM from Embedian with the Yocto Zeus build with core-image-minimal with real-time patches applied - kernel 5.4.24-rt15.&lt;/P&gt;&lt;P&gt;The build instructions say to name the DTB file "/dtbs/imx8mm-smarc.dtb" but when uBoot loads I get the error:&lt;/P&gt;&lt;P&gt;Booting from mmc...&lt;/P&gt;&lt;P&gt;** Unable to read file /dtbs/fsl-smarcimx8mm.dtb **&lt;/P&gt;&lt;P&gt;WARN: Cannot load the DT&lt;/P&gt;&lt;P&gt;I then changed the name of the device tree to "fsl-smarcimx8mm.dtb" and rebooted. Now the kernel hangs at the same spot with error:&lt;/P&gt;&lt;PRE&gt;[    0.921129] 002: imx-sdma 302c0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2
[    0.929300] 002: imx-sdma 302c0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin
[    0.933932] 001: mxs-dma 33000000.dma-controller: initialized&lt;/PRE&gt;&lt;P&gt;I've attached some files with more information. What should I do or what should I check?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 22:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1159538#M162567</guid>
      <dc:creator>concerned12345</dc:creator>
      <dc:date>2020-09-25T22:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1160115#M162636</link>
      <description>&lt;P&gt;Hello concerned12345,&lt;/P&gt;
&lt;P&gt;That mark as invalid dtb, please download again form SMART Embedian web page:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://developer.embedian.com/display/yoctoonsmarc/SMARC-iMX8M-BSP-Zeus" target="_blank"&gt;http://developer.embedian.com/display/yoctoonsmarc/SMARC-iMX8M-BSP-Zeus&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:10:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1160115#M162636</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-09-28T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1160127#M162638</link>
      <description>&lt;P&gt;After contacting Embedian I need to update my boot loader. I did 'bitbake -c compile virtual/bootloader' to build uBoot. There is no boot loader in the path '~/smarc-imx8mm-zeus-release/core-image-minimal/tmp/deploy/images/&amp;lt;machine-name&amp;gt;/'.&lt;/P&gt;&lt;P&gt;I did find the boot loader in '~/smarc-imx8mm-zeus-release/core-image-minimal/tmp/work/smarcimx8mm2g-poky-linux/u-boot-smarcimx8mm/1_2020.04-r0/build/smarcimx8mm_2g_ser3_defconfig/'.&lt;/P&gt;&lt;P&gt;There are several files listed: 'u-boot', 'u-boot.bin', 'u-boot-sd.bin' and others. I wrote each of these files to the SD card with 'sudo dd if=&amp;lt;file name&amp;gt; of=/dev/sdb bs=1024 seek=33'. I made sure the jumper on the board had TEST# grounded so the device would boot from the SD card. I did not get any output from serial connection / terminal.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1160127#M162638</guid>
      <dc:creator>concerned12345</dc:creator>
      <dc:date>2020-09-29T20:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1161912#M162824</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having trouble updating my bootloader on my Embedian SMARC device which is needed to fix my original problem. I ran 'bitbake virtual/bootloader' and under the ".../deply/images/&amp;lt;name&amp;gt;" directory I have files called "u-boot.bin", "u-boot-spl.bin" and other files and links. I do &lt;STRONG&gt;not&lt;/STRONG&gt; have a file named "imx-boot-&amp;lt;machine name&amp;gt;-sd.bin-flash_evk" as stated by Embedian's &lt;A href="http://developer.embedian.com/display/yoctoonsmarc/SMARC-iMX8MM-BSP-Zeus#SMARC-iMX8MM-BSP-Zeus-InstallBootFile(imx-boot-%3Cmachinename%3E-sd.bin-flash_evk)" target="_self"&gt;website&lt;/A&gt;. I don't know what u-boot file to use and I cannot get anything to boot when trying to update. Here are the steps I have taken:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;bitbake virtual/bootloader&lt;/LI&gt;&lt;LI&gt;sudo dd if=u-boot.bin of=/dev/sdb bs=1024 seek=33&lt;OL&gt;&lt;LI&gt;This is run from the ".../deploy/images/&amp;lt;name&amp;gt;" directory.&lt;/LI&gt;&lt;LI&gt;SD card is verified as "sdb" using "lsblk".&lt;/LI&gt;&lt;LI&gt;I've tried other files for "if" as well.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Shorted the TEST# pins on the &lt;A href="http://www.embedian.com/index.php?main_page=product_info&amp;amp;cPath=8&amp;amp;products_id=25" target="_self"&gt;carrier board&lt;/A&gt;, pins 9 and 10 of the MISC jumper.&lt;/LI&gt;&lt;LI&gt;Inserted the SD card and powered on&lt;/LI&gt;&lt;LI&gt;No data or information is sent through the serial connection, SER3.&lt;OL&gt;&lt;LI&gt;This connection has been verified working.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I don't know what I'm missing for updating u-boot, please advise.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:21:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1161912#M162824</guid>
      <dc:creator>concerned12345</dc:creator>
      <dc:date>2020-10-01T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1162590#M162871</link>
      <description>&lt;P&gt;I was asked by e-mail if this response answered my question, it did not. I would like more clarification, please see my other responses.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 14:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1162590#M162871</guid>
      <dc:creator>concerned12345</dc:creator>
      <dc:date>2020-10-03T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Zeus - Kernel hangs and uBoot issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1163057#M162929</link>
      <description>&lt;P&gt;To get the boot file to appear under ".../deploy/images/&amp;lt;machine name&amp;gt;/" I had to type "bitbake imx-boot" and &lt;STRONG&gt;not&lt;/STRONG&gt; "bitbake virtual/bootloader". I also needed to run "bitbake -c cleanall virtual/bootloader" and "bitbake -c cleanall imx-boot" before "bitbake imx-boot" would produce the correct "imx-boot-&amp;lt;machine name&amp;gt;-sd.bin-flash_evk" file.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 17:39:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Zeus-Kernel-hangs-and-uBoot-issues/m-p/1163057#M162929</guid>
      <dc:creator>concerned12345</dc:creator>
      <dc:date>2020-10-05T17:39:28Z</dc:date>
    </item>
  </channel>
</rss>

