<?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 Not able to boot u-boot from QSPI flash in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1165888#M163296</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a custom board which has imx8qxp. We are able to flash OSPI flash and able to load the u-boot from that but when we try to flash the QSPI flash placing it in the same location, uuu utility is showing success message but doesn't boot from QSPI. I have verified that processor doesn't generate any SPI clock while flashing in QSPI case.&lt;/P&gt;&lt;P&gt;From the uuu logs looks like operations are performed much faster than it usually time it takes in OSPI&lt;/P&gt;&lt;P&gt;Can you please help us what can be the issue?&lt;/P&gt;&lt;P&gt;uuu flashing logs&lt;/P&gt;&lt;P&gt;===============&lt;/P&gt;&lt;P&gt;tejas@tejas-OptiPlex-3070:~/mfgtools/uuu$ sudo ./uuu -V -b qspi ~/imx-mkimage/iMX8QX/flash.bin&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.191-0-g4fe24b9&lt;/P&gt;&lt;P&gt;Build in config:&lt;BR /&gt;Pctl Chip Vid Pid BcdVersion&lt;BR /&gt;==================================================&lt;BR /&gt;SDPS: MX8QXP 0x1fc9 0x012f [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8QM 0x1fc9 0x0129 [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8DXL 0x1fc9 0x0147&lt;BR /&gt;SDPS: MX28 0x15a2 0x004f&lt;BR /&gt;SDPS: MX815 0x1fc9 0x013e&lt;BR /&gt;SDPS: MX865 0x1fc9 0x0146&lt;BR /&gt;SDP: MX7D 0x15a2 0x0076&lt;BR /&gt;SDP: MX6Q 0x15a2 0x0054&lt;BR /&gt;SDP: MX6D 0x15a2 0x0061&lt;BR /&gt;SDP: MX6SL 0x15a2 0x0063&lt;BR /&gt;SDP: MX6SX 0x15a2 0x0071&lt;BR /&gt;SDP: MX6UL 0x15a2 0x007d&lt;BR /&gt;SDP: MX6ULL 0x15a2 0x0080&lt;BR /&gt;SDP: MX6SLL 0x1fc9 0x0128&lt;BR /&gt;SDP: MX7ULP 0x1fc9 0x0126&lt;BR /&gt;SDP: MXRT106X 0x1fc9 0x0135&lt;BR /&gt;SDP: MX8MM 0x1fc9 0x0134&lt;BR /&gt;SDP: MX8MQ 0x1fc9 0x012b&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x0525 0xb4a4 [0x0500..0x9998]&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x9999..0x9999]&lt;BR /&gt;SDPU: SPL 0x3016 0x1001 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x3016 0x1001 [0x0500..0x9998]&lt;BR /&gt;FBK: 0x066f 0x9afe&lt;BR /&gt;FBK: 0x066f 0x9bff&lt;BR /&gt;FB: 0x0525 0xa4a5&lt;BR /&gt;FB: 0x18d1 0x0d02&lt;BR /&gt;FB: 0x3016 0x0001&lt;/P&gt;&lt;P&gt;Run built-in script:&lt;BR /&gt;&lt;BR /&gt;uuu_version 1.2.39&lt;/P&gt;&lt;P&gt;# @/home/tejas/imx-mkimage/iMX8QX/flash.bin | bootloader&lt;BR /&gt;# @/home/tejas/imx-mkimage/iMX8QX/flash.bin [/home/tejas/imx-mkimage/iMX8QX/flash.bin] | image burn to flexspi, default is the same as bootloader&lt;/P&gt;&lt;P&gt;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM, skip QSPI header&lt;BR /&gt;SDPS: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipfhdr&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# SDPU will be deprecated. please use SDPV instead of SDPU&lt;BR /&gt;# {&lt;BR /&gt;SDPU: delay 1000&lt;BR /&gt;SDPU: write -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -offset 0x10000 -skipfhdr&lt;BR /&gt;SDPU: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# if (SPL support SDPV)&lt;BR /&gt;# {&lt;BR /&gt;SDPV: delay 1000&lt;BR /&gt;SDPV: write -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipspl -skipfhdr&lt;BR /&gt;SDPV: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;FB: ucmd setenv fastboot_buffer ${loadaddr}&lt;BR /&gt;FB: download -f /home/tejas/imx-mkimage/iMX8QX/flash.bin&lt;/P&gt;&lt;P&gt;# Check Image if include flexspi header&lt;BR /&gt;FB: ucmd if qspihdr dump ${fastboot_buffer}; then setenv qspihdr_exist yes; else setenv qspihdr_exist no; fi;&lt;/P&gt;&lt;P&gt;FB[-t 60000]: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi;&lt;/P&gt;&lt;P&gt;#if uboot can't support qspihdr command, use uboot image to write qspi image, which require image include qspi flash header&lt;BR /&gt;FB: ucmd if test ${qspihdr_exist} = no; then sf probe; else true; fi;&lt;BR /&gt;FB[-t 40000]: ucmd if test ${qspihdr_exist} = no; then sf erase 0 +${fastboot_bytes}; else true; fi;&lt;BR /&gt;FB[-t 20000]: ucmd if test ${qspihdr_exist} = no; then sf write ${fastboot_buffer} 0 ${fastboot_bytes}; else true; fi;&lt;BR /&gt;FB: done&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;New USB Device Attached at 1:3&lt;BR /&gt;1:3&amp;gt;Start Cmd:SDPS: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipfhdr&lt;BR /&gt;100%1:3&amp;gt;Okay (0.505s)&lt;BR /&gt;New USB Device Attached at 1:3&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd setenv fastboot_buffer ${loadaddr}&lt;BR /&gt;1:3&amp;gt;Okay (0.004s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: download -f /home/tejas/ISSI/imx-mkimage/iMX8QX/flash.bin&lt;BR /&gt;1:3&amp;gt;Okay (0.044s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd if qspihdr dump ${fastboot_buffer}; then setenv qspihdr_exist yes; else setenv qspihdr_exist no; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.007s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 60000]: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.004s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd if test ${qspihdr_exist} = no; then sf probe; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.016s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 40000]: ucmd if test ${qspihdr_exist} = no; then sf erase 0 +${fastboot_bytes}; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.011s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 20000]: ucmd if test ${qspihdr_exist} = no; then sf write ${fastboot_buffer} 0 ${fastboot_bytes}; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.528s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: done&lt;BR /&gt;1:3&amp;gt;Okay (0s)&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;</description>
    <pubDate>Mon, 12 Oct 2020 07:37:58 GMT</pubDate>
    <dc:creator>tejas-volansys</dc:creator>
    <dc:date>2020-10-12T07:37:58Z</dc:date>
    <item>
      <title>Not able to boot u-boot from QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1165888#M163296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a custom board which has imx8qxp. We are able to flash OSPI flash and able to load the u-boot from that but when we try to flash the QSPI flash placing it in the same location, uuu utility is showing success message but doesn't boot from QSPI. I have verified that processor doesn't generate any SPI clock while flashing in QSPI case.&lt;/P&gt;&lt;P&gt;From the uuu logs looks like operations are performed much faster than it usually time it takes in OSPI&lt;/P&gt;&lt;P&gt;Can you please help us what can be the issue?&lt;/P&gt;&lt;P&gt;uuu flashing logs&lt;/P&gt;&lt;P&gt;===============&lt;/P&gt;&lt;P&gt;tejas@tejas-OptiPlex-3070:~/mfgtools/uuu$ sudo ./uuu -V -b qspi ~/imx-mkimage/iMX8QX/flash.bin&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.191-0-g4fe24b9&lt;/P&gt;&lt;P&gt;Build in config:&lt;BR /&gt;Pctl Chip Vid Pid BcdVersion&lt;BR /&gt;==================================================&lt;BR /&gt;SDPS: MX8QXP 0x1fc9 0x012f [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8QM 0x1fc9 0x0129 [0x0002..0xffff]&lt;BR /&gt;SDPS: MX8DXL 0x1fc9 0x0147&lt;BR /&gt;SDPS: MX28 0x15a2 0x004f&lt;BR /&gt;SDPS: MX815 0x1fc9 0x013e&lt;BR /&gt;SDPS: MX865 0x1fc9 0x0146&lt;BR /&gt;SDP: MX7D 0x15a2 0x0076&lt;BR /&gt;SDP: MX6Q 0x15a2 0x0054&lt;BR /&gt;SDP: MX6D 0x15a2 0x0061&lt;BR /&gt;SDP: MX6SL 0x15a2 0x0063&lt;BR /&gt;SDP: MX6SX 0x15a2 0x0071&lt;BR /&gt;SDP: MX6UL 0x15a2 0x007d&lt;BR /&gt;SDP: MX6ULL 0x15a2 0x0080&lt;BR /&gt;SDP: MX6SLL 0x1fc9 0x0128&lt;BR /&gt;SDP: MX7ULP 0x1fc9 0x0126&lt;BR /&gt;SDP: MXRT106X 0x1fc9 0x0135&lt;BR /&gt;SDP: MX8MM 0x1fc9 0x0134&lt;BR /&gt;SDP: MX8MQ 0x1fc9 0x012b&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x0525 0xb4a4 [0x0500..0x9998]&lt;BR /&gt;SDPU: SPL 0x0525 0xb4a4 [0x9999..0x9999]&lt;BR /&gt;SDPU: SPL 0x3016 0x1001 [0x0000..0x04ff]&lt;BR /&gt;SDPV: SPL1 0x3016 0x1001 [0x0500..0x9998]&lt;BR /&gt;FBK: 0x066f 0x9afe&lt;BR /&gt;FBK: 0x066f 0x9bff&lt;BR /&gt;FB: 0x0525 0xa4a5&lt;BR /&gt;FB: 0x18d1 0x0d02&lt;BR /&gt;FB: 0x3016 0x0001&lt;/P&gt;&lt;P&gt;Run built-in script:&lt;BR /&gt;&lt;BR /&gt;uuu_version 1.2.39&lt;/P&gt;&lt;P&gt;# @/home/tejas/imx-mkimage/iMX8QX/flash.bin | bootloader&lt;BR /&gt;# @/home/tejas/imx-mkimage/iMX8QX/flash.bin [/home/tejas/imx-mkimage/iMX8QX/flash.bin] | image burn to flexspi, default is the same as bootloader&lt;/P&gt;&lt;P&gt;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM, skip QSPI header&lt;BR /&gt;SDPS: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipfhdr&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# SDPU will be deprecated. please use SDPV instead of SDPU&lt;BR /&gt;# {&lt;BR /&gt;SDPU: delay 1000&lt;BR /&gt;SDPU: write -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -offset 0x10000 -skipfhdr&lt;BR /&gt;SDPU: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;# These commands will be run when use SPL and will be skipped if no spl&lt;BR /&gt;# if (SPL support SDPV)&lt;BR /&gt;# {&lt;BR /&gt;SDPV: delay 1000&lt;BR /&gt;SDPV: write -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipspl -skipfhdr&lt;BR /&gt;SDPV: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;FB: ucmd setenv fastboot_buffer ${loadaddr}&lt;BR /&gt;FB: download -f /home/tejas/imx-mkimage/iMX8QX/flash.bin&lt;/P&gt;&lt;P&gt;# Check Image if include flexspi header&lt;BR /&gt;FB: ucmd if qspihdr dump ${fastboot_buffer}; then setenv qspihdr_exist yes; else setenv qspihdr_exist no; fi;&lt;/P&gt;&lt;P&gt;FB[-t 60000]: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi;&lt;/P&gt;&lt;P&gt;#if uboot can't support qspihdr command, use uboot image to write qspi image, which require image include qspi flash header&lt;BR /&gt;FB: ucmd if test ${qspihdr_exist} = no; then sf probe; else true; fi;&lt;BR /&gt;FB[-t 40000]: ucmd if test ${qspihdr_exist} = no; then sf erase 0 +${fastboot_bytes}; else true; fi;&lt;BR /&gt;FB[-t 20000]: ucmd if test ${qspihdr_exist} = no; then sf write ${fastboot_buffer} 0 ${fastboot_bytes}; else true; fi;&lt;BR /&gt;FB: done&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;New USB Device Attached at 1:3&lt;BR /&gt;1:3&amp;gt;Start Cmd:SDPS: boot -f /home/tejas/imx-mkimage/iMX8QX/flash.bin -skipfhdr&lt;BR /&gt;100%1:3&amp;gt;Okay (0.505s)&lt;BR /&gt;New USB Device Attached at 1:3&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd setenv fastboot_buffer ${loadaddr}&lt;BR /&gt;1:3&amp;gt;Okay (0.004s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: download -f /home/tejas/ISSI/imx-mkimage/iMX8QX/flash.bin&lt;BR /&gt;1:3&amp;gt;Okay (0.044s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd if qspihdr dump ${fastboot_buffer}; then setenv qspihdr_exist yes; else setenv qspihdr_exist no; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.007s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 60000]: ucmd if test ${qspihdr_exist} = yes; then qspihdr init ${fastboot_buffer} ${fastboot_bytes} safe; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.004s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: ucmd if test ${qspihdr_exist} = no; then sf probe; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.016s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 40000]: ucmd if test ${qspihdr_exist} = no; then sf erase 0 +${fastboot_bytes}; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.011s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB[-t 20000]: ucmd if test ${qspihdr_exist} = no; then sf write ${fastboot_buffer} 0 ${fastboot_bytes}; else true; fi;&lt;BR /&gt;1:3&amp;gt;Okay (0.528s)&lt;BR /&gt;1:3&amp;gt;Start Cmd:FB: done&lt;BR /&gt;1:3&amp;gt;Okay (0s)&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;</description>
      <pubDate>Mon, 12 Oct 2020 07:37:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1165888#M163296</guid>
      <dc:creator>tejas-volansys</dc:creator>
      <dc:date>2020-10-12T07:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to boot u-boot from QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1166005#M163309</link>
      <description>&lt;P&gt;Hi tejas-volansys&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what bsp used in the case, from log "uuu_version 1.2.39" seems this is old&lt;/P&gt;
&lt;P&gt;version. Recommended to try latest&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.4.43" target="_blank"&gt;https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.4.43&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;with latest NXP linux release&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note, for successful boot from new qspi nor specific for that part fspi header in needed, fspi_header:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/imx-mkimage/tree/scripts?h=imx_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-mkimage/tree/scripts?h=imx_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Description can be found in sect.5.8.3.3 FlexSPI configuration parameters&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_1" href="https://www.nxp.com/webapp/Download?colCode=IMX8DQXPRM" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX 8DualXPlus/8QuadXPlus Applications Processor Reference Manual&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 10:39:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1166005#M163309</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-12T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to boot u-boot from QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1173321#M164051</link>
      <description>&lt;P&gt;Which processor did you checked also for &lt;A href="https://911electronic.com/spi-communication-how-spi-works/" target="_self"&gt;spi clock&lt;/A&gt; requirements?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 19:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1173321#M164051</guid>
      <dc:creator>Talotem</dc:creator>
      <dc:date>2020-10-26T19:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to boot u-boot from QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1173555#M164066</link>
      <description>&lt;P&gt;I am using imx8qxp and QSPI flash supports upto 200 MHz. I am able to probe the flash while booting image from emmc but not able to flash image on QSPI flash&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 05:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-boot-u-boot-from-QSPI-flash/m-p/1173555#M164066</guid>
      <dc:creator>tejas-volansys</dc:creator>
      <dc:date>2020-10-27T05:30:03Z</dc:date>
    </item>
  </channel>
</rss>

