<?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のトピックHow to flash uboot binary on iMX8MQ eMMC using dd command</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1008670#M149392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to flash the imx8mq uboot binary with uuu but I need to know the equivalent dd command to flash uboot binary to emmc.&lt;/P&gt;&lt;P&gt;I successfully flashed uboot environment on emmc with the following command&lt;/P&gt;&lt;P&gt;dd if=u-boot.env of=/dev/mmcblk0 bs=1k seek=4096 conv=fsync (the offset is same as sd-card)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but couldn't flash uboot binary with following dd commands (using same offset as for sd-card)&lt;/P&gt;&lt;P&gt;dd if=imx-boot-imx8mqevk-mel-emmc.bin of=/dev/mmcblk0 bs=1k seek=33 conv=fsync&lt;/P&gt;&lt;P&gt;dd if=imx-boot-imx8mqevk-mel-emmc.bin of=/dev/mmcblk0 bs=512 seek=66 conv=fsync&lt;/P&gt;&lt;P&gt;Though I was able to flash the same binary with uuu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different offset for emmc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2020 06:46:27 GMT</pubDate>
    <dc:creator>haseeb_ashraf</dc:creator>
    <dc:date>2020-02-25T06:46:27Z</dc:date>
    <item>
      <title>How to flash uboot binary on iMX8MQ eMMC using dd command</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1008670#M149392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to flash the imx8mq uboot binary with uuu but I need to know the equivalent dd command to flash uboot binary to emmc.&lt;/P&gt;&lt;P&gt;I successfully flashed uboot environment on emmc with the following command&lt;/P&gt;&lt;P&gt;dd if=u-boot.env of=/dev/mmcblk0 bs=1k seek=4096 conv=fsync (the offset is same as sd-card)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but couldn't flash uboot binary with following dd commands (using same offset as for sd-card)&lt;/P&gt;&lt;P&gt;dd if=imx-boot-imx8mqevk-mel-emmc.bin of=/dev/mmcblk0 bs=1k seek=33 conv=fsync&lt;/P&gt;&lt;P&gt;dd if=imx-boot-imx8mqevk-mel-emmc.bin of=/dev/mmcblk0 bs=512 seek=66 conv=fsync&lt;/P&gt;&lt;P&gt;Though I was able to flash the same binary with uuu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different offset for emmc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 06:46:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1008670#M149392</guid>
      <dc:creator>haseeb_ashraf</dc:creator>
      <dc:date>2020-02-25T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash uboot binary on iMX8MQ eMMC using dd command</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1008671#M149393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer to the user guide, $ sudo dd if= of=/dev/sdx bs=1k seek= conv=fsync Where offset is: • 1 - for i.MX 6 or i.MX 7 • 33 - for i.MX 8QuadMax A0, i.MX 8QuadXPlus A0, i.MX 8M Quad, and i.MX 8M Mini • 32 - for i.MX 8QuadXPlus B0 and i.MX 8QuadMax B0 The first 16 KB of the SD/MMC card, which includes the partition table, is reserved. you also can refer to the 4.3.3 Partitioning the SD/MMC card of enclose file, don't forget fdisk your emmc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1008671#M149393</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-02-28T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash uboot binary on iMX8MQ eMMC using dd command</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1223087#M168637</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/119729"&gt;@haseeb_ashraf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 08:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1223087#M168637</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2021-01-29T08:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash uboot binary on iMX8MQ eMMC using dd command</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1254934#M171878</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I'm working with iMX8MQ EVK board to make a product.&lt;/P&gt;&lt;P&gt;I need to program the flash.bin to eMMC by itself, so&amp;nbsp;I need to know the equivalent method to dd command to flash bootloader binary to the eMMC.&lt;BR /&gt;The method in the kernel mode is better but U-Boot mode also good.&lt;/P&gt;&lt;P&gt;I think UUU can't self-programming.&lt;BR /&gt;I can flash the bootloader to SD card with dd command, but it is not working to the eMMC.&lt;BR /&gt;All documents describe how to program to SD/MMC card but the eMMC programming method is only the UUU.&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 11:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1254934#M171878</guid>
      <dc:creator>thomasnam</dc:creator>
      <dc:date>2021-03-31T11:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash uboot binary on iMX8MQ eMMC using dd command</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1255513#M171922</link>
      <description>&lt;P&gt;Each and every&amp;nbsp; binary BSP release contains the example for using Linux mode to flash the board.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the&amp;nbsp; &amp;lt;binary releas&amp;gt;/samples/example_kernel_emmc.uuu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 870px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141139iA3DE5FA1E75DE407/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 05:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-uboot-binary-on-iMX8MQ-eMMC-using-dd-command/m-p/1255513#M171922</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-04-01T05:37:24Z</dc:date>
    </item>
  </channel>
</rss>

