<?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: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305806#M176729</link>
    <description>&lt;P&gt;Thank you for answering.&lt;BR /&gt;I tried that method and was able to boot successfully.&lt;/P&gt;&lt;P&gt;I was just thinking about changing u-boot.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 00:50:42 GMT</pubDate>
    <dc:creator>aso</dc:creator>
    <dc:date>2021-07-12T00:50:42Z</dc:date>
    <item>
      <title>How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1204207#M166956</link>
      <description>&lt;P&gt;I have a question regarding the creation of a Linux boot loader (flash.bin) for iMX8QM.&lt;/P&gt;&lt;P&gt;In Linux 4.14.78, I was able to create a loader without u-boot's SPL and confirmed its operation. (make SOC = iMX8QM flash)&lt;/P&gt;&lt;P&gt;However, in Linux 4.19.35, with SPL is the default for u-boot.&lt;BR /&gt;I created a loader with the setting with SPL and confirmed the operation. (make SOC = iMX8QM flash_spl)&lt;/P&gt;&lt;P&gt;I want to create a loader without SPL in 4.19.35, but when I check it, u-boot does not start.&lt;BR /&gt;Does 4.19.35 not support without SPL? (make SOC = iMX8QM flash)&lt;/P&gt;&lt;P&gt;I set u-boot defconfig without SPL, but it doesn't boot well.&lt;/P&gt;&lt;P&gt;I refer to the documentation below.&lt;BR /&gt;Document Number: IMXLUG&lt;BR /&gt;i.MX Linux User's Guide Rev. L4.19.35_1.1.0, 11/2019&lt;BR /&gt;4.5.13 How to build imx-boot image by using imx-mkimage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Aso&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Dec 2020 02:06:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1204207#M166956</guid>
      <dc:creator>aso</dc:creator>
      <dc:date>2020-12-25T02:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1204855#M167051</link>
      <description>&lt;P&gt;I don't build it on 4.19.35, but I download the demo images from nxp official website, I found imx-boot-imx8qmmek-sd.bin-flash and imx-boot-imx8qmmek-sd.bin-flash_spl there, you can download and check it, so 4.19.35 should support uboot without SPL&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 08:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1204855#M167051</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-12-29T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1206452#M167245</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;I checked imx-boot-imx8qmmek-sd.bin-flash. It worked without SPL.&lt;BR /&gt;Can you provide the uboot defconfig file for building imx-boot-imx8qmmek-sd.bin-flash?&lt;BR /&gt;The following default defconfig is with SPL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx&lt;/A&gt; -b rel_imx_4.19.35_1.1.0&lt;BR /&gt;uboot-imx / configs / imx8qm_mek_defconfig&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 04:45:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1206452#M167245</guid>
      <dc:creator>aso</dc:creator>
      <dc:date>2021-01-05T04:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1220992#M168384</link>
      <description>&lt;P&gt;I will contact you again.&lt;/P&gt;&lt;P&gt;I used imx-boot-imx8qmmek-sd.bin-flash in the image below.&lt;BR /&gt;I have confirmed the operation of uboot without SPL.&lt;/P&gt;&lt;P&gt;"&lt;A href="https://www.nxp.com/webapp/Download?colCode=L4.19.35_1.1.0_MX8QM&amp;amp;appType=license" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=L4.19.35_1.1.0_MX8QM&amp;amp;appType=license&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;I think the method of generating this file is as follows.&lt;/P&gt;&lt;P&gt;"Make SOC = iMX8QM flash"&lt;/P&gt;&lt;P&gt;And I think that uboot required for generation will be built with a defconfig file that does not use SPL.&lt;BR /&gt;I need this defconfig file.&lt;BR /&gt;Would you please provide it?&lt;BR /&gt;The defconfig file (imx8qm_mek_defconfig) that can be obtained from the following is the one with SPL, and there is no one without SPL.&lt;/P&gt;&lt;P&gt;"git clone &lt;A href="https://source.codeaurora.org/external/imx/uboot-imx" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx&lt;/A&gt; -b rel_imx_4.19.35_1.1.0"&lt;/P&gt;&lt;P&gt;I modified the imx8qm_mek_defconfig file myself and tried it, but I couldn't boot with the following result.&lt;BR /&gt;This is the result of the UART terminal output.&lt;BR /&gt;One character of 'U' was output and it freezes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="teraterm.JPG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/135781i8D914D486EF54A5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="teraterm.JPG" alt="teraterm.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it okay to think that you can boot if you set uboot's defconfig to the correct setting without SPL?&lt;BR /&gt;Or are there any other set factors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Aso&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Jan 2021 04:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1220992#M168384</guid>
      <dc:creator>aso</dc:creator>
      <dc:date>2021-01-26T04:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305155#M176646</link>
      <description>&lt;P&gt;refer to the soc.mak, if you don't want to SPL, you can use the command&lt;/P&gt;
&lt;P&gt;"make SOC=iMX8QM flash" to build&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 04:49:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305155#M176646</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-07-09T04:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305806#M176729</link>
      <description>&lt;P&gt;Thank you for answering.&lt;BR /&gt;I tried that method and was able to boot successfully.&lt;/P&gt;&lt;P&gt;I was just thinking about changing u-boot.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 00:50:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305806#M176729</guid>
      <dc:creator>aso</dc:creator>
      <dc:date>2021-07-12T00:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to bootloader  without  SPL on iMX8QM Linux 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305856#M176735</link>
      <description>&lt;P&gt;good to know&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 02:49:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-bootloader-without-SPL-on-iMX8QM-Linux-4-19-35/m-p/1305856#M176735</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-07-12T02:49:29Z</dc:date>
    </item>
  </channel>
</rss>

