<?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のトピックiMX8DXL EVK eMMC flashing</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8DXL-EVK-eMMC-flashing/m-p/1376118#M183470</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to flash iMX8DXL EVK's eMMC using uuu tool.&lt;/P&gt;&lt;P&gt;I have downloaded uuu binary from this link &lt;A href="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.130" target="_blank"&gt;https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have taken the binaries from L5.4.70-2.3.0_images_MX8DXLEVK release.&lt;/P&gt;&lt;P&gt;According to iMX Linux User Guide section 4.2.2, I am trying to flash the eMMC using below command,&lt;/P&gt;&lt;P&gt;sudo ./uuu -V -b emmc_all imx-boot-imx8dxlevk-sd.bin-flash imx-image-multimedia-imx8dxlevk.wic&lt;/P&gt;&lt;P&gt;I have removed standard SD card so that EVK will go to serial download mode. USB OTG is getting detected but flashing get stuck in first step itself.&lt;/P&gt;&lt;P&gt;Please check the below log prints.&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.126-0-gb77f1b8&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;FBK: 0x066f 0x9afe&lt;BR /&gt;FBK: 0x066f 0x9bff&lt;BR /&gt;FB: 0x0525 0xa4a5&lt;BR /&gt;FB: 0x18d1 0x0d02&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;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f imx-boot-imx8dxlevk-sd.bin-flash&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM&lt;BR /&gt;SDPS: boot -f imx-boot-imx8dxlevk-sd.bin-flash&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 imx-boot-imx8dxlevk-sd.bin-flash -offset 0x57c00&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 imx-boot-imx8dxlevk-sd.bin-flash -skipspl&lt;BR /&gt;SDPV: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FB: ucmd setenv fastboot_dev mmc&lt;BR /&gt;FB: ucmd setenv mmcdev ${emmc_dev}&lt;BR /&gt;FB: ucmd mmc dev ${emmc_dev}&lt;BR /&gt;FB: flash -raw2sparse all imx-image-multimedia-imx8dxlevk.wic&lt;BR /&gt;FB: flash bootloader imx-boot-imx8dxlevk-sd.bin-flash&lt;BR /&gt;FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;&lt;BR /&gt;FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0&lt;BR /&gt;FB: done&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;libusb: error [udev_hotplug_event] ignoring udev action bind&lt;BR /&gt;New USB Device Attached at 1:1&lt;BR /&gt;1:1&amp;gt;Start Cmd:SDPS: boot -f imx-boot-imx8dxlevk-sd.bin-flash&lt;BR /&gt;100%1:1&amp;gt;Okay (2.031s)&lt;/P&gt;&lt;P&gt;Please let me know if I am missing something asap.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheik Ajith&lt;/P&gt;</description>
    <pubDate>Wed, 24 Nov 2021 08:53:46 GMT</pubDate>
    <dc:creator>sheik</dc:creator>
    <dc:date>2021-11-24T08:53:46Z</dc:date>
    <item>
      <title>iMX8DXL EVK eMMC flashing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8DXL-EVK-eMMC-flashing/m-p/1376118#M183470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to flash iMX8DXL EVK's eMMC using uuu tool.&lt;/P&gt;&lt;P&gt;I have downloaded uuu binary from this link &lt;A href="https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.130" target="_blank"&gt;https://github.com/NXPmicro/mfgtools/releases/tag/uuu_1.3.130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have taken the binaries from L5.4.70-2.3.0_images_MX8DXLEVK release.&lt;/P&gt;&lt;P&gt;According to iMX Linux User Guide section 4.2.2, I am trying to flash the eMMC using below command,&lt;/P&gt;&lt;P&gt;sudo ./uuu -V -b emmc_all imx-boot-imx8dxlevk-sd.bin-flash imx-image-multimedia-imx8dxlevk.wic&lt;/P&gt;&lt;P&gt;I have removed standard SD card so that EVK will go to serial download mode. USB OTG is getting detected but flashing get stuck in first step itself.&lt;/P&gt;&lt;P&gt;Please check the below log prints.&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.3.126-0-gb77f1b8&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;FBK: 0x066f 0x9afe&lt;BR /&gt;FBK: 0x066f 0x9bff&lt;BR /&gt;FB: 0x0525 0xa4a5&lt;BR /&gt;FB: 0x18d1 0x0d02&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;# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ&lt;BR /&gt;SDP: boot -f imx-boot-imx8dxlevk-sd.bin-flash&lt;/P&gt;&lt;P&gt;# This command will be run when ROM support stream mode&lt;BR /&gt;# i.MX8QXP, i.MX8QM&lt;BR /&gt;SDPS: boot -f imx-boot-imx8dxlevk-sd.bin-flash&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 imx-boot-imx8dxlevk-sd.bin-flash -offset 0x57c00&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 imx-boot-imx8dxlevk-sd.bin-flash -skipspl&lt;BR /&gt;SDPV: jump&lt;BR /&gt;# }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;FB: ucmd setenv fastboot_dev mmc&lt;BR /&gt;FB: ucmd setenv mmcdev ${emmc_dev}&lt;BR /&gt;FB: ucmd mmc dev ${emmc_dev}&lt;BR /&gt;FB: flash -raw2sparse all imx-image-multimedia-imx8dxlevk.wic&lt;BR /&gt;FB: flash bootloader imx-boot-imx8dxlevk-sd.bin-flash&lt;BR /&gt;FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;&lt;BR /&gt;FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0&lt;BR /&gt;FB: done&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;libusb: error [udev_hotplug_event] ignoring udev action bind&lt;BR /&gt;New USB Device Attached at 1:1&lt;BR /&gt;1:1&amp;gt;Start Cmd:SDPS: boot -f imx-boot-imx8dxlevk-sd.bin-flash&lt;BR /&gt;100%1:1&amp;gt;Okay (2.031s)&lt;/P&gt;&lt;P&gt;Please let me know if I am missing something asap.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheik Ajith&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8DXL-EVK-eMMC-flashing/m-p/1376118#M183470</guid>
      <dc:creator>sheik</dc:creator>
      <dc:date>2021-11-24T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8DXL EVK eMMC flashing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8DXL-EVK-eMMC-flashing/m-p/1377451#M183573</link>
      <description>&lt;P&gt;Please Download UUU version 1.3.130 or later from &lt;A href="https://github.com/NXPmicro/mfgtools/releases" target="_blank"&gt;https://github.com/NXPmicro/mfgtools/releases&lt;/A&gt;. After uuu_1.3.130 version add i.MX8DXL support. If still not work tell us.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 07:19:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8DXL-EVK-eMMC-flashing/m-p/1377451#M183573</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2021-11-26T07:19:24Z</dc:date>
    </item>
  </channel>
</rss>

