<?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: How to Flash flash.bin image in IMX8QXPMEK using sdcard?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382467#M184055</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I want to create all the partition manually for that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I am&amp;nbsp;&lt;/SPAN&gt;referring following document 4.3.3 for partitioning sd card manually instead of wic image.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created partition using 4.3.3 Partitioning the SD/MMC card. I can see following two partition after this step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;/dev/sdb1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;/dev/sdb2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have formatted 2 partitions using following commands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;sudo mkfs.vfat /dev/sdb1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;sudo mkfs.ext3 /dev/sdb2 &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I have flashed flash.bin image using following command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo dd if=flash.bin of=/dev/sdb bs=1k seek=32‍‍‍‍‍‍‍&amp;nbsp; &amp;nbsp; /// should I use /dev/sdb or&amp;nbsp;/dev/sdb1 ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;after this step, I can not see print of uboot on terminal.&lt;/P&gt;&lt;P&gt;Is there a way to check this image flashed correctly as I can not see this image in both partition?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 08:23:35 GMT</pubDate>
    <dc:creator>krunaldhonde</dc:creator>
    <dc:date>2021-12-07T08:23:35Z</dc:date>
    <item>
      <title>How to Flash flash.bin image in IMX8QXPMEK using sdcard?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382125#M184032</link>
      <description>&lt;P&gt;I am having IMX8QXPMEK board, I have taken the images from below link attachment. Does this image is valid to test ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I flashed the QXP_MEK/flash_QX.bin using following command.&lt;/P&gt;&lt;P&gt;sudo dd if=flash_QX.bin of=/dev/sdb bs=1k seek=32‍‍‍‍‍‍‍&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i am not able to see any print on terminal. Am I missing something here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 18:38:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382125#M184032</guid>
      <dc:creator>krunaldhonde</dc:creator>
      <dc:date>2021-12-06T18:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flash flash.bin image in IMX8QXPMEK using sdcard?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382224#M184038</link>
      <description>&lt;P&gt;Hi Krunal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;recommended to use Demo Images from nxp official linux web page&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For flashing use uuu tool or follow sect.4.3.2 Copying the full SD card image&amp;nbsp;&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank" rel="noopener" data-dtmsubaction="i.MX Linux User’s Guide​ link"&gt;i.MX Linux User’s Guide​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 23:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382224#M184038</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-12-06T23:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Flash flash.bin image in IMX8QXPMEK using sdcard?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382467#M184055</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want to create all the partition manually for that&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I am&amp;nbsp;&lt;/SPAN&gt;referring following document 4.3.3 for partitioning sd card manually instead of wic image.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created partition using 4.3.3 Partitioning the SD/MMC card. I can see following two partition after this step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;/dev/sdb1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;/dev/sdb2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have formatted 2 partitions using following commands.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;sudo mkfs.vfat /dev/sdb1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;sudo mkfs.ext3 /dev/sdb2 &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then I have flashed flash.bin image using following command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo dd if=flash.bin of=/dev/sdb bs=1k seek=32‍‍‍‍‍‍‍&amp;nbsp; &amp;nbsp; /// should I use /dev/sdb or&amp;nbsp;/dev/sdb1 ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;after this step, I can not see print of uboot on terminal.&lt;/P&gt;&lt;P&gt;Is there a way to check this image flashed correctly as I can not see this image in both partition?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:23:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Flash-flash-bin-image-in-IMX8QXPMEK-using-sdcard/m-p/1382467#M184055</guid>
      <dc:creator>krunaldhonde</dc:creator>
      <dc:date>2021-12-07T08:23:35Z</dc:date>
    </item>
  </channel>
</rss>

