<?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: Error when flashing 8MNano using UUU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206965#M167290</link>
    <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I tried this command per your suggestion from unzip folder:&lt;/P&gt;&lt;P&gt;"..\uuu.exe" -b emmc_all imx-boot-imx8mnevk-sd.bin-flash_evk imx-image-full-imx8mnevk.tar.bz2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output is:&lt;/P&gt;&lt;P&gt;=====================================================================&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&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;/P&gt;&lt;P&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-imx8mnevk-sd.bin-flash_evk&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-imx8mnevk-sd.bin-flash_evk&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-imx8mnevk-sd.bin-flash_evk -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-imx8mnevk-sd.bin-flash_evk -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-full-imx8mnevk.tar.bz2/*&lt;BR /&gt;FB: flash bootloader imx-boot-imx8mnevk-sd.bin-flash_evk&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;New USB Device Attached at 2:2&lt;BR /&gt;2:2&amp;gt;Start Cmd:SDPS: boot -f imx-boot-imx8mnevk-sd.bin-flash_evk&lt;BR /&gt;3%2:2&amp;gt;Fail HID(W):LIBUSB_ERROR_TIMEOUT(1.023s)&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the UART output is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot SPL 2020.04-5.4.70-2.3.0+ge42dee801e (Dec 04 2020 - 00:32:06 +0000)&lt;BR /&gt;Can't find PMIC:PCA9450&lt;BR /&gt;DDRINFO: start DRAM init&lt;BR /&gt;DDRINFO: DRAM rate 3200MTS&lt;BR /&gt;Training FAILED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My packing list says the part is 8MNANOD4-EVK REV A.&amp;nbsp; Don't how to tell if its&amp;nbsp;LPDDR4&amp;nbsp; or DDR4.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 15:00:32 GMT</pubDate>
    <dc:creator>tgibson</dc:creator>
    <dc:date>2021-01-05T15:00:32Z</dc:date>
    <item>
      <title>Error when flashing 8MNano using UUU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206265#M167220</link>
      <description>&lt;P&gt;I'm trying to flash a i.MX 8Nano EVK board with the prebuilt linux images using Win10.&amp;nbsp; I set the jumpers to 1000 for SDP mode.&lt;/P&gt;&lt;P&gt;I run the command:&lt;/P&gt;&lt;P&gt;uuu -v L5.4.70-2.3.0_images_MX8MNEVK.zip/uuu.auto-imx8mnevk&lt;/P&gt;&lt;P&gt;and get the following:&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&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;BR /&gt;Wait for Known USB Device Appear...&lt;BR /&gt;Decompress file:uuu.auto-imx8mnevk&lt;BR /&gt;100%Decompress file:imx-boot-imx8mnevk-sd.bin-flash_evk&lt;BR /&gt;Decompress file:imx-image-multimedia-imx8mnevk.wic&lt;BR /&gt;2%New USB Device Attached at 2:2&lt;BR /&gt;100%2:2&amp;gt;Start Cmd:SDPS: boot -f imx-boot-imx8mnevk-sd.bin-flash_evk&lt;BR /&gt;2:2&amp;gt;Fail HID(W):LIBUSB_ERROR_TIMEOUT(1.003s)&lt;/P&gt;&lt;P&gt;=============================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference:&lt;/P&gt;&lt;P&gt;uuu.exe -lsusb&lt;BR /&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&lt;/P&gt;&lt;P&gt;Connected Known USB Devices&lt;BR /&gt;Path Chip Pro Vid Pid BcdVersion&lt;BR /&gt;==================================================&lt;BR /&gt;2:2 MX815 SDPS: 0x1FC9 0x013E 0x0001&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, 04 Jan 2021 20:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206265#M167220</guid>
      <dc:creator>tgibson</dc:creator>
      <dc:date>2021-01-04T20:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when flashing 8MNano using UUU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206355#M167231</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to unzip the zip file and use command like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;uuu -b emmc_all imx-boot-imx8mmevk-sd.bin-flash_evk imx-image-full-imx8mmevk-20200708060549.rootfs.bz2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 01:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206355#M167231</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-01-05T01:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error when flashing 8MNano using UUU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206495#M167247</link>
      <description>&lt;P&gt;The&amp;nbsp; 8MN evk is LPDDR4 evk or DDR4 evk?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the uart output?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 05:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206495#M167247</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-05T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error when flashing 8MNano using UUU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206965#M167290</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I tried this command per your suggestion from unzip folder:&lt;/P&gt;&lt;P&gt;"..\uuu.exe" -b emmc_all imx-boot-imx8mnevk-sd.bin-flash_evk imx-image-full-imx8mnevk.tar.bz2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output is:&lt;/P&gt;&lt;P&gt;=====================================================================&lt;/P&gt;&lt;P&gt;uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.4.43-0-ga9c099a&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;/P&gt;&lt;P&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-imx8mnevk-sd.bin-flash_evk&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-imx8mnevk-sd.bin-flash_evk&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-imx8mnevk-sd.bin-flash_evk -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-imx8mnevk-sd.bin-flash_evk -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-full-imx8mnevk.tar.bz2/*&lt;BR /&gt;FB: flash bootloader imx-boot-imx8mnevk-sd.bin-flash_evk&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;New USB Device Attached at 2:2&lt;BR /&gt;2:2&amp;gt;Start Cmd:SDPS: boot -f imx-boot-imx8mnevk-sd.bin-flash_evk&lt;BR /&gt;3%2:2&amp;gt;Fail HID(W):LIBUSB_ERROR_TIMEOUT(1.023s)&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the UART output is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot SPL 2020.04-5.4.70-2.3.0+ge42dee801e (Dec 04 2020 - 00:32:06 +0000)&lt;BR /&gt;Can't find PMIC:PCA9450&lt;BR /&gt;DDRINFO: start DRAM init&lt;BR /&gt;DDRINFO: DRAM rate 3200MTS&lt;BR /&gt;Training FAILED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My packing list says the part is 8MNANOD4-EVK REV A.&amp;nbsp; Don't how to tell if its&amp;nbsp;LPDDR4&amp;nbsp; or DDR4.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:00:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1206965#M167290</guid>
      <dc:creator>tgibson</dc:creator>
      <dc:date>2021-01-05T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error when flashing 8MNano using UUU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1207081#M167298</link>
      <description>&lt;P&gt;"Fixed" by using older pre-built.&amp;nbsp; Had to use "LF_v5.4.y-1.0.1_images_MX8MNEVK.zip".&amp;nbsp; Can't say I understand the problem (would think newer images are backwards compatible), but this post helped me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/Can-t-find-PMIC-PCA9450/m-p/1159322" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/Can-t-find-PMIC-PCA9450/m-p/1159322&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 20:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-when-flashing-8MNano-using-UUU/m-p/1207081#M167298</guid>
      <dc:creator>tgibson</dc:creator>
      <dc:date>2021-01-05T20:47:47Z</dc:date>
    </item>
  </channel>
</rss>

