<?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のトピックImage burning via UUU failed</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Image-burning-via-UUU-failed/m-p/2203108#M242106</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a custom board based on the i.MX8MP-EVK, with a 16GB eMMC (as shown below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoYang_1-1762915206516.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365065i6FCD17B562FB8BAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeoYang_1-1762915206516.png" alt="LeoYang_1-1762915206516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our image includes the dbg-pkgs package, so the resulting .wic.zst&amp;nbsp;file size reaches about 8GB. When we try to flash it to the eMMC using uuu, the flashing process seems incomplete — it is expected to take around 10 minutes, but it finishes in just 2 minutes, and the board fails to boot afterward.&lt;/P&gt;&lt;P&gt;The uuu version we’re using is 1.4.149, and the command executed is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./uuu -b emmc_all imx-boot-imx8mpevk-sd.bin-flash_evk imx-image-multimedia-imx8mpevk.rootfs.wic.zst&lt;/LI-CODE&gt;&lt;P&gt;Additionally, we have modified the imx-boot-bootpart.wks.in file as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# short-description: Create SD card image with a boot partition
# long-description:
# Create an image that can be written onto a SD card using dd for use
# with i.MX SoC family
# It uses u-boot + other binaries gathered together on imx-boot file
#
# The disk layout used is:
#  - ---------- -------------- --------------
# | | imx-boot |     boot     |    rootfs    |
#  - ---------- -------------- --------------
# ^ ^          ^              ^              ^
# | |          |              |              |
# 0 |        8MiB          72MiB          72MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
#   ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual
#
part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK}
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 --fixed-size 10G
part / --ondisk mmcblk --fstype=ext4 --label root2 --align 8192 --fixed-size 1500M
part / --ondisk mmcblk --fstype=ext4 --label evcsdata --align 8192 --fixed-size 1500M

bootloader --ptable msdos&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to completely flash a large image to eMMC?&lt;BR /&gt;Or are there specific uuusettings or partition layout adjustments we should apply for large images?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Leo&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 02:47:39 GMT</pubDate>
    <dc:creator>Leo-Yang</dc:creator>
    <dc:date>2025-11-12T02:47:39Z</dc:date>
    <item>
      <title>Image burning via UUU failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-burning-via-UUU-failed/m-p/2203108#M242106</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a custom board based on the i.MX8MP-EVK, with a 16GB eMMC (as shown below).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoYang_1-1762915206516.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365065i6FCD17B562FB8BAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeoYang_1-1762915206516.png" alt="LeoYang_1-1762915206516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our image includes the dbg-pkgs package, so the resulting .wic.zst&amp;nbsp;file size reaches about 8GB. When we try to flash it to the eMMC using uuu, the flashing process seems incomplete — it is expected to take around 10 minutes, but it finishes in just 2 minutes, and the board fails to boot afterward.&lt;/P&gt;&lt;P&gt;The uuu version we’re using is 1.4.149, and the command executed is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./uuu -b emmc_all imx-boot-imx8mpevk-sd.bin-flash_evk imx-image-multimedia-imx8mpevk.rootfs.wic.zst&lt;/LI-CODE&gt;&lt;P&gt;Additionally, we have modified the imx-boot-bootpart.wks.in file as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# short-description: Create SD card image with a boot partition
# long-description:
# Create an image that can be written onto a SD card using dd for use
# with i.MX SoC family
# It uses u-boot + other binaries gathered together on imx-boot file
#
# The disk layout used is:
#  - ---------- -------------- --------------
# | | imx-boot |     boot     |    rootfs    |
#  - ---------- -------------- --------------
# ^ ^          ^              ^              ^
# | |          |              |              |
# 0 |        8MiB          72MiB          72MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
#   ${IMX_BOOT_SEEK} 32 or 33kiB, see reference manual
#
part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no-table --align ${IMX_BOOT_SEEK}
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 --fixed-size 10G
part / --ondisk mmcblk --fstype=ext4 --label root2 --align 8192 --fixed-size 1500M
part / --ondisk mmcblk --fstype=ext4 --label evcsdata --align 8192 --fixed-size 1500M

bootloader --ptable msdos&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to completely flash a large image to eMMC?&lt;BR /&gt;Or are there specific uuusettings or partition layout adjustments we should apply for large images?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Leo&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 02:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-burning-via-UUU-failed/m-p/2203108#M242106</guid>
      <dc:creator>Leo-Yang</dc:creator>
      <dc:date>2025-11-12T02:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Image burning via UUU failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Image-burning-via-UUU-failed/m-p/2203362#M242121</link>
      <description>&lt;P&gt;do you mind giving me the download log? add -v in the uuu command, and could you confirm if your image is fine or not? for the partition questions, you can refer to the discussion here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/IMX8MN-EVK-EMMC-Partition-from-UUU-tool/td-p/1203028/page/2" target="_blank"&gt;IMX8MN-EVK EMMC Partition from UUU tool - NXP Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 07:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Image-burning-via-UUU-failed/m-p/2203362#M242121</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2025-11-12T07:52:17Z</dc:date>
    </item>
  </channel>
</rss>

