<?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: flash sdcard localy</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753723#M215399</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225423"&gt;@Ahelion&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to &lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_self"&gt;ANDROID_USERS_GUIDE&lt;/A&gt; in chapter 5 (Programming Images).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is explained the different methods for to download the images to SD card in your case.&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="Alejandro_Salas_0-1699392364456.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248864i47510B9A2F0EB5DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alejandro_Salas_0-1699392364456.png" alt="Alejandro_Salas_0-1699392364456.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a tool called imx-sdcard-partition.sh and it is used for download all images to the SD card.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally the use of imx-sdcard-partition.sh is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ sudo ${MY_ANDROID}/device/nxp/common/tools/imx-sdcard-partition.sh -f
 &amp;lt;soc_name&amp;gt; /dev/sdX
# &amp;lt;soc_name&amp;gt; can be imx8mm,imx8mn,imx8mp,imx8mq, imx8ulp, imx8qm,imx8qxp.&lt;/LI-CODE&gt;
&lt;P&gt;and where sdX is the disk index assigned for your Linux host to your SDcard.&lt;/P&gt;
&lt;P&gt;You can know what index is assigned to your SDcard with:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ lsblk -t&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this can helps to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 21:45:17 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2023-11-07T21:45:17Z</dc:date>
    <item>
      <title>flash sdcard localy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753514#M215373</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Instead of using the UUU thing to flash android on imx8 over serial wire, can one flash and sd-card localy from a Linux/Windows pc, and simply insert the sd-card after?&lt;/P&gt;&lt;P&gt;Br, Mircea&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:14:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753514#M215373</guid>
      <dc:creator>Ahelion</dc:creator>
      <dc:date>2023-11-07T13:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: flash sdcard localy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753723#M215399</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225423"&gt;@Ahelion&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to &lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_self"&gt;ANDROID_USERS_GUIDE&lt;/A&gt; in chapter 5 (Programming Images).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is explained the different methods for to download the images to SD card in your case.&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="Alejandro_Salas_0-1699392364456.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/248864i47510B9A2F0EB5DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alejandro_Salas_0-1699392364456.png" alt="Alejandro_Salas_0-1699392364456.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a tool called imx-sdcard-partition.sh and it is used for download all images to the SD card.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally the use of imx-sdcard-partition.sh is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ sudo ${MY_ANDROID}/device/nxp/common/tools/imx-sdcard-partition.sh -f
 &amp;lt;soc_name&amp;gt; /dev/sdX
# &amp;lt;soc_name&amp;gt; can be imx8mm,imx8mn,imx8mp,imx8mq, imx8ulp, imx8qm,imx8qxp.&lt;/LI-CODE&gt;
&lt;P&gt;and where sdX is the disk index assigned for your Linux host to your SDcard.&lt;/P&gt;
&lt;P&gt;You can know what index is assigned to your SDcard with:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ lsblk -t&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this can helps to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 21:45:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753723#M215399</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2023-11-07T21:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: flash sdcard localy</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753984#M215427</link>
      <description>&lt;P&gt;LE: changed sdcard, it worked with a 32gb model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I did what you said, returned the error bellow.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;make gpt partition for android: partition-table.img&lt;BR /&gt;17+0 records in&lt;BR /&gt;17+0 records out&lt;BR /&gt;17408 bytes (17 kB, 17 KiB) copied, 0,00641273 s, 2,7 MB/s&lt;BR /&gt;&lt;BR /&gt;/dev/sdb:&lt;BR /&gt;re-reading partition table&lt;BR /&gt;Caution: invalid backup GPT header, but valid main header; regenerating&lt;BR /&gt;backup header from main header.&lt;BR /&gt;&lt;BR /&gt;Warning! One or more CRCs don't match. You should repair the disk!&lt;BR /&gt;Main header: OK&lt;BR /&gt;Backup header: ERROR&lt;BR /&gt;Main partition table: OK&lt;BR /&gt;Backup partition table: ERROR&lt;BR /&gt;&lt;BR /&gt;Caution! Secondary header was placed beyond the disk's limits! Moving the&lt;BR /&gt;header, but other problems may occur!&lt;BR /&gt;Aborting write operation!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideea what to do?&lt;/P&gt;&lt;P&gt;Br, Mircea&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 08:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/flash-sdcard-localy/m-p/1753984#M215427</guid>
      <dc:creator>Ahelion</dc:creator>
      <dc:date>2023-11-08T08:35:08Z</dc:date>
    </item>
  </channel>
</rss>

