<?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: How to change yocto configuration to u-boot from QSPI flash instead of SD card? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881417#M133605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;i.MX_Linux_User's_Guide.pdf&lt;/EM&gt; tells in chapter 4.5.13 "&lt;EM&gt;How to build imx-boot image by using imx-mkimage&lt;/EM&gt;" about a collection of firmware files (also containing u-boot) packaged to one &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;imx-boot image&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I checked my yocto Linux directory &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;imx-yocto-bsp/build-wayland/tmp/deploy/images/imx8mmini-&amp;lt;mydevice&amp;gt;&lt;/SPAN&gt; and found there a file called&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; imx-boot-imx8mmini-&amp;lt;mydevice&amp;gt;-fspi.bin-flash_evk_flexspi&lt;/SPAN&gt; of filesize about 1,1MB. (Note: I switched&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; UBOOT_CONFIG ?? = "sd"&lt;/SPAN&gt; to &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;UBOOT_CONFIG ??= "fspi"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Is it that image which needs to be written to flash address 0x0 (e.g. by the &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;uuu&lt;/SPAN&gt; tool)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2019 11:21:55 GMT</pubDate>
    <dc:creator>fbre</dc:creator>
    <dc:date>2019-04-09T11:21:55Z</dc:date>
    <item>
      <title>How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881409#M133597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In yocto Linux, the machine config file &amp;lt;yocto-project-root&amp;gt;/sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx8mmevk.conf&amp;nbsp; contains this lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;UBOOT_CONFIG ??= "sd"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;UBOOT_CONFIG[sd] = "imx8mm_evk_config,sdcard"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;UBOOT_CONFIG[fspi] = "imx8mm_evk_fspi_defconfig"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;SPL_BINARY = "spl/u-boot-spl.bin"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;# Set imx-mkimage boot target&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;IMAGE_BOOTLOADER = "imx-boot"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I have to change here for booting the u-boot from QSPI?&lt;/P&gt;&lt;P&gt;My silly attempt to change one line to &lt;SPAN style="font-size: 12px; font-family: courier new, courier, monospace;"&gt;UBOOT_CONFIG ??= "qspi1"&lt;/SPAN&gt; leads to compile errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:06:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881409#M133597</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-05T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881410#M133598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.MX8M Mini has not qspi module and from sect.6.1 System Boot&lt;/P&gt;&lt;P&gt;i.MX8MMini Reference Manual :&lt;/P&gt;&lt;P&gt;"boot ROM supports these boot devices:&lt;BR /&gt;• Serial NOR Flash via FlexSPI&lt;BR /&gt;• NAND flash&lt;BR /&gt;• SD/MMC&lt;BR /&gt;• Serial (SPI) NOR"&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/reference-manual/IMX8MMRM.pdf"&gt;https://www.nxp.com/docs/en/reference-manual/IMX8MMRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Flexspi (fspi) support quad spi as described in Table 6-11. FlexSPI Configuration block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 23:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881410#M133598</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-05T23:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881411#M133599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;It's very hard to understand what I should do now to let my board boot from Quad SPI.&lt;/P&gt;&lt;P&gt;Now what I try is&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Change the .conf file in yocto Linux to &lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;UBOOT_CONFIG ??= "fspi" // previously "sd"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Next I bitbake a new Linux image and put that on SD card. I also bitbake a new u-boot with &lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;bitbake -c deploy u-boot-imx &lt;/SPAN&gt;and put the generated file as &lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;u-boot-spi.imx&lt;/SPAN&gt; on SD card as well:&lt;/LI&gt;&lt;LI&gt;I boot from SD card a last time, and go to the u-boot shell and type there the following commands to put the u-boot-fspi.imx to the first flash sectors: &lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;sf probe; sf fatload mmc 0:1 0x80000000 u-boot-spi.imx; sf erase 0x0 0x20000; sf write 0x80000000 0x0 0x20000&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Then I switch off the i.MX8M Mini eval board, change the jumpers pins of SW1102 from sd=&lt;STRONG&gt;0001101000&lt;/STRONG&gt; to spi=&lt;STRONG&gt;0000000010&lt;/STRONG&gt;, pull the SD card out of the slot, and switch the board on again.&lt;/LI&gt;&lt;LI&gt;Now I see nothing happens, u-boot does not print anything to its console.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong? Could you write me down the correct steps I should go? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 10:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881411#M133599</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-08T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881412#M133600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qspi image should be programmed using uuu tool&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/NXPmicro/mfgtools/wiki/How-to-use-UUU-on-Windows" title="https://github.com/NXPmicro/mfgtools/wiki/How-to-use-UUU-on-Windows"&gt;How to use UUU on Windows · NXPmicro/mfgtools Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is MT25QU256ABA1EW7-0SIT on i.MX8M Mini EVK board,&lt;/P&gt;&lt;P&gt;uuu.fspi sample script can be found in Demo Images on link&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-8-processors/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-8-processors/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also recommended to check Linux guide in &lt;A href="https://www.nxp.com/webapp/Download?colCode=L4.14.78_1.0.0_LINUX_DOCS&amp;amp;appType=license&amp;amp;location=null" target="_blank"&gt;Linux L4.14.78_1.0.0 Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 11:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881412#M133600</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-08T11:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881413#M133601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fproducts%2Fprocessors-and-microcontrollers%2Farm-based-processors-and-mcus%2Fi.mx-applications-processors%2Fi.mx-8-processors%2Fi.mx-software-and-development-tool%3AIMX_SW"&gt;i.MX Software | NXP&lt;/A&gt; does not contain "Demo Images" or "uuu.fspi sample script" which you suggest. How can I find "uuu.fspi"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 11:47:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881413#M133601</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-08T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881414#M133602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72807iC8853269C4843FB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=L4.9.123_2.3.0_8MM_GA&amp;amp;appType=license&amp;amp;location=null"&gt;Linux Binary Demo Files - i.MX 8MMini EVK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;does contain&amp;nbsp;uuu.fspi in samples folder, it is attached below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 12:56:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881414#M133602</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-08T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881415#M133603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor for your patience. What is that _flexspi.bin which the script uuu.fspic processes? Where should I take that file from?&lt;BR /&gt;I also understand that _flexspi.bin must start with a header containing configuration parameters, which makes it bootable. I wonder how such file is generated, consisting half of that header and half of u-boot (if I understand it correctly). Is it bitbake of yocto Linux which builds such _flexspi.bin, and if yes, how and where are its config files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 14:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881415#M133603</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-08T14:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881416#M133604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/461842"&gt;https://community.nxp.com/thread/461842&lt;/A&gt;&amp;nbsp; This link is talking about a qspi-header.bin. Since we have the same flash hardware I tried to put it to flash address 0x400 (as suggested there) and the yocto-generated u-boot to 0x1000. But it does not work, the console remains silent after rebooting.&lt;/P&gt;&lt;P&gt;I wonder what is necessary to flash for booting? What should be at flash address 0x0?&lt;/P&gt;&lt;P&gt;I've seen in the uuu.fspi script it just flashes to flash address 0x0 what it gets uploaded, so the key questions are: How can I get a bootable image file? Is it already generated by all the yocto layers? How should it look like, how is it structured, what must it consists of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present I only have the u-boot file which yocto generated for me, and that qspi-header.bin file I have found in the forum here. I'm absolutely stucked now and need some support. I've read all the PDFs but the overall concept is not clear to me, although I have the feeling it may actually quite easy. I just want to boot u-boot from such n25q256a.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 09:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881416#M133604</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-09T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881417#M133605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;i.MX_Linux_User's_Guide.pdf&lt;/EM&gt; tells in chapter 4.5.13 "&lt;EM&gt;How to build imx-boot image by using imx-mkimage&lt;/EM&gt;" about a collection of firmware files (also containing u-boot) packaged to one &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;imx-boot image&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I checked my yocto Linux directory &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;imx-yocto-bsp/build-wayland/tmp/deploy/images/imx8mmini-&amp;lt;mydevice&amp;gt;&lt;/SPAN&gt; and found there a file called&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; imx-boot-imx8mmini-&amp;lt;mydevice&amp;gt;-fspi.bin-flash_evk_flexspi&lt;/SPAN&gt; of filesize about 1,1MB. (Note: I switched&lt;SPAN style="font-family: courier new, courier, monospace;"&gt; UBOOT_CONFIG ?? = "sd"&lt;/SPAN&gt; to &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;UBOOT_CONFIG ??= "fspi"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Is it that image which needs to be written to flash address 0x0 (e.g. by the &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;uuu&lt;/SPAN&gt; tool)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 11:21:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881417#M133605</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-04-09T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881418#M133606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My name is Thomas and I'm a colleague of FB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried to run the uuu-Tool as documented.&lt;/P&gt;&lt;P&gt;1. We downloaded the Linux Binary Demo Files&lt;/P&gt;&lt;P&gt;2. We downloaded the latest version of the uuu-Tool (from &lt;A href="https://github.com/NXPmicro/mfgtools/releases" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3. We run &lt;CODE&gt;uuu -b qspi imx-boot-imx8mmevk-fspi.bin-flash_evk_flexspi&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;The uuu-Tool stated &lt;STRONG style="color: lightgreen;"&gt;Done&lt;/STRONG&gt; and the serial console of the i.MX8 stated the following:&lt;/P&gt;&lt;PRE&gt;U-Boot SPL 2017.03-imx_v2017.03_4.9.123_imx8mm_ga+g8be98e9 (Sep 06 2018 - 10:57:31)
power_bd71837_init
pmic debug: name=BD71837
DDRINFO: start lpddr4 ddr init
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 3000MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 400MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DRAM PHY training for 100MTS
check ddr4_pmu_train_imem code
check ddr4_pmu_train_imem code pass
check ddr4_pmu_train_dmem code
check ddr4_pmu_train_dmem code pass
Training PASS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from USB SDP
SDP: initialize...
SDP: handle requests...
Downloading file of size 916340 to 0x40400000... done
Jumping to header at 0x40400000
Header Tag is not an IMX image

U-Boot 2017.03-imx_v2017.03_4.9.123_imx8mm_ga+g8be98e9 (Sep 06 2018 - 10:57:31 +0000)

CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX8MM rev1.0 1500 MHz (running at 1200 MHz)
CPU:&amp;nbsp;&amp;nbsp; Commercial temperature grade (0C to 95C) at 44C
Reset cause: POR
Model: FSL i.MX8MM EVK board
DRAM:&amp;nbsp; 2 GiB
TCPC:&amp;nbsp; Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x52]
Power supply on USB2
TCPC:&amp;nbsp; Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C1 0x50]
MMC:&amp;nbsp;&amp;nbsp; FSL_SDHC: 0, FSL_SDHC: 1
SF: Detected n25q256a with page size 256 Bytes, erase size 4 KiB, total 32 MiB
*** Warning - bad CRC, using default environment

In:&amp;nbsp;&amp;nbsp;&amp;nbsp; serial
Out:&amp;nbsp;&amp;nbsp; serial
Err:&amp;nbsp;&amp;nbsp; serial

&amp;nbsp;BuildInfo:
&amp;nbsp; - ATF af3554f
&amp;nbsp; - U-Boot 2017.03-imx_v2017.03_4.9.123_imx8mm_ga+g8be98e9

Detect USB boot. Will enter fastboot mode!
unsupported boot devices
Net:
Warning: ethernet@30be0000 using MAC address from ROM
eth0: ethernet@30be0000
Fastboot: Normal
Boot from USB for mfgtools
Use default environment for&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfgtools
Run bootcmd_mfg: run mfgtool_args;&amp;nbsp; if iminfo ${initrd_addr}; then booti ${loadaddr} ${initrd_addr} ${fdt_addr};else echo "Run fastboot ..."; fastboot 0; fi
Hit any key to stop autoboot:&amp;nbsp; 0

## Checking Image at 43800000 ...
Unknown image format!
Run fastboot ...
Detect USB boot. Will enter fastboot mode!
unsupported boot devices
Starting download of 1309556 bytes
.........
downloading of 1309556 bytes finished
SF: Detected n25q256a with page size 256 Bytes, erase size 4 KiB, total 32 MiB
Detect USB boot. Will enter fastboot mode!
unsupported boot devices
SF: 1310720 bytes @ 0x0 Erased: OK
Detect USB boot. Will enter fastboot mode!
unsupported boot devices
device 0 offset 0x0, size 0x13fb74
SF: 1309556 bytes @ 0x0 Written: OK
Detect USB boot. Will enter fastboot mode!
unsupported boot devices

&lt;/PRE&gt;&lt;P&gt;Well, it seems everything run well. Unfortunately the board still does not boot without an SD-Card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2019 05:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881418#M133606</guid>
      <dc:creator>tdoering</dc:creator>
      <dc:date>2019-04-10T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881419#M133607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you using i.MX8M Mini EVK with Micron MT25QU256ABA1EW7 or&lt;/P&gt;&lt;P&gt;this is custom board with different qspi.&lt;/P&gt;&lt;P&gt;For uuu issues suggest to create new thread.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://imxdev.gitlab.io/tutorial/How_to_use_UUU_to_flash_the_iMX_boards/" title="https://imxdev.gitlab.io/tutorial/How_to_use_UUU_to_flash_the_iMX_boards/"&gt;How to use UUU to flash the iMX boards - i.MXDev Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 01:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881419#M133607</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-11T01:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881420#M133608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;yes we are using the "i.MX8M Mini EVK with Micron MT25QU256ABA1EW7". As stated this is not a &lt;EM&gt;uuu&lt;/EM&gt; issue. The question is, why our EVK-Board is not booting from FlexSPI/QSPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;we followed the &lt;EM&gt;uuu&lt;/EM&gt; instructions in the "Linux Binary Demo Files"-Package&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;uuu&lt;/EM&gt; did successfully flashed the provided demo image "imx-boot-imx8mmevk-fspi.bin-flash_evk_flexspi"&lt;/LI&gt;&lt;LI&gt;we set the BOOT_MODE switches as stated in "i.MX 8M Mini LPDDR4 EVK Board Hardware User's Guide", Chapter 2.1 to Internal Boot: QSPI NOR Flash (SW1101: 0110xxxxxx, SW1102: 00000x0010)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When powering on the Board we expected to "see" something on the serial console (SPL coming up or something). But nothing happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 07:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881420#M133608</guid>
      <dc:creator>tdoering</dc:creator>
      <dc:date>2019-04-11T07:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881421#M133609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try Demo Linux L4.9.123 for i.MX 8MMini GA&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.9.123_2.3.0_8MM_GA&amp;amp;appType=license&amp;amp;location=null" title="https://www.nxp.com/webapp/Download?colCode=L4.9.123_2.3.0_8MM_GA&amp;amp;appType=license&amp;amp;location=null"&gt;https://www.nxp.com/webapp/Download?colCode=L4.9.123_2.3.0_8MM_GA&amp;amp;appType=license&amp;amp;location=null&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uuu usage&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/NXPmicro/mfgtools/wiki#How-to-use-UUU-on-Windows" title="https://github.com/NXPmicro/mfgtools/wiki#How-to-use-UUU-on-Windows"&gt;Home · NXPmicro/mfgtools Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it not working from qspi only and work fine for emmc.&lt;/P&gt;&lt;P&gt;If it is not working with emmc too, probably board is broken and there is return service&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/sample-buy/buy-direct/returns-and-warranty-information:WTBUY_DTD_RETURNS" title="https://www.nxp.com/support/sample-buy/buy-direct/returns-and-warranty-information:WTBUY_DTD_RETURNS"&gt;Returns and Warranty Information | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 10:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881421#M133609</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-04-11T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881422#M133610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we already tried that (Demo Linux L4.9.123 - see my previous posts). Booting from eMMC is working. Booting from QSPI is not. I guess we are just missing some very trivial thing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 04:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881422#M133610</guid>
      <dc:creator>tdoering</dc:creator>
      <dc:date>2019-04-15T04:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881423#M133611</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 have the same problem on the 6SX SABER-SDB board&lt;/P&gt;&lt;P&gt;=&amp;gt; sf probe&lt;BR /&gt;SF: Detected n25q256 with page size 256 Bytes, erase size 64 KiB, total 32 MiB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I write the qspi-header (qspi-tmp) obtained from MfgTool to sf 0x400&lt;BR /&gt;Then I write u-boot-imx6sxsabresd_qspi2.imx, obtained from MfgTool to sf 0x1000&lt;/P&gt;&lt;P&gt;I put the SW10,11,12 jumpers in the position 00000000 00000000 0011100 - QSPI boot&lt;/P&gt;&lt;P&gt;I see on the u-boot debug console. Successful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I write u-boot-imx6sxsabresd_qspi2.imx, obtained from L4.14.78_1.0.0_ga_images_MX6QPDLSOLOX.zip at sf 0x0&lt;BR /&gt;The header already exists in this image.&lt;BR /&gt;Starts the debug console. Successful!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3. I build u-boot from sources.&lt;BR /&gt;I write qspi-header obtained from MfgTool at sf 0x400&lt;BR /&gt;Then I write the builds u-boot.imx to sf 0x1000&lt;BR /&gt;Console is empty.&lt;BR /&gt;The forum has a lot of questions on this topic.&lt;BR /&gt;No answer on the merits.&lt;BR /&gt;I studied the IMX6SXRM.pdf documentation. MfgTool does not suit me. There is no jffs2 support in the MfgTool image, for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 15:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881423#M133611</guid>
      <dc:creator>vibrogun</dc:creator>
      <dc:date>2019-04-16T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881424#M133612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also trying to boot U-boot from QSPI using imx8mmevk . Aside from the steps already tried here, I tried building u-boot by following the instructions at i.MX Yocto Project User's Guide (Rev.&amp;nbsp;L4.14.78-1.0.0_ga ) section 5.5 U-Boot configuration. I added a UBOOT_CONFIG = "fspi" to conf/local.conf then build u-boot using command :&amp;nbsp;bitbake -c deploy u-boot-imx. I then changed the&amp;nbsp;dip switches configuration to download mode then used UUU to download u-boot using command:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;sudo ./uuu -b qspi imx-boot-imx8mmevk-fspi.bin-flash_evk_flexspi&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It was succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then changed the dip switches to FSPI mode&amp;nbsp;then powered the device and still nothing shows up in my serial console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone&amp;nbsp;figured out a solution to this question already?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 10:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881424#M133612</guid>
      <dc:creator>la_basco</dc:creator>
      <dc:date>2019-06-07T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881425#M133613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached file worked with 4.14.78 and 4.14.98 binary releases.&lt;/P&gt;&lt;P&gt;How one can test:&lt;/P&gt;&lt;P&gt;- place board in Download mode and flash QSPI with uuu: uuu.exe -b qspi imx-boot-imx8mmevk-fspi.bin&lt;BR /&gt;- switch to QSPI boot mode (according to Linux User Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 07:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881425#M133613</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-18T07:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881426#M133614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE style="width: 784px; height: 164px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0cm 5.4pt; width: 213.083px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: windowtext windowtext windowtext currentcolor; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 261.867px;"&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.0pt; "&gt;Rev A&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: windowtext windowtext windowtext currentcolor; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 261.85px;"&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.0pt; "&gt;Rev C&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-color: currentcolor windowtext windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 213.083px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Image&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.867px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;imx-boot-imx8mmevk-fspi-bf.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.85px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;imx-boot-imx8mmevk-fspi-bf.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-color: currentcolor windowtext windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 213.083px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Boot Jumper Settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Programming&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.867px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;10xxxxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;xxxxxxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.85px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;1010xxxxxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; "&gt;xxxxxxxxx0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-color: currentcolor windowtext windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 213.083px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Boot Jumper Settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;QSPI boot&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.867px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;01xxxxx0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;0000x001&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.85px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;0110xxxxxx &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; "&gt;00100x0010&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-color: currentcolor windowtext windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; border-image: none 100% / 1 / 0 stretch; padding: 0cm 5.4pt; width: 213.083px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Result&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.867px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;OK&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-color: currentcolor windowtext windowtext currentcolor; border-style: none solid solid none; border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 261.85px;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;This is the necessary jumper configuration for &lt;SPAN style="font-size: 11.0pt;"&gt;8M-Mini EVK boards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Then I called these commands which copies the bin file from sd card to qspi flash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; sf probe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; fatload mmc 0:1 0x40480000 imx-boot-imx8mmevk-fspi-bf.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; sf erase 0x0 0x200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; sf write 0x40480000 0x0 0x200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; sf read 0x50000000 0x0 0x200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;u-boot=&amp;gt; cmp.b 0x40480000 0x50000000 0x200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono, monospace;"&gt;Next I switched off the board, removed the SD card and booted from QSPI, and that works well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 10:04:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881426#M133614</guid>
      <dc:creator>fbre</dc:creator>
      <dc:date>2019-06-28T10:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change yocto configuration to u-boot from QSPI flash instead of SD card?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881427#M133615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the boot config settings for the EVK Rev C board are not correctly documented in the EVK Board Hardware User's Guide Rev 0 from 02/2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use these settings for QSPI boot selection on &lt;STRONG&gt;Rev C&lt;/STRONG&gt; boards:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;SW1101:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;0110xxxxxx &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;SW1102:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;00&lt;STRONG style="color: red; "&gt;1&lt;/STRONG&gt;00x0010&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QSPI boot files files in the BSP demo packages &lt;EM&gt;(imx-boot-imx8mmevk-fspi.bin-flash_evk_flexspi) &lt;/EM&gt;work fine for all board version Rev A/B/C, provided that the boot config switches are set correctly.&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>Fri, 28 Jun 2019 11:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-change-yocto-configuration-to-u-boot-from-QSPI-flash/m-p/881427#M133615</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2019-06-28T11:18:34Z</dc:date>
    </item>
  </channel>
</rss>

