<?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 iMX8MQ UUU tool error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999222#M148192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to deploy bootloader into eMMC of my custom board that using iMX8MQ chip.&lt;BR /&gt;The work environment is: &lt;BR /&gt; - Ubuntu 18.04 64 bit&lt;BR /&gt; - The UUU tool is got from &lt;A href="https://github.com/NXPmicro/mfgtools/releases" target="test_blank"&gt;https://github.com/NXPmicro/mfgtools/releases&lt;/A&gt; (prebuilt image), version 1.3.134 (latest release)&lt;BR /&gt; - U-Boot config:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;CONFIG_CMD_FASTBOOT=y&lt;BR /&gt; CONFIG_USB_FUNCTION_FASTBOOT=y&lt;BR /&gt; CONFIG_USB_GADGET=y&lt;BR /&gt; CONFIG_USB_GADGET_DOWNLOAD=y&lt;BR /&gt; CONFIG_USB_GADGET_MANUFACTURER="FSL"&lt;BR /&gt; CONFIG_USB_GADGET_VENDOR_NUM=0x0525&lt;BR /&gt; CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5&lt;BR /&gt; CONFIG_USB_DWC3=y&lt;BR /&gt; CONFIG_FSL_FASTBOOT=y&lt;BR /&gt; CONFIG_FASTBOOT=y&lt;BR /&gt; CONFIG_FASTBOOT_BUF_ADDR=0x40480000&lt;BR /&gt; CONFIG_FASTBOOT_BUF_SIZE=0x40000000&lt;BR /&gt; CONFIG_FASTBOOT_FLASH=y&lt;BR /&gt; CONFIG_FASTBOOT_FLASH_MMC_DEV=1&lt;BR /&gt; CONFIG_EFI_PARTITION=y&lt;BR /&gt; CONFIG_ANDROID_BOOT_IMAGE=y&lt;BR /&gt; # SPL enalbe &lt;BR /&gt; CONFIG_SPL_USB_HOST_SUPPORT=y&lt;BR /&gt; CONFIG_SPL_USB_GADGET_SUPPORT=y&lt;BR /&gt; CONFIG_SPL_USB_SDP_SUPPORT=y&lt;BR /&gt; CONFIG_SDP_LOADADDR=0x40400000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;- emmc_dev=0 in boot environment&lt;BR /&gt; - run command: ./uuu -b emmc flash.bin&lt;BR /&gt; output log: &lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.134-0-g0b47f4d&lt;/P&gt;&lt;P&gt;Success 0 Failure 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 3:2 3/ 3 [=================100%=================] SDPV: jump&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nothing happens after that.&lt;BR /&gt; - flash.bin is verified by running in SDcard&lt;/P&gt;&lt;P&gt;One more thing, on the Windows machine, after connecting the board with PC, USB device is not recognized. So I use Linux instead and the "lsusb" command still doesn't show any USB device, but "uuu" command still does something like the output log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2020 15:46:56 GMT</pubDate>
    <dc:creator>hahuonga2</dc:creator>
    <dc:date>2020-03-07T15:46:56Z</dc:date>
    <item>
      <title>iMX8MQ UUU tool error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999222#M148192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to deploy bootloader into eMMC of my custom board that using iMX8MQ chip.&lt;BR /&gt;The work environment is: &lt;BR /&gt; - Ubuntu 18.04 64 bit&lt;BR /&gt; - The UUU tool is got from &lt;A href="https://github.com/NXPmicro/mfgtools/releases" target="test_blank"&gt;https://github.com/NXPmicro/mfgtools/releases&lt;/A&gt; (prebuilt image), version 1.3.134 (latest release)&lt;BR /&gt; - U-Boot config:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;CONFIG_CMD_FASTBOOT=y&lt;BR /&gt; CONFIG_USB_FUNCTION_FASTBOOT=y&lt;BR /&gt; CONFIG_USB_GADGET=y&lt;BR /&gt; CONFIG_USB_GADGET_DOWNLOAD=y&lt;BR /&gt; CONFIG_USB_GADGET_MANUFACTURER="FSL"&lt;BR /&gt; CONFIG_USB_GADGET_VENDOR_NUM=0x0525&lt;BR /&gt; CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5&lt;BR /&gt; CONFIG_USB_DWC3=y&lt;BR /&gt; CONFIG_FSL_FASTBOOT=y&lt;BR /&gt; CONFIG_FASTBOOT=y&lt;BR /&gt; CONFIG_FASTBOOT_BUF_ADDR=0x40480000&lt;BR /&gt; CONFIG_FASTBOOT_BUF_SIZE=0x40000000&lt;BR /&gt; CONFIG_FASTBOOT_FLASH=y&lt;BR /&gt; CONFIG_FASTBOOT_FLASH_MMC_DEV=1&lt;BR /&gt; CONFIG_EFI_PARTITION=y&lt;BR /&gt; CONFIG_ANDROID_BOOT_IMAGE=y&lt;BR /&gt; # SPL enalbe &lt;BR /&gt; CONFIG_SPL_USB_HOST_SUPPORT=y&lt;BR /&gt; CONFIG_SPL_USB_GADGET_SUPPORT=y&lt;BR /&gt; CONFIG_SPL_USB_SDP_SUPPORT=y&lt;BR /&gt; CONFIG_SDP_LOADADDR=0x40400000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;- emmc_dev=0 in boot environment&lt;BR /&gt; - run command: ./uuu -b emmc flash.bin&lt;BR /&gt; output log: &lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.134-0-g0b47f4d&lt;/P&gt;&lt;P&gt;Success 0 Failure 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; 3:2 3/ 3 [=================100%=================] SDPV: jump&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nothing happens after that.&lt;BR /&gt; - flash.bin is verified by running in SDcard&lt;/P&gt;&lt;P&gt;One more thing, on the Windows machine, after connecting the board with PC, USB device is not recognized. So I use Linux instead and the "lsusb" command still doesn't show any USB device, but "uuu" command still does something like the output log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2020 15:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999222#M148192</guid>
      <dc:creator>hahuonga2</dc:creator>
      <dc:date>2020-03-07T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ UUU tool error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999223#M148193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;It seems U-boot is run then I use "./uuu -v -b emmc_all flash.bin &amp;lt;yocto_image&amp;gt;.rootfs.sdcard" command.&lt;/P&gt;&lt;P&gt;The output log from serial port as below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;U-Boot SPL 2018.03-00026-g9bdac38767-dirty (Mar 07 2020 - 23:56:17 +0700)&lt;BR /&gt;PMIC: PFUZE100 ID=0x10&lt;BR /&gt;DDRINFO: start lpddr4 ddr init&lt;BR /&gt;DRAM PHY training for 2400MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 1600MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 1064MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 2400MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DDRINFO:ddrphy calibration done&lt;BR /&gt;DDRINFO: ddrmix config done&lt;BR /&gt;Normal Boot&lt;BR /&gt;Trying to boot from USB SDP&lt;BR /&gt;SDP: initialize...&lt;BR /&gt;SDP: handle requests...&lt;BR /&gt;Downloading file of size 1085212 to 0x40800000... done&lt;BR /&gt;Jumping to header at 0x40800000&lt;BR /&gt;Header Tag is not an IMX image&lt;BR /&gt;Found header at 0x4080c000&lt;BR /&gt;NOTICE: Configuring TZASC380&lt;BR /&gt;INFO: enter&lt;BR /&gt;INFO: security_inversion_en 0&lt;BR /&gt;INFO: exit&lt;BR /&gt;NOTICE: RDC off &lt;BR /&gt;NOTICE: BL31: v2.0(release):&lt;BR /&gt;NOTICE: BL31: Built : 14:46:17, Mar 6 2020&lt;BR /&gt;INFO: GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3&lt;BR /&gt;INFO: BL31: Initializing runtime services&lt;BR /&gt;NOTICE: sip svc init&lt;BR /&gt;INFO: BL31: Preparing for EL3 exit to normal world&lt;BR /&gt;INFO: Entry point address = 0x40200000&lt;BR /&gt;INFO: SPSR = 0x3c9&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2018.03-00026-g9bdac38767-dirty (Mar 07 2020 - 23:56:17 +0700)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX8MQ rev2.1 1300 MHz (running at 800 MHz)&lt;BR /&gt;CPU: Industrial temperature grade (-40C to 105C) at 45C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: Freescale i.MX8MQ EVK&lt;BR /&gt;DRAM: 2 GiB&lt;BR /&gt;tcpc_init: Can't find bus&lt;BR /&gt;setup_typec: tcpc init failed, err=-22&lt;BR /&gt;MMC: CLK max: 199999998, 65535&lt;BR /&gt;FSL_SDHC: 0&lt;BR /&gt;Loading Environment from MMC... MMC: no card present&lt;BR /&gt;*** Warning - No block device, using default environment&lt;/P&gt;&lt;P&gt;Failed (-5)&lt;BR /&gt;No panel detected: default to HDMI&lt;BR /&gt;Display: HDMI (1280x720)&lt;BR /&gt;cdn_api_checkalive: keep-alive counter did not increment for 10us...&lt;BR /&gt;HDMI enable failed!&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;/P&gt;&lt;P&gt;BuildInfo:&lt;BR /&gt; - ATF &lt;BR /&gt; - U-Boot 2018.03-00026-g9bdac38767-dirty&lt;/P&gt;&lt;P&gt;MMC: no card present&lt;BR /&gt;Detect USB boot. Will enter fastboot mode!&lt;BR /&gt;Net: No ethernet found.&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;Boot from USB for mfgtools&lt;BR /&gt;Use default environment for mfgtools&lt;BR /&gt;Run bootcmd_mfg: run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes; then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} ${initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot 0; fi;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;/P&gt;&lt;P&gt;## Checking Image at 43800000 ...&lt;BR /&gt;Unknown image format!&lt;BR /&gt;Run fastboot ...&lt;BR /&gt;dev_get_parent_platdata: null device&lt;BR /&gt;"Synchronous Abort" handler, esr 0x96000004&lt;BR /&gt;elr: 0000000040232ac8 lr : 0000000040232ac4 (reloc)&lt;BR /&gt;elr: 00000000bff45ac8 lr : 00000000bff45ac4&lt;BR /&gt;x0 : d503201fd503201f x1 : 00000000308600b4&lt;BR /&gt;x2 : 00000000bff34cfc x3 : 0000000000000001&lt;BR /&gt;x4 : 00000000ffffffff x5 : 0000000000000000&lt;BR /&gt;x6 : 00000000bcd0a960 x7 : 00000000ffffffd0&lt;BR /&gt;x8 : d503201fd503201f x9 : 0000000000000002&lt;BR /&gt;x10: 00000000bff8a71e x11: 00000000bcd1d300&lt;BR /&gt;x12: 0000000000000002 x13: 0000000000000004&lt;BR /&gt;x14: 00000000bcd0ad4c x15: 0000000000000008&lt;BR /&gt;x16: 0000000000008080 x17: 0000000000000000&lt;BR /&gt;x18: 00000000bcd12da0 x19: 0000000000000000&lt;BR /&gt;x20: 0000000000000001 x21: 00000000bcd0aa3f&lt;BR /&gt;x22: 0000000000000000 x23: 000000000000001d&lt;BR /&gt;x24: 0000000000000002 x25: 0000000000000001&lt;BR /&gt;x26: 0000000000000000 x27: 0000000000000000&lt;BR /&gt;x28: 00000000bcd1d420 x29: 00000000bcd0a970&lt;/P&gt;&lt;P&gt;Resetting CPU ...&lt;/P&gt;&lt;P&gt;resetting ...&lt;/P&gt;&lt;P&gt;U-Boot SPL 2018.03-00026-g9bdac38767-dirty (Mar 07 2020 - 23:56:17 +0700)&lt;BR /&gt;PMIC: PFUZE100 ID=0x10&lt;BR /&gt;DDRINFO: start lpddr4 ddr init&lt;BR /&gt;DRAM PHY training for 2400MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 1600MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 1064MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DRAM PHY training for 2400MTS&lt;BR /&gt;check ddr4_pmu_train_imem code&lt;BR /&gt;check ddr4_pmu_train_imem code pass&lt;BR /&gt;check ddr4_pmu_train_dmem code&lt;BR /&gt;check ddr4_pmu_train_dmem code pass&lt;BR /&gt;Training PASS&lt;BR /&gt;DDRINFO:ddrphy calibration done&lt;BR /&gt;DDRINFO: ddrmix config done&lt;BR /&gt;Normal Boot&lt;BR /&gt;Trying to boot from USB SDP&lt;BR /&gt;SDP: initialize...&lt;BR /&gt;SDP: handle requests...&lt;BR /&gt;Downloading file of size 1085212 to 0x40800000... done&lt;BR /&gt;Jumping to header at 0x40800000&lt;BR /&gt;Header Tag is not an IMX image&lt;BR /&gt;Found header at 0x4080c000&lt;BR /&gt;NOTICE: Configuring TZASC380&lt;BR /&gt;INFO: enter&lt;BR /&gt;INFO: security_inversion_en 0&lt;BR /&gt;INFO: exit&lt;BR /&gt;NOTICE: RDC off &lt;BR /&gt;NOTICE: BL31: v2.0(release):&lt;BR /&gt;NOTICE: BL31: Built : 14:46:17, Mar 6 2020&lt;BR /&gt;INFO: GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3&lt;BR /&gt;INFO: BL31: Initializing runtime services&lt;BR /&gt;NOTICE: sip svc init&lt;BR /&gt;INFO: BL31: Preparing for EL3 exit to normal world&lt;BR /&gt;INFO: Entry point address = 0x40200000&lt;BR /&gt;INFO: SPSR = 0x3c9&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2018.03-00026-g9bdac38767-dirty (Mar 07 2020 - 23:56:17 +0700)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX8MQ rev2.1 1300 MHz (running at 800 MHz)&lt;BR /&gt;CPU: Industrial temperature grade (-40C to 105C)CPU Temperature (46000C) has beyond alert (0C), close to critical (0C) waiting...&lt;BR /&gt;CPU Temperature (47000C) has beyond alert (0C), close to critical (0C) waiting...&lt;BR /&gt;CPU Temperature (48000C) has beyond alert (0C), close to critical (0C) waiting...&lt;BR /&gt;CPU Temperature (48000C) has beyond alert (0C), close to critical (0C) waiting...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The &amp;lt;yocto_image&amp;gt; is not flashed into eMMC.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2020 04:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999223#M148193</guid>
      <dc:creator>hahuonga2</dc:creator>
      <dc:date>2020-03-08T04:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ UUU tool error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999224#M148194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This error is often present if in custom board there isn't a USB type-C as in our design, please try by disabling it, this is done by changing CONFIG_USB_TCPC macro status to no in defconfig file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;CONFIG_SPL_LOAD_FIT=y&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-CONFIG_USB_TCPC=y&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;+CONFIG_USB_TCPC=n&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;CONFIG_USB=y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 21:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999224#M148194</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2020-03-10T21:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8MQ UUU tool error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999225#M148195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I compile and use uuu to load the flash.bin, commond is "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;./uuu -v -b emmc_all flash.bin &amp;lt;yocto_image&amp;gt;.rootfs.sdcard",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;do you know why I do not get one line serial log, even like the content "U-Boot SPL 2018.03-00026-g9bdac38767-dirty (Mar 07 2020 - 23:56:17 +0700)" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 03:05:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8MQ-UUU-tool-error/m-p/999225#M148195</guid>
      <dc:creator>chaoqian</dc:creator>
      <dc:date>2020-08-03T03:05:58Z</dc:date>
    </item>
  </channel>
</rss>

